qmk_firmware/quantum
Drashna Jaelre 30cdf9331a
Change led variable in rgb_matrix_drivers to avoid conflicts (#9412)
* Change `led` to `led_matrix` in rgb_matrix_drivers

Is a minor change that only affects the driver file. 

However, this will allow somebody to run rgblight along side rgb matrix
using the ws2812 driver, as well.  Specifically, so you can use the
custom driver for rgblight to set a different pin (barring a change to
the `ws2812_setleds` function).  

Courtesy of discord conversion:
https://discordapp.com/channels/440868230475677696/568161140534935572/721555623191248906

* Change name to be super specific

* Update rgb_matrix_drivers.c
2020-06-20 23:07:26 +01:00
..
api
audio 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
backlight adds support for the atmega328 (#9043) 2020-06-10 22:23:11 +01:00
debounce quantum/debounce: Added sym_pk debounce algorithm (#8587) 2020-04-11 21:29:48 +10:00
keymap_extras BE_J should map to KC_J (#9243) 2020-06-01 14:04:44 +10:00
process_keycode Standardize how unicode is processed (fixes #8768) (#8770) 2020-06-18 08:07:34 +01:00
rgb_matrix_animations 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
rgb_matrix_runners 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
serial_link
split_common Fixed slave-side keyboard half unresponsiveness (#9360) 2020-06-10 17:25:45 +01:00
stm32 Initial arm serial partially based on old lets split code 2020-05-21 18:04:30 +01:00
template Remove DEBUG_LEVEL from V-USB rules.mk (#9117) 2020-05-17 21:37:04 +01:00
tools
visualizer
api.c
api.h
color.c
color.h
config_common.h adds support for the atmega328 (#9043) 2020-06-10 22:23:11 +01:00
debounce.h
dip_switch.c Bugfix for quantum/dip_switch.c (#8731) 2020-04-12 12:44:24 -07:00
dip_switch.h
dynamic_keymap.c format code according to conventions [skip ci] 2020-03-14 14:08:48 +00:00
dynamic_keymap.h
dynamic_macro.h
encoder.c
encoder.h
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c Strip out features to allow minimum firmware sizes (#8645) 2020-04-01 21:06:22 +01:00
led_matrix.c
led_matrix_drivers.c
led_tables.c Remove unused LED_BREATHING_TABLE 2020-03-06 22:29:01 -08:00
led_tables.h Remove unused LED_BREATHING_TABLE 2020-03-06 22:29:01 -08:00
ledmatrix.h
matrix.c format code according to conventions [skip ci] 2020-05-21 17:39:29 +00:00
matrix_common.c
mcu_selection.mk adds support for the atmega328 (#9043) 2020-06-10 22:23:11 +01:00
pointing_device.c
pointing_device.h
quantum.c Move encoder_read to common location (#9003) 2020-06-03 00:54:53 +01:00
quantum.h format code according to conventions [skip ci] 2020-04-29 11:38:51 +00:00
quantum_keycodes.h One shot support for swap hands (#8590) 2020-05-14 07:36:55 +10:00
rgb.h
rgb_matrix.c 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
rgb_matrix.h Support IS31FL3741 and IS31FL3741A. (#9201) 2020-06-20 14:49:15 +10:00
rgb_matrix_drivers.c Change led variable in rgb_matrix_drivers to avoid conflicts (#9412) 2020-06-20 23:07:26 +01:00
rgb_matrix_types.h 2020 May 30 Breaking Changes Update (#9215) 2020-05-30 13:14:59 -07:00
rgblight.c Fix layer mask size for RGBLIGHT_LAYER_BLINK (#9260) 2020-06-01 17:12:08 -07:00
rgblight.h Add query functions for RGB Light and RGB Matrix (#8960) 2020-05-18 06:05:35 -07:00
rgblight_breathe_table.h
rgblight_list.h
rgblight_modes.h New RGB Lighting effect: Twinkle (#8887) 2020-05-09 01:56:16 -07:00
rgblight_post_config.h
send_string_keycodes.h Add *OPT aliases for *ALT keycodes and macros (#8714) 2020-04-12 11:37:55 -07:00
variable_trace.c
variable_trace.h
velocikey.c
velocikey.h
via.c Configurable VIA layout options default value (#8707) 2020-04-06 20:27:44 +01:00
via.h Configurable VIA layout options default value (#8707) 2020-04-06 20:27:44 +01:00
wpm.c Run clang-format manually to fix recently changed files (#8552) 2020-03-25 14:39:53 +11:00
wpm.h Run clang-format manually to fix recently changed files (#8552) 2020-03-25 14:39:53 +11:00