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
Shayne Holmes 48ff93582b Pull out sendstring variations to their own files.
Instead of having all sendstring keycode mappings in the main quantum.c
file, give each one its own file in keymap_extras that can be #included
in a user's keymap. If one is included, it will define the appropriate
lookup tables and overwrite the weak definitions in quantum.c.
(Including more than one sendstring definition will fail at compile
time.)

Update @rai-suta's test keymap to match, as well as the documentation.
8 years ago
..
api
audio don't let timer1 exist without b5 being enabled 8 years ago
keymap_extras Pull out sendstring variations to their own files. 8 years ago
process_keycode switched to uint8 and 16 8 years ago
serial_link
template Fix #1135 by changing the default to at90usb1286 8 years ago
tools
visualizer Whitefox LED control (#1432) 8 years ago
analog.c
analog.h
api.c
api.h
config_common.h
dynamic_macro.h Prevent the recording of looping dynamic macros. 8 years ago
fauxclicky.c Faux clicky bug fixes 8 years ago
fauxclicky.h Faux clicky bug fixes 8 years ago
keycode_config.c Allow mod swapping for mod tap (MT) (#1202) 8 years ago
keycode_config.h Allow mod swapping for mod tap (MT) (#1202) 8 years ago
keymap.h
keymap_common.c Allow mod swapping for mod tap (MT) (#1202) 8 years ago
led_tables.c Move CIE1931 and breathing tables to its own file 8 years ago
led_tables.h Move CIE1931 and breathing tables to its own file 8 years ago
light_ws2812.c
light_ws2812.h
matrix.c
pincontrol.h
quantum.c Pull out sendstring variations to their own files. 8 years ago
quantum.h Pull out sendstring variations to their own files. 8 years ago
quantum_keycodes.h Adds parenthesis where they might be needed 8 years ago
rgblight.c Move CIE1931 and breathing tables to its own file 8 years ago
rgblight.h
variable_trace.c
variable_trace.h