]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add support for XD004 macro keyboard (#6337)
authorSidney Bovet <sidney.bovet@gmail.com>
Mon, 15 Jul 2019 17:35:05 +0000 (19:35 +0200)
committerDrashna Jaelre <drashna@live.com>
Mon, 15 Jul 2019 17:35:05 +0000 (10:35 -0700)
commita200f194d14086e2da740ac48bac5ffdf36689d8
tree0a8cb1ae1bbd535e70868379c54a643672cf09d4
parentb2fb0ceeef1a3f8ba96184fbeb21b2c89456c06a
[Keyboard] Add support for XD004 macro keyboard (#6337)

* Add support for XD004

Also applying the following suggested edits:

Add hardware availability link in readme
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Enable lite bootmagic
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Remove commented out MCU
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Add more ellaborate keymap

Correcting usage of tap_code_16 for modified key, thanks to @drashna

* Add information about bootloader type

Co-Authored-By: Drashna Jaelre <drashna@live.com>
13 files changed:
keyboards/readme.md
keyboards/xd004/info.json [new file with mode: 0644]
keyboards/xd004/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/xd004/keymaps/default/readme.md [new file with mode: 0644]
keyboards/xd004/keymaps/system_and_media/keymap.c [new file with mode: 0644]
keyboards/xd004/keymaps/system_and_media/readme.md [new file with mode: 0644]
keyboards/xd004/readme.md [new file with mode: 0644]
keyboards/xd004/v1/config.h [new file with mode: 0644]
keyboards/xd004/v1/rules.mk [new file with mode: 0644]
keyboards/xd004/xd004.c [new file with mode: 0644]
keyboards/xd004/xd004.h [new file with mode: 0644]
layouts/community/ortho_1x4/belgorath/keymap.c [new file with mode: 0644]
layouts/community/ortho_1x4/layout.json [new file with mode: 0644]