From 5d8b9cb1c63b3a489e523808639d606df803de51 Mon Sep 17 00:00:00 2001 From: Oleg Kostyuk Date: Sat, 26 Jul 2014 02:41:25 +0300 Subject: [PATCH] Initial version of Ergodox-FAQ.md --- README.md | 2 ++ keyboard/ergodox/Ergodox-FAQ.md | 29 +++++++++++++++++++++++++++++ keyboard/ergodox/TODO | 9 --------- 3 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 keyboard/ergodox/Ergodox-FAQ.md delete mode 100644 keyboard/ergodox/TODO diff --git a/README.md b/README.md index 6596dc3..2695b62 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ You can find some keyboard specific projects under `converter` and `keyboard` di * [macway](keyboard/macway/) - [Compact keyboard mod][GH_macway] [retired] * [KMAC](keyboard/kmac/) - Korean custom keyboard * [Lightsaber](keyboard/lightsaber/) - Korean custom keyboard +* [ErgoDox](keyboard/ergodox/) - [ergonomic keyboard with split design][GH_ergodox] (see [Ergodox-FAQ.md](keyboard/ergodox/Ergodox-FAQ.md)) [GH_macway]: http://geekhack.org/showwiki.php?title=Island:11930 [GH_hhkb]: http://geekhack.org/showwiki.php?title=Island:12047 @@ -65,6 +66,7 @@ You can find some keyboard specific projects under `converter` and `keyboard` di [GH_x68k]: http://geekhack.org/showwiki.php?title=Island:29060 [GH_hbkb]: http://geekhack.org/showwiki.php?title=Island:29483 [GH_ibm4704]: http://geekhack.org/index.php?topic=54706.0 +[GH_ergodox]: http://geekhack.org/index.php?topic=48106.0 [HID_liber]: http://deskthority.net/wiki/HID_Liberation_Device_-_DIY_Instructions [Phantom]: http://geekhack.org/index.php?topic=26742 [GH60]: http://geekhack.org/index.php?topic=34959 diff --git a/keyboard/ergodox/Ergodox-FAQ.md b/keyboard/ergodox/Ergodox-FAQ.md new file mode 100644 index 0000000..df55252 --- /dev/null +++ b/keyboard/ergodox/Ergodox-FAQ.md @@ -0,0 +1,29 @@ +Firmware +======== + +Q: Where to get binaries? +A: + +Q: Where to get sources? +A: + +Q: How to compile? +A: + + +Layouts +======= + +description of layouts in base firmware binaries + + +Things TO-DO +============ +2. Flash NumLock led only when "numpad" layer is active +3. Command (in terms of IS_COMMAND) to switch to no-leds mode +4. Increase count of ACTION keys +6. Fix command_state() onboard led: it should flash only when kbd in some specific mode (CONSOLE || MOUSE) +7. ergodox_blink_all_leds() should save current state of leds, and restore after blink. initial state of all leds == off +8. add support for pseudo-backlight (reversed LEDs) + docs/photo +9. command to debug all LEDs (on/off/blink) + diff --git a/keyboard/ergodox/TODO b/keyboard/ergodox/TODO deleted file mode 100644 index 2144ec2..0000000 --- a/keyboard/ergodox/TODO +++ /dev/null @@ -1,9 +0,0 @@ -2. Flash NumLock led only when "numpad" layer is active -3. Command (in terms of IS_COMMAND) to switch to no-leds mode -4. Increase count of ACTION keys -6. Fix command_state() onboard led: - it should flash only when kbd in some specific mode (CONSOLE || MOUSE) -7. ergodox_blink_all_leds() should save current state of leds, - and restore after blink. initial state of all leds == off -8. add support for pseudo-backlight (reversed LEDs) + docs/photo -9. command to debug all LEDs (on/off/blink) -- 2.39.2