aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd84
Commit message (Collapse)AuthorAgeFilesLines
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-291-1/+1
| | | | | | | | | * Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
* Add VIA support on XiuDi (XD) keyboards (#8829)Xelus222020-06-304-2/+72
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* XD84: Configurator bugfix for ISO layout (#8117)James Young2020-02-071-16/+186
| | | | | | * switch to debug linting * move ISO Enter to its proper location
* 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-153-74/+3
| | | | | | | | * 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-042-57/+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
* Increase matrix scanning speed on xd84 (#7517)Joel Challis2019-12-031-38/+42
| | | | | | * Increase matrix scanning speed * Fix func name in failure output
* 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-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