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/process_keycode
Gergely Nagy 0d28787c5c Add a register/unregister_code16 pair of functions
These functions register not only the 8bit keycode, but the modifiers
too. It doesn't handle the full range of the upper 8bits, just the mods,
but that's a good start.

Changed the tap-dance pair functions to use these, so one can do:

  `ACTION_TAP_DANCE_DOUBLE (KC_COLN, KC_SCLN)`

...and that will do the right thing.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
..
process_chording.c Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_chording.h Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_leader.c Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_leader.h Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_midi.c Fixes midi functionality 8 years ago
process_midi.h Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_music.c ensure there's a recording to play before playing; also enables the LGUI button to play a tone 8 years ago
process_music.h Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_tap_dance.c Add a register/unregister_code16 pair of functions 8 years ago
process_tap_dance.h tap-dance: Major rework, to make it more reliable 8 years ago
process_unicode.c process_unicode: Introduce a slight delay 8 years ago
process_unicode.h process_unicode: Introduce a slight delay 8 years ago