diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-07 17:58:49 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-07 17:58:49 -0800 |
commit | 98b68bec53ee814310cfc003b5b51504951601ec (patch) | |
tree | 755a942dbf65355dbf7cff63232babc62dccb118 /keyboards/mechkeys/mk60/readme.md | |
parent | 4a597e031fb2b4e9129f4e719bc20f2e72b0bbdf (diff) | |
download | qmk_firmware-98b68bec53ee814310cfc003b5b51504951601ec.tar.gz |
[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
Diffstat (limited to 'keyboards/mechkeys/mk60/readme.md')
-rw-r--r-- | keyboards/mechkeys/mk60/readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/mechkeys/mk60/readme.md b/keyboards/mechkeys/mk60/readme.md new file mode 100644 index 000000000..d3093349a --- /dev/null +++ b/keyboards/mechkeys/mk60/readme.md @@ -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). |