summaryrefslogtreecommitdiffstats
path: root/keyboards/xd87/xd87.h
AgeCommit message (Collapse)AuthorFilesLines
2019-02-05Fix XD87 ANSI layout values (#5031)Josh Forisha1-3/+3
The tkl_ansi layout had an incorrect value for the grave/tilde key, and number row keys were misnumbered. This fix removes the typo and adds the missing K1C key.
2018-10-22Keyboard: initial support for XD87 (#4182)fougner1-0/+70
* 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