]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] New Keyboard: MK60 (#5327)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 8 Mar 2019 01:58:49 +0000 (17:58 -0800)
committerDrashna Jaelre <drashna@live.com>
Fri, 8 Mar 2019 01:58:49 +0000 (17:58 -0800)
commit98b68bec53ee814310cfc003b5b51504951601ec
tree755a942dbf65355dbf7cff63232babc62dccb118
parent4a597e031fb2b4e9129f4e719bc20f2e72b0bbdf
[Keyboard] New Keyboard: MK60 (#5327)

* intial commit

* fix up some of the cookie cutter code

* define pins used and size of switch matrix

* enable lighting settings and bootmagic lite

* create the appropriate LAYOUT macro

* remove a comma for compilation errors

* provide a suitable keymap

* disable console and command due to firmware being too large

* add Caps Lock LED support

* Add QMK Configurator support

* fix markdown rendering

* fix mechmerlin to mechkeys
keyboards/mechkeys/mk60/config.h [new file with mode: 0644]
keyboards/mechkeys/mk60/info.json [new file with mode: 0644]
keyboards/mechkeys/mk60/keymaps/default/config.h [new file with mode: 0644]
keyboards/mechkeys/mk60/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/mechkeys/mk60/keymaps/default/readme.md [new file with mode: 0644]
keyboards/mechkeys/mk60/mk60.c [new file with mode: 0644]
keyboards/mechkeys/mk60/mk60.h [new file with mode: 0644]
keyboards/mechkeys/mk60/readme.md [new file with mode: 0644]
keyboards/mechkeys/mk60/rules.mk [new file with mode: 0644]