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
Danny f077204fae Add support for RGB LEDs wired directly to each half's controller (#5392)
* Add support for wiring RGB LEDs for both halves directly to their respective controllers

RGB LEDs for each half don't need to be chained together across the TRRS cable with this

* Add split RGB LED support for serial

* Update config/rules for bakingpy layout

* Un-nest ifdefs for hand detection

* Read RGB config state from memory instead of EEPROM for serial updates

* Reuse existing LED pointer instead of creating new one
6 years ago
..
api Merge ChibiOS and LUFA descriptor support (#2362) 7 years ago
audio Added 4 new songs to song_list.h 6 years ago
debounce Clean up debounce a bit (#5255) 6 years ago
keymap_extras Add UK variant of the SEND_STRING() LUTs 6 years ago
process_keycode Unicode fix for new wincompose version (#5082) 6 years ago
serial_link Only re-send matrix every 5ms 8 years ago
split_common Add support for RGB LEDs wired directly to each half's controller (#5392) 6 years ago
stm32 Adds Proton C Conversion (#4661) 6 years ago
template Ask for your name when generating a new keyboard (#5214) 6 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 rgblight split transfer non-eeprom config (#5396) 6 years ago
api.h Only include lufa.h if AVR in quantum/api.h 7 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 Add new keyboard Plaid and ATMEGA328p support (#5379) 6 years ago
debounce.h Removed #include "matrix.h" from debounce.h 6 years ago
dynamic_keymap.c Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 7 years ago
dynamic_keymap.h Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 7 years ago
dynamic_macro.h Fix dynamic macros on ChibiOS keyboards 8 years ago
encoder.c add support for encoders to core 7 years ago
encoder.h add support for encoders to core 7 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 Next set of split_common changes (#4974) 6 years ago
led_matrix.c fix the led_matrix.h naming conflict 6 years ago
led_matrix_drivers.c fix the led_matrix.h naming conflict 6 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
ledmatrix.h fix the led_matrix.h naming conflict 6 years ago
matrix.c Debounce refactor / API (#3720) 6 years ago
mcu_selection.mk Adds Proton C Conversion (#4661) 6 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 Next set of split_common changes (#4974) 6 years ago
quantum.h Next set of split_common changes (#4974) 6 years ago
quantum_keycodes.h Fix indentation in quantum_keycodes.h (#5221) 6 years ago
rgb.h Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) 7 years ago
rgb_matrix.c New RGB Matrix effect: Single color reactive (#5330) 6 years ago
rgb_matrix.h New RGB Matrix effect: Single color reactive (#5330) 6 years ago
rgb_matrix_drivers.c RGB Matrix refactoring to open up for new drivers (#3913) 7 years ago
rgblight.c Add support for RGB LEDs wired directly to each half's controller (#5392) 6 years ago
rgblight.h Add support for RGB LEDs wired directly to each half's controller (#5392) 6 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
velocikey.c Velocikey: Match RGB animation speed to typing speed (#3754) 6 years ago
velocikey.h Velocikey: Match RGB animation speed to typing speed (#3754) 6 years ago