]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add Comet46 keyboard (#3342)
authorsatt99 <39004890+satt99@users.noreply.github.com>
Mon, 9 Jul 2018 14:46:09 +0000 (23:46 +0900)
committerDrashna Jaelre <drashna@live.com>
Mon, 9 Jul 2018 14:46:09 +0000 (07:46 -0700)
commit56b5e9f23d2e363404fa68af4fd73f8dd21beea1
treeabb8e7554b69ab0c622d68538f94e0ad54ff805c
parentdab0b35dc36b58be56c4e2a7682f32e6054a152c
Add Comet46 keyboard (#3342)

* Initial commit for Comet46 firmware

* Update Comet46 README

* Add readme to satt keymap of comet46

* Add default keymap for Comet46

* Fix broken link in readme

* Delete redundant includes

* Modify default keymap & fix LAYOUT macro

* Modify satt keymap of Comet46
13 files changed:
keyboards/comet46/comet46.c [new file with mode: 0644]
keyboards/comet46/comet46.h [new file with mode: 0644]
keyboards/comet46/config.h [new file with mode: 0644]
keyboards/comet46/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/comet46/keymaps/satt/action_pseudo_lut.c [new file with mode: 0644]
keyboards/comet46/keymaps/satt/action_pseudo_lut.h [new file with mode: 0644]
keyboards/comet46/keymaps/satt/keymap.c [new file with mode: 0644]
keyboards/comet46/keymaps/satt/keymap_jis2us.h [new file with mode: 0644]
keyboards/comet46/keymaps/satt/readme.md [new file with mode: 0644]
keyboards/comet46/keymaps/satt/rules.mk [new file with mode: 0644]
keyboards/comet46/matrix.c [new file with mode: 0644]
keyboards/comet46/readme.md [new file with mode: 0644]
keyboards/comet46/rules.mk [new file with mode: 0644]