aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd87/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
* 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
* [Keyboard] add rgb led configuration for xd87 (#6635)Louis D2019-09-021-1/+1
| | | | | | | | * add rgb led configuration for xd87 * Add RGB underglow to a separate keymap * rename keymap and make small review changes
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
|
* Keyboard: initial support for XD87 (#4182)fougner2018-10-221-0/+84
* Keyboard: initial support for XD87 * Add row/col pin configuration for XD87 PCB * Add default ISO layout * Fix incorrect KC in default_tkl_iso The KC_NUBS is duplicated in the TKL ISO layout. Compare with the fullsize ISO which has a KC_NUHS in the corresponding place. * Add support for community layouts * Add TKL ANSI layout * Enable TKL ISO/ANSI community layout * Fix LAYOUT_all * Configure backlighting for XD87 * Various documentation changes