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.
7 years ago
..
api Clarify the quantum license (#1042) 8 years ago
audio don't let timer1 exist without b5 being enabled 7 years ago
keymap_extras Pull out sendstring variations to their own files. 7 years ago
process_keycode switched to uint8 and 16 7 years ago
serial_link Only re-send matrix every 5ms 8 years ago
template Fix #1135 by changing the default to at90usb1286 7 years ago
tools Backlight abstraction and other changes (#439) 8 years ago
visualizer Whitefox LED control (#1432) 7 years ago
analog.c Clarify the quantum license (#1042) 8 years ago
analog.h Clarify the quantum license (#1042) 8 years ago
api.c Clarify the quantum license (#1042) 8 years ago
api.h Clarify the quantum license (#1042) 8 years ago
config_common.h Clarify the quantum license (#1042) 8 years ago
dynamic_macro.h Prevent the recording of looping dynamic macros. 7 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) 7 years ago
keycode_config.h Allow mod swapping for mod tap (MT) (#1202) 7 years ago
keymap.h Clarify the quantum license (#1042) 8 years ago
keymap_common.c Allow mod swapping for mod tap (MT) (#1202) 7 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 Clarify the quantum license (#1042) 8 years ago
light_ws2812.h Clarify the quantum license (#1042) 8 years ago
matrix.c Clarify the quantum license (#1042) 8 years ago
pincontrol.h Clarify the quantum license (#1042) 8 years ago
quantum.c Pull out sendstring variations to their own files. 7 years ago
quantum.h Pull out sendstring variations to their own files. 7 years ago
quantum_keycodes.h Adds parenthesis where they might be needed 7 years ago
rgblight.c Move CIE1931 and breathing tables to its own file 8 years ago
rgblight.h Clarify the quantum license (#1042) 8 years ago
variable_trace.c Clarify the quantum license (#1042) 8 years ago
variable_trace.h Clarify the quantum license (#1042) 8 years ago