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