]> git.donarmstrong.com Git - tmk_firmware.git/blob - keyboard/ergodox/Ergodox-FAQ.md
99f948b80b26920551f2eb24819820292ae3ad58
[tmk_firmware.git] / keyboard / ergodox / Ergodox-FAQ.md
1 Firmware
2 ========
3
4 Q: Where to get binaries?
5 A:
6
7 Q: Where to get sources?
8 A:
9
10 Q: How to compile?
11 A:
12
13
14 Layouts
15 =======
16
17 description of layouts in base firmware binaries
18
19
20 Things TO-DO
21 ============
22 - Flash NumLock led only when "numpad" layer is active
23 - Command (in terms of IS_COMMAND) to switch to no-leds mode
24 - Increase count of ACTION keys
25 - Fix command_state() onboard led: it should flash only when kbd in some specific mode (CONSOLE || MOUSE)
26 - ergodox_blink_all_leds() should save current state of leds, and restore after blink. initial state of all leds == off
27 - add support for pseudo-backlight (reversed LEDs) + docs/photo
28 - command to debug all LEDs (on/off/blink)
29 - proper (in-core) implementation of DEBUG_MATRIX_SCAN_RATE (non-Ergodox specific)
30 - proper (in-core) support for per-layer fn_actions[]
31