]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: add support for kbd19x (#4272)
authorjshuf <44121348+jshuf@users.noreply.github.com>
Mon, 29 Oct 2018 17:33:07 +0000 (13:33 -0400)
committerDrashna Jaelre <drashna@live.com>
Mon, 29 Oct 2018 17:33:07 +0000 (10:33 -0700)
commit6a629e5d0d4ed5903afa361568da8daeddc1b090
tree63f004d9ba6007ed44fa536cbaf5116baa85a5ad
parentcd23984afcee9a8dd2b1b44876b77141d692de45
Keyboard: add support for kbd19x (#4272)

* 60_ansi keymap for DZ60

* 60_ansi keymap for DZ60

Amend author

* 60_ansi keymap for DZ60

* Merge new phantom layout from dev branch

* Initial util/new_project files

* Progress checkpoint (compiles, but untested)

* Progress snapshot, still working on layout graphics

* Add layer images

* Tidy up formatting

* First cut at info.json for kbd19x default layout

* Add default keymap

* add all-keys layout

* clean up documentation

* Update keyboards/kbd19x/info.json

Co-Authored-By: jshuf <44121348+jshuf@users.noreply.github.com>
* Update keyboards/kbd19x/rules.mk

Co-Authored-By: jshuf <44121348+jshuf@users.noreply.github.com>
* Change layout name from default to ansi
keyboards/kbd19x/config.h [new file with mode: 0644]
keyboards/kbd19x/info.json [new file with mode: 0644]
keyboards/kbd19x/kbd19x.c [new file with mode: 0644]
keyboards/kbd19x/kbd19x.h [new file with mode: 0644]
keyboards/kbd19x/keymaps/default/config.h [new file with mode: 0644]
keyboards/kbd19x/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/kbd19x/keymaps/default/readme.md [new file with mode: 0644]
keyboards/kbd19x/readme.md [new file with mode: 0644]
keyboards/kbd19x/rules.mk [new file with mode: 0644]