summaryrefslogtreecommitdiff
path: root/keyboards/xd84
Commit message (Collapse)AuthorAge
* Relocate pca9555 driver to core (#6563)Joel Challis2019-08-22
| | | | | | | | * Move pca9555 files to central location * Get pca9555 boards compiling * Slight alignment of rules.mk
* [Keyboard] Align xd84 and xd96 with moon (#6465)Joel Challis2019-08-14
| | | | | | | | | | | | | | | | * Refactor xd84 to use LINK_TIME_OPTIMIZATION_ENABLE * Refactor xd96 to use LINK_TIME_OPTIMIZATION_ENABLE * Align xd84 and xd96 with moon * Update keyboards/xd96/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/xd84/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* [Keyboard] XD84 fixes for caps lock led, backlight and firmware size (#5178)zvecr2019-02-18
| | | | | | | | * Enable backlight * Enable Link Time Optimization * Enable caps lock led
* Inital port of xd84 (#5164)zvecr2019-02-17
* Inital port of xd84 * Inital port of xd84 - review comments