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 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
..
audio Add IN_LIKE_FLINT song 9 years ago
keymap_extras Removed unnecessary comment 8 years ago
process_keycode Add a register/unregister_code16 pair of functions 8 years ago
serial_link Remove extra serial_link subdirectory 9 years ago
template fixes quantum template (actually) 9 years ago
tools
visualizer Move the visualizer_user file to keymap folder 9 years ago
analog.c
analog.h
config_common.h
dynamic_macro.h Implement the dynamic macros that are recorded in runtime 8 years ago
keycode_config.c
keycode_config.h
keymap.h fix typo 8 years ago
keymap_common.c Fixes midi functionality 9 years ago
light_ws2812.c updates rgblight implementation, makes non-timer stuff compatible with audio 9 years ago
light_ws2812.h
matrix.c
quantum.c Add a register/unregister_code16 pair of functions 8 years ago
quantum.h Add a register/unregister_code16 pair of functions 8 years ago
rgblight.c Simplify HSV->RGB calculation 9 years ago
rgblight.h updates rgblight implementation, makes non-timer stuff compatible with audio 9 years ago