aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd84/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Trim firmware size changes from default rules.mk, part 4 (#8046)ridingqwerty2020-01-311-6/+6
| | | | | | * Trim firmware size changes from default-ish rules.mk files * Trim sizes from westfoxtrot boards
* Migrate more custom matrix 'lite' code to core (#7863)Joel Challis2020-01-151-1/+1
| | | | | | | | * Migrate more custom matrix lite code to core * Align function names * fix up MATRIX_MASKED
* Move some common matrix code to a common location (#7699)Joel Challis2020-01-041-1/+1
| | | | | | | | | | * 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
* Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)fauxpark2019-10-291-49/+2
| | | | | | * Cleanup rules.mk for 32U4 keyboards, T-Z * Use atmel-dfu in place of lufa-ms until it exists
* Relocate pca9555 driver to core (#6563)Joel Challis2019-08-221-1/+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-141-4/+4
| | | | | | | | | | | | | | | | * 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>
* [Keyboard] XD84 fixes for caps lock led, backlight and firmware size (#5178)zvecr2019-02-181-1/+3
| | | | | | | | * Enable backlight * Enable Link Time Optimization * Enable caps lock led
* Inital port of xd84 (#5164)zvecr2019-02-171-0/+86
* Inital port of xd84 * Inital port of xd84 - review comments