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>
2016-08-18 11:29:53 +02:00
..
process_chording.c
process_chording.h
process_leader.c
process_leader.h
process_midi.c
process_midi.h
process_music.c
process_music.h
process_tap_dance.c Add a register/unregister_code16 pair of functions 2016-08-18 11:29:53 +02:00
process_tap_dance.h
process_unicode.c
process_unicode.h