summaryrefslogtreecommitdiff
path: root/keyboards/xd87/keymaps
AgeCommit message (Collapse)Author
2020-06-30Add VIA support on XiuDi (XD) keyboards (#8829)Xelus22
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-06-30XD87 qmk info fixes (#9601)siano
* Fixed `Nested layout macro detected. Matrix data not available!` * Updated info for XD87 * Layout fixes.
2020-06-20Added missing RGB controls on layer 1. (#9481)siano
2020-06-01Mac layout for XD87 (#9251)siano
* Mac layout for XD87 * Rename to mac_underglow * Removed unused file * Fixed missing KC_RGUI * Cleanup * Updated readme.
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-09-02[Keyboard] add rgb led configuration for xd87 (#6635)Louis D
* add rgb led configuration for xd87 * Add RGB underglow to a separate keymap * rename keymap and make small review changes
2018-10-22Keyboard: initial support for XD87 (#4182)fougner
* 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