]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: DC60 Support (#3667)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 16 Aug 2018 16:06:19 +0000 (09:06 -0700)
committerDrashna Jaelre <drashna@live.com>
Thu, 16 Aug 2018 16:06:19 +0000 (09:06 -0700)
commit97df0fc072333684e7dfbca0effd7d25097c2e26
tree01bada9972cddddfd05031fbe444ec9be8401204
parentfe0683938a355f3b7662fb384058ce4c96f10c64
Keyboard: DC60 Support (#3667)

* initial commit and get pins correct

* get the switch matrix done

* Add Configurator support

* update LED numbering

* enable lighting options

* add a default-ish keymap

* turn off mouse keys as the file gets too large

* put my name everywhere

* update Alf names

* update keymap to match whats on qmkeyboard.cn
keyboards/dc60/config.h [new file with mode: 0644]
keyboards/dc60/dc60.c [new file with mode: 0644]
keyboards/dc60/dc60.h [new file with mode: 0644]
keyboards/dc60/info.json [new file with mode: 0644]
keyboards/dc60/keymaps/default/config.h [new file with mode: 0644]
keyboards/dc60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/dc60/keymaps/default/readme.md [new file with mode: 0644]
keyboards/dc60/readme.md [new file with mode: 0644]
keyboards/dc60/rules.mk [new file with mode: 0644]