You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/quantum
Gergely Nagy 70e42489de tap-dance: Support for holding keys
With this change, tap dance will now store the pressed state of the
tap-dance key, and allow one to make an action sooner, while the key is
still held, and only unregister when the key is released.

The registration must happen in the `on_dance_finished` callback, while
unregistering goes to `on_reset`. The surrounding code makes sure not to
call either multiple times.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
..
audio Implements subprojects and updates projects for this (#459) 8 years ago
keymap_extras keymap_dvorak.h: add missing shifted keys, fix whitespace 8 years ago
process_keycode tap-dance: Support for holding keys 8 years ago
serial_link Remove extra serial_link subdirectory 8 years ago
template fixes quantum template (actually) 8 years ago
tools Backlight abstraction and other changes (#439) 9 years ago
visualizer Move the visualizer_user file to keymap folder 8 years ago
analog.c quantum separated 9 years ago
analog.h quantum separated 9 years ago
config_common.h Backlight abstraction and other changes (#439) 9 years ago
keycode_config.c Cleans up quantum/keymap situation, removes extra lufa folders (#416) 9 years ago
keycode_config.h Add ChibiOS support for QMK (#465) 8 years ago
keymap.h Create keycodes for RGB control functions 8 years ago
keymap_common.c Fix the range for consumer keys 8 years ago
light_ws2812.c updates rgblight implementation, makes non-timer stuff compatible with audio 8 years ago
light_ws2812.h Integrate WS2812 code into quantum core 9 years ago
matrix.c fix/annotate wait_us lines 8 years ago
quantum.c extract reset keyboard into a function 8 years ago
quantum.h extract reset keyboard into a function 8 years ago
rgblight.c updates rgblight implementation, makes non-timer stuff compatible with audio 8 years ago
rgblight.h updates rgblight implementation, makes non-timer stuff compatible with audio 8 years ago