From: Oleg Kostyuk Date: Mon, 28 Jul 2014 22:51:00 +0000 (+0300) Subject: Updates to Ergodox-FAQ.md X-Git-Url: https://git.donarmstrong.com/?p=tmk_firmware.git;a=commitdiff_plain;h=ff5f1b0552078dcee25d31723e236f525bbf85e8 Updates to Ergodox-FAQ.md --- diff --git a/keyboard/ergodox/Ergodox-FAQ.md b/keyboard/ergodox/Ergodox-FAQ.md index df55252..99f948b 100644 --- a/keyboard/ergodox/Ergodox-FAQ.md +++ b/keyboard/ergodox/Ergodox-FAQ.md @@ -19,11 +19,13 @@ 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) +- Flash NumLock led only when "numpad" layer is active +- Command (in terms of IS_COMMAND) to switch to no-leds mode +- Increase count of ACTION keys +- Fix command_state() onboard led: it should flash only when kbd in some specific mode (CONSOLE || MOUSE) +- ergodox_blink_all_leds() should save current state of leds, and restore after blink. initial state of all leds == off +- add support for pseudo-backlight (reversed LEDs) + docs/photo +- command to debug all LEDs (on/off/blink) +- proper (in-core) implementation of DEBUG_MATRIX_SCAN_RATE (non-Ergodox specific) +- proper (in-core) support for per-layer fn_actions[]