jlj-qmk/quantum
SjB 9eb8d05246 added mods status bit to visualizer.
Since we can't read the real_mods and oneshot_mods static variable
directly within the update_user_visualizer_state
function (Threading and serial link). We are know storing the mods
states in the visualizer_keyboard_status_t structure. We can now
display the status of the modifier keys on the LCD display.
2017-01-17 21:57:32 -05:00
..
api API Sysex fixes 2016-12-29 12:13:30 +02:00
audio
keymap_extras
process_keycode Unregister all mods before inputting Unicode, and reregister afterwards 2017-01-09 02:59:10 +07:00
serial_link Convert tirple_buffered_object_tests to GTest 2016-08-27 21:57:49 +03:00
template
tools
visualizer added mods status bit to visualizer. 2017-01-17 21:57:32 -05:00
analog.c
analog.h
api.c
api.h
config_common.h API Sysex fixes 2016-12-29 12:13:30 +02:00
dynamic_macro.h
keycode_config.c
keycode_config.h
keymap_common.c Keycode refactor 2016-12-29 18:28:48 +11:00
keymap.h Keycode refactor 2016-12-29 18:28:48 +11:00
light_ws2812.c
light_ws2812.h
matrix.c
pincontrol.h
quantum_keycodes.h Update quantum_keycodes.h 2017-01-13 14:04:51 -05:00
quantum.c Added check that makes sure a code is a right modifier before considering it as one 2016-12-23 21:51:11 +02:00
quantum.h
rgblight.c Removed errant + 2016-12-29 09:32:02 -05:00
rgblight.h Add extern for 'led' global, set 'weak' attribute for rgblight_set() 2016-12-28 16:29:02 -05:00
variable_trace.c
variable_trace.h