[Keyboard] Add Wete (#8229)
authorRamon Imbao <ramonimbao@gmail.com>
Tue, 25 Feb 2020 01:36:30 +0000 (09:36 +0800)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2020 01:36:30 +0000 (17:36 -0800)
commit93c5307fd60c35780921570ccf41a1806847eb9c
treebbadc5bfbf67527579bf4b650112d24ddc2d26d9
parent088b64ab3d598574244db5ac67fec889bdc58119
[Keyboard] Add Wete (#8229)

* [Keyboard] Add Wete

* Fix width and height in Wete info.json

* Use default board files, core backlight, and disable RTC

* Disable I2C, SPI. Minor corrections

* Keymap typo update

* Add LAYOUT_all to info.json

* Remove extra spaces in README, delete matrix_*_kb functions

* Fix layout errors in wete.h, and some minor corrections

* Actually fix LAYOUT_all in info.json
12 files changed:
keyboards/wete/chconf.h [new file with mode: 0644]
keyboards/wete/config.h [new file with mode: 0644]
keyboards/wete/halconf.h [new file with mode: 0644]
keyboards/wete/info.json [new file with mode: 0644]
keyboards/wete/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/wete/keymaps/iso/keymap.c [new file with mode: 0644]
keyboards/wete/keymaps/jis/keymap.c [new file with mode: 0644]
keyboards/wete/mcuconf.h [new file with mode: 0644]
keyboards/wete/readme.md [new file with mode: 0644]
keyboards/wete/rules.mk [new file with mode: 0644]
keyboards/wete/wete.c [new file with mode: 0644]
keyboards/wete/wete.h [new file with mode: 0644]