From 189b43b08b7320223b6440d9aa8e6b1e4cddbf96 Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Wed, 12 Nov 2014 14:05:57 +0100 Subject: [PATCH 1/3] Changed hotkey for bootloader jump --- common/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/command.c b/common/command.c index 1a507e3a..c50d3eb4 100644 --- a/common/command.c +++ b/common/command.c @@ -216,7 +216,7 @@ static bool command_common(uint8_t code) print("C> "); command_state = CONSOLE; break; - case KC_PAUSE: + case KC_B: clear_keyboard(); print("\n\nJump to bootloader... "); _delay_ms(1000); From a943e3e2184abefa50242c8f8a43b0edd2d326a5 Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Tue, 11 Nov 2014 14:49:16 +0100 Subject: [PATCH 2/3] Added NerD 60% support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e077fc92..e918faa0 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ You can find some keyboard specific projects under `converter` and `keyboard` di * [KMAC](keyboard/kmac/) - Korean custom keyboard * [Lightsaber](keyboard/lightsaber/) - Korean custom keyboard * [Infinity](keyboard/infinity/) - Massdrop [Infinity keyboard][Infinity] +* [NerD](keyboard/nerd/) - Korean custom keyboard [GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930 [GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047 From 97682e5505f28709c48cba393a5590f0ac733d9e Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Sun, 14 Dec 2014 12:15:17 +0100 Subject: [PATCH 3/3] Added missing keyboards to main README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e918faa0..31288640 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ You can find some keyboard specific projects under `converter` and `keyboard` di * [Lightsaber](keyboard/lightsaber/) - Korean custom keyboard * [Infinity](keyboard/infinity/) - Massdrop [Infinity keyboard][Infinity] * [NerD](keyboard/nerd/) - Korean custom keyboard +* [KittenPaw](keyboard/kittenpaw) - Custom Majestouch controller +* [Lightpad](keyboard/lightpad) - Korean custom keypad [GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930 [GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047