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
James Laird-Wah 0c3137d8ff rgb_matrix: continue calling rgb_matrix_indicators() when toggled off
This allows user code to continue to use the matrix for indication, even
when the RGB toggle is off, using rgb_matrix_set_color().

Without this change, it's impossible for user code to use the matrix
when the toggle is off, as any changes get overwritten with black on the
next task cycle, and the indicator code is not called at all.
7 years ago
..
api Merge ChibiOS and LUFA descriptor support (#2362) 7 years ago
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 Only re-send matrix every 5ms 8 years ago
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 Backlight abstraction and other changes (#439) 9 years ago
visualizer move lcd_backlight_keyframes to correct location 8 years ago
api.c Clarify the quantum license (#1042) 8 years ago
api.h Clarify the quantum license (#1042) 8 years ago
color.c Adds IS31FL3731 RGB Matrix Implementation (#2910) 7 years ago
color.h Adds IS31FL3731 RGB Matrix Implementation (#2910) 7 years ago
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 Fix dynamic macros on ChibiOS keyboards 8 years ago
fauxclicky.c Faux clicky bug fixes 8 years ago
fauxclicky.h Faux clicky bug fixes 8 years ago
keycode_config.c Fix #1566 - NKRO reseting issue 7 years ago
keycode_config.h Allow mod swapping for mod tap (MT) (#1202) 8 years ago
keymap.h Merge ChibiOS and LUFA descriptor support (#2362) 7 years ago
keymap_common.c Lets split eh (#3120) 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
matrix.c Update quantum matrix to support both AVR and Chibios ARM (#3968) 7 years ago
pincontrol.h Clarify the quantum license (#1042) 8 years ago
pointing_device.c Added Dichotemy Keyboard, updated docs for Pointing Device (#1817) 8 years ago
pointing_device.h Fix Pointing Device code (#1934) 8 years ago
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 Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 7 years ago
rgb_matrix.c rgb_matrix: continue calling rgb_matrix_indicators() when toggled off 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 Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070) 7 years ago
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 Clarify the quantum license (#1042) 8 years ago
variable_trace.h Clarify the quantum license (#1042) 8 years ago