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
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
5 years ago
..
api clang-format changes 6 years ago
audio 2020 May 30 Breaking Changes Update (#9215) 5 years ago
backlight adds support for the atmega328 (#9043) 5 years ago
debounce quantum/debounce: Added sym_pk debounce algorithm (#8587) 5 years ago
keymap_extras BE_J should map to KC_J (#9243) 5 years ago
process_keycode Standardize how unicode is processed (fixes #8768) (#8770) 5 years ago
rgb_matrix_animations 2020 May 30 Breaking Changes Update (#9215) 5 years ago
rgb_matrix_runners 2020 May 30 Breaking Changes Update (#9215) 5 years ago
serial_link 2020 February 29 Breaking Changes Update (#8064) 5 years ago
split_common Fixed slave-side keyboard half unresponsiveness (#9360) 5 years ago
stm32 Initial arm serial partially based on old lets split code 5 years ago
template Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117) 5 years ago
tools
visualizer 2020 February 29 Breaking Changes Update (#8064) 5 years ago
api.c clang-format changes 6 years ago
api.h clang-format changes 6 years ago
color.c Run clang-format manually to fix recently changed files (#7934) 5 years ago
color.h Use White channel on RGBW LEDs (#7678) 5 years ago
config_common.h adds support for the atmega328 (#9043) 5 years ago
debounce.h Removed #include "matrix.h" from debounce.h 6 years ago
dip_switch.c Bugfix for quantum/dip_switch.c (#8731) 5 years ago
dip_switch.h Add Dip Switch as a core feature (#6140) 6 years ago
dynamic_keymap.c format code according to conventions [skip ci] 5 years ago
dynamic_keymap.h clang-format changes 6 years ago
dynamic_macro.h [Core] Convert Dynamic Macro to a Core Feature (#5948) 6 years ago
encoder.c 2020 February 29 Breaking Changes Update (#8064) 5 years ago
encoder.h Added encoder support to split common code (#5477) 6 years ago
fauxclicky.c clang-format changes 6 years ago
fauxclicky.h clang-format changes 6 years ago
keycode_config.c clang-format changes 6 years ago
keycode_config.h clang-format changes 6 years ago
keymap.h clang-format changes 6 years ago
keymap_common.c Strip out features to allow minimum firmware sizes (#8645) 5 years ago
led_matrix.c clang-format changes 6 years ago
led_matrix_drivers.c clang-format changes 6 years ago
led_tables.c Remove unused LED_BREATHING_TABLE 5 years ago
led_tables.h Remove unused LED_BREATHING_TABLE 5 years ago
ledmatrix.h clang-format changes 6 years ago
matrix.c format code according to conventions [skip ci] 5 years ago
matrix_common.c Allow 30us matrix delay to be keyboard/user overridable (#8216) 5 years ago
mcu_selection.mk adds support for the atmega328 (#9043) 5 years ago
pointing_device.c clang-format changes 6 years ago
pointing_device.h clang-format changes 6 years ago
quantum.c Move encoder_read to common location (#9003) 5 years ago
quantum.h format code according to conventions [skip ci] 5 years ago
quantum_keycodes.h One shot support for swap hands (#8590) 5 years ago
rgb.h clang-format changes 6 years ago
rgb_matrix.c 2020 May 30 Breaking Changes Update (#9215) 5 years ago
rgb_matrix.h Support IS31FL3741 and IS31FL3741A. (#9201) 5 years ago
rgb_matrix_drivers.c Change `led` variable in rgb_matrix_drivers to avoid conflicts (#9412) 5 years ago
rgb_matrix_types.h 2020 May 30 Breaking Changes Update (#9215) 5 years ago
rgblight.c Fix layer mask size for RGBLIGHT_LAYER_BLINK (#9260) 5 years ago
rgblight.h Add query functions for RGB Light and RGB Matrix (#8960) 5 years ago
rgblight_breathe_table.h clang-format changes 6 years ago
rgblight_list.h clang-format changes 6 years ago
rgblight_modes.h New RGB Lighting effect: Twinkle (#8887) 5 years ago
rgblight_post_config.h clang-format changes 6 years ago
send_string_keycodes.h Add *OPT aliases for *ALT keycodes and macros (#8714) 5 years ago
variable_trace.c clang-format changes 6 years ago
variable_trace.h clang-format changes 6 years ago
velocikey.c clang-format changes 6 years ago
velocikey.h clang-format changes 6 years ago
via.c Configurable VIA layout options default value (#8707) 5 years ago
via.h Configurable VIA layout options default value (#8707) 5 years ago
wpm.c Run clang-format manually to fix recently changed files (#8552) 5 years ago
wpm.h Run clang-format manually to fix recently changed files (#8552) 5 years ago