[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
This commit is contained in:
Ramon Imbao
2020-02-24 17:36:30 -08:00
committed by GitHub
parent 088b64ab3d
commit 93c5307fd6
12 changed files with 1551 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Wete
![Wete Keyboard](https://i.imgur.com/dZ4FRar.jpg)
A southpaw full-sized keyboard.
* Keyboard Maintainer: [Ramon Imbao](https://github.com/ramonimbao)
* Hardware Supported: STM32F072CBT6
Make example for this keyboard (after setting up your build environment):
make wete:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).