1
0
Fork 0

[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
This commit is contained in:
MechMerlin 2019-03-07 17:58:49 -08:00 committed by Drashna Jaelre
parent 4a597e031f
commit 98b68bec53
9 changed files with 607 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# mechkeys mk60
60% keyboard with RGB underglow and backlights
Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
Hardware Supported: MK60
Hardware Availability: The MK60 was discontinued by [mechkeys.ca](https://mechkeys.ca/)
Make example for this keyboard (after setting up your build environment):
make mk60:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).