]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add support for the KBD4x (#4036)
authorRebecca Le <543859+sevenseacat@users.noreply.github.com>
Tue, 2 Oct 2018 03:43:43 +0000 (11:43 +0800)
committerDrashna Jaelre <drashna@live.com>
Tue, 2 Oct 2018 03:43:43 +0000 (20:43 -0700)
commit9f2e39732f2458b1bfe5d546581da508c2be577e
treeaee0020e68c872ec50102731b33523db2af26a1a
parentabcf64ecbdadc226350d457dfdc5079ce51fd72c
Keyboard: Add support for the KBD4x (#4036)

* Generate a new project for the KBD4x

* Specify the possible layouts for the KBD4x - MIT and grid

* Fill out the readme for the KBD4x

* Configure the default keymap and wiring configuration as specified on http://qmkeyboard.cn/

* Add info.json for QMK Configurator

* Enable backlight support for the KBD4x

* Standardise on LAYOUT_planck_mit/LAYOUT_ortho_4x12 layout names

* Add whitespace so the Readme will render correctly

* Disable mouse keys support for the KBD4x to make the firmware small enough
keyboards/kbd4x/config.h [new file with mode: 0644]
keyboards/kbd4x/info.json [new file with mode: 0644]
keyboards/kbd4x/kbd4x.c [new file with mode: 0644]
keyboards/kbd4x/kbd4x.h [new file with mode: 0644]
keyboards/kbd4x/keymaps/default/config.h [new file with mode: 0644]
keyboards/kbd4x/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/kbd4x/keymaps/default/readme.md [new file with mode: 0644]
keyboards/kbd4x/readme.md [new file with mode: 0644]
keyboards/kbd4x/rules.mk [new file with mode: 0644]