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-fw/quantum
martinakcsilla 0d61e612f0 process_ucis: Add a callback for success (#4067)
There is `qk_ucis_symbol_fallback` for the case where symbol lookup
fails, but there wasn't one for the success case. This adds
`qk_ucis_success`, called after successfully finishing the UCIS symbol
input.

Thanks to @drashna for the idea!

Signed-off-by: Csilla Nagyné Martinák <csilla@csillger.hu>
7 years ago
..
api
audio Add functions so you can configure programatically 7 years ago
keymap_extras add JP keycode for MacOSX (#4033) 7 years ago
process_keycode process_ucis: Add a callback for success (#4067) 7 years ago
serial_link
split_common split_common: fix backlight update for serial boards 7 years ago
template Updated templates for use by new_project.sh (#3783) 7 years ago
tools
visualizer
api.c
api.h
color.c
color.h
config_common.h Update quantum matrix to support both AVR and Chibios ARM (#3968) 7 years ago
dynamic_keymap.c RAMA M6-B and IS31FL3218 driver (#4021) 7 years ago
dynamic_keymap.h Improved dynamic keymaps (#3972) 7 years ago
dynamic_macro.h
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c Lets split eh (#3120) 7 years ago
led_tables.c
led_tables.h
matrix.c Update quantum matrix to support both AVR and Chibios ARM (#3968) 7 years ago
pincontrol.h
pointing_device.c
pointing_device.h
quantum.c Add Function level EECONFIG code for EEPROM (#3084) 7 years ago
quantum.h Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785) 7 years ago
quantum_keycodes.h Add On/Off keycodes 7 years ago
rgb.h
rgb_matrix.c Adds a method allowing to set custom colors to the rgb matrix 7 years ago
rgb_matrix.h Adds a method allowing to set custom colors to the rgb matrix 7 years ago
rgb_matrix_drivers.c RGB Matrix refactoring to open up for new drivers (#3913) 7 years ago
rgblight.c rgblight.[ch] more configurable (#3582) 7 years ago
rgblight.h rgblight.[ch] more configurable (#3582) 7 years ago
rgblight_list.h
rgblight_reconfig.h rgblight.[ch] more configurable (#3582) 7 years ago
rgblight_types.h Adds support for Planck Rev 6 (#2666) 7 years ago
send_string_keycodes.h Clean up SEND_STRING keycodes and add media keys (#3214) 7 years ago
variable_trace.c
variable_trace.h