qmk-dactyl-manuform-a/quantum
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
..
audio Add IN_LIKE_FLINT song 2016-07-30 01:52:33 -07:00
keymap_extras Removed unnecessary comment 2016-08-07 11:07:38 -05:00
process_keycode Add a register/unregister_code16 pair of functions 2016-08-18 11:29:53 +02:00
serial_link Remove extra serial_link subdirectory 2016-07-06 13:26:20 +03:00
template
tools
visualizer Move the visualizer_user file to keymap folder 2016-07-07 14:42:16 +03:00
analog.c
analog.h quantum separated 2015-10-26 14:49:46 -04:00
config_common.h
dynamic_macro.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c
light_ws2812.c
light_ws2812.h
matrix.c
quantum.c Add a register/unregister_code16 pair of functions 2016-08-18 11:29:53 +02:00
quantum.h Add a register/unregister_code16 pair of functions 2016-08-18 11:29:53 +02:00
rgblight.c Simplify HSV->RGB calculation 2016-07-26 15:31:22 -05:00
rgblight.h