From 70cc193d14474a59f863b7278cf924ee159ed16d Mon Sep 17 00:00:00 2001 From: MechMerlin Date: Tue, 1 Aug 2017 11:23:46 -0700 Subject: Add a readme.md file for the keymap --- keyboards/kc60/keymaps/mechmerlin/readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 keyboards/kc60/keymaps/mechmerlin/readme.md (limited to 'keyboards/kc60/keymaps/mechmerlin/readme.md') diff --git a/keyboards/kc60/keymaps/mechmerlin/readme.md b/keyboards/kc60/keymaps/mechmerlin/readme.md new file mode 100644 index 0000000000..6810c9620b --- /dev/null +++ b/keyboards/kc60/keymaps/mechmerlin/readme.md @@ -0,0 +1,14 @@ +MechMerlin's KC60 Layout +====================== + +This is the 60% layout used by MechMerlin. It has 3 layers, base QWERTY, FN 1, and an arrows only layer. + +## Keymap Notes +- Highly influenced by the KBP V60 and WKL B.Face standard layouts +- Does not support any form of inswitch or underglow lighting as Merlin hates them. +- Arrow toggle switch is FN + Space +- Rest is FN + R + + +### Build +To build this keymap, simply run `make KEYMAP=mechmerlin`. -- cgit v1.2.3 From 29fcb64bb4f4b7cbb7033e1ce82da6072b7f3092 Mon Sep 17 00:00:00 2001 From: MechMerlin Date: Tue, 1 Aug 2017 11:39:47 -0700 Subject: add KC_Grave and fix typo on readme --- keyboards/kc60/keymaps/mechmerlin/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/kc60/keymaps/mechmerlin/readme.md') diff --git a/keyboards/kc60/keymaps/mechmerlin/readme.md b/keyboards/kc60/keymaps/mechmerlin/readme.md index 6810c9620b..10fb927aee 100644 --- a/keyboards/kc60/keymaps/mechmerlin/readme.md +++ b/keyboards/kc60/keymaps/mechmerlin/readme.md @@ -7,7 +7,7 @@ This is the 60% layout used by MechMerlin. It has 3 layers, base QWERTY, FN 1, a - Highly influenced by the KBP V60 and WKL B.Face standard layouts - Does not support any form of inswitch or underglow lighting as Merlin hates them. - Arrow toggle switch is FN + Space -- Rest is FN + R +- Reset is FN + R ### Build -- cgit v1.2.3 From ea02a3ea237f1af4baa2cfc20f3770e6bd38d875 Mon Sep 17 00:00:00 2001 From: MechMerlin Date: Tue, 1 Aug 2017 12:23:08 -0700 Subject: Update keymap to have HHKB-ish support and readme along with it --- keyboards/kc60/keymaps/mechmerlin/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'keyboards/kc60/keymaps/mechmerlin/readme.md') diff --git a/keyboards/kc60/keymaps/mechmerlin/readme.md b/keyboards/kc60/keymaps/mechmerlin/readme.md index 10fb927aee..3a67ab17f9 100644 --- a/keyboards/kc60/keymaps/mechmerlin/readme.md +++ b/keyboards/kc60/keymaps/mechmerlin/readme.md @@ -1,13 +1,19 @@ MechMerlin's KC60 Layout ====================== -This is the 60% layout used by MechMerlin. It has 3 layers, base QWERTY, FN 1, and an arrows only layer. +This is the 60% layout used by u/merlin36, host of the MechMerlin YouTube channel. +It has 5 layers, base QWERTY, base HHKB, FN 1, FN 2(HHKB), and an arrows only layer. + +Merlin's KC60 was acquired from Massdrop: https://www.massdrop.com/buy/kc60-mechanical-keyboard and is the Co-Star stabilizer version + +If you would like to program your KC60 using the manufacturer recommended approach, please follow the guide on keychatter: https://www.keychatter.com/2015/07/05/programming-the-kc60/. ## Keymap Notes - Highly influenced by the KBP V60 and WKL B.Face standard layouts - Does not support any form of inswitch or underglow lighting as Merlin hates them. - Arrow toggle switch is FN + Space - Reset is FN + R +- HHKB keymap is approximate as keyboard is not built like HHKB ### Build -- cgit v1.2.3