summaryrefslogtreecommitdiff
path: root/keyboards/xd84
AgeCommit message (Collapse)Author
2020-02-07XD84: Configurator bugfix for ISO layout (#8117)James Young
* switch to debug linting * move ISO Enter to its proper location
2020-01-31Trim firmware size changes from default rules.mk, part 4 (#8046)ridingqwerty
* Trim firmware size changes from default-ish rules.mk files * Trim sizes from westfoxtrot boards
2020-01-15Migrate more custom matrix 'lite' code to core (#7863)Joel Challis
* Migrate more custom matrix lite code to core * Align function names * fix up MATRIX_MASKED
2020-01-04Move some common matrix code to a common location (#7699)Joel Challis
* Move some common matrix code to a common location * Refactor some 'custom_matrix_helper' logic to use custom matrix lite * Fix build for kinesis/stapelberg - abuse of vpath was picking up matrix.c from core when custom matrix was enabled * Add validation for CUSTOM_MATRIX
2019-12-03Increase matrix scanning speed on xd84 (#7517)Joel Challis
* Increase matrix scanning speed * Fix func name in failure output
2019-10-29Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)fauxpark
* Cleanup rules.mk for 32U4 keyboards, T-Z * Use atmel-dfu in place of lufa-ms until it exists
2019-08-22Relocate pca9555 driver to core (#6563)Joel Challis
* Move pca9555 files to central location * Get pca9555 boards compiling * Slight alignment of rules.mk
2019-08-14[Keyboard] Align xd84 and xd96 with moon (#6465)Joel Challis
* 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>
2019-06-06Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre
2019-02-18[Keyboard] XD84 fixes for caps lock led, backlight and firmware size (#5178)zvecr
* Enable backlight * Enable Link Time Optimization * Enable caps lock led
2019-02-17Inital port of xd84 (#5164)zvecr
* Inital port of xd84 * Inital port of xd84 - review comments