aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd84
Commit message (Collapse)AuthorAgeFilesLines
* Relocate pca9555 driver to core (#6563)Joel Challis2019-08-223-134/+3
| | | | | | | | * 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-147-31/+57
| | | | | | | | | | | | | | | | * 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-061-1/+1
|
* [Keyboard] XD84 fixes for caps lock led, backlight and firmware size (#5178)zvecr2019-02-186-27/+24
| | | | | | | | * Enable backlight * Enable Link Time Optimization * Enable caps lock led
* Inital port of xd84 (#5164)zvecr2019-02-1713-0/+1002
* Inital port of xd84 * Inital port of xd84 - review comments