aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/wete
Commit message (Collapse)AuthorAgeFilesLines
* Add RGB lighting through one of the free pins (#8294)James Young2020-03-042-1/+7
|
* Remove "ugly hack in usb_main.c" comments (#8296)Ryan2020-03-021-2/+0
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-292-51/+416
|
* Fix MCU rule for Wete (#8254)James Young2020-02-271-1/+1
| | | | | Including the `xB` suffix prevents qmk_compiler (and thus QMK Configurator) from compiling firmware for the Wete. Rolling this change back until we work out a long-term solution for the suffixes.
* [Keyboard] Add Wete (#8229)Ramon Imbao2020-02-2412-0/+1551
* [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