]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: initial support for XD87 (#4182)
authorfougner <fougner89@gmail.com>
Mon, 22 Oct 2018 21:01:45 +0000 (23:01 +0200)
committerDrashna Jaelre <drashna@live.com>
Mon, 22 Oct 2018 21:01:45 +0000 (14:01 -0700)
commite26a7b0ed8af7b6b4e99fee718ca265fcc8961f1
tree2b3f1a160cbd2fa39be46258cb8925ba9253d591
parent418a886ae44833eb323e2e902b92759369063339
Keyboard: initial support for XD87 (#4182)

* 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
keyboards/xd87/config.h [new file with mode: 0644]
keyboards/xd87/info.json [new file with mode: 0644]
keyboards/xd87/keymaps/default/config.h [new file with mode: 0644]
keyboards/xd87/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/xd87/keymaps/default/readme.md [new file with mode: 0644]
keyboards/xd87/readme.md [new file with mode: 0644]
keyboards/xd87/rules.mk [new file with mode: 0644]
keyboards/xd87/xd87.c [new file with mode: 0644]
keyboards/xd87/xd87.h [new file with mode: 0644]
layouts/default/tkl_iso/default_tkl_iso/keymap.c