]> git.donarmstrong.com Git - qmk_firmware.git/commit
KBD8X QMK Support (#2915)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Tue, 8 May 2018 18:38:11 +0000 (11:38 -0700)
committerDrashna Jaelre <drashna@live.com>
Tue, 8 May 2018 18:38:11 +0000 (11:38 -0700)
commit1b4ad6b4ae55a873cbe13ffde87544bae88f2b19
tree5a592910e7aea1f987cd2a9e837660863d0bb430
parentccc87421e77f554cac08d2f8b2c3cbcb04f6181c
KBD8X QMK Support (#2915)

* initial commit

* add row/column and pin info

* Add first part of switch matrix

* documentation and additional config items

* map out the non confusing part of the matrix

* map out the top row

* ok I think I got it

* fix some stupid compile errors

* put in a default keymap

* rename LAYOUT to LAYOUT_all

* add a standard layout and info.json file

* Fix up readme for default keymap

* Add toggle key LED functionality

* changes based on review feedback
keyboards/kbd8x/config.h [new file with mode: 0644]
keyboards/kbd8x/info.json [new file with mode: 0644]
keyboards/kbd8x/kbd8x.c [new file with mode: 0644]
keyboards/kbd8x/kbd8x.h [new file with mode: 0644]
keyboards/kbd8x/keymaps/default/config.h [new file with mode: 0644]
keyboards/kbd8x/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/kbd8x/keymaps/default/readme.md [new file with mode: 0644]
keyboards/kbd8x/readme.md [new file with mode: 0644]
keyboards/kbd8x/rules.mk [new file with mode: 0644]