diff options
author | Ramon Imbao <ramonimbao@gmail.com> | 2020-02-25 09:36:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 17:36:30 -0800 |
commit | 93c5307fd60c35780921570ccf41a1806847eb9c (patch) | |
tree | bbadc5bfbf67527579bf4b650112d24ddc2d26d9 /keyboards/wete/readme.md | |
parent | 088b64ab3d598574244db5ac67fec889bdc58119 (diff) | |
download | qmk_firmware-93c5307fd60c35780921570ccf41a1806847eb9c.tar.gz |
[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
Diffstat (limited to 'keyboards/wete/readme.md')
-rw-r--r-- | keyboards/wete/readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/wete/readme.md b/keyboards/wete/readme.md new file mode 100644 index 000000000..f632ae5f1 --- /dev/null +++ b/keyboards/wete/readme.md @@ -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). |