summaryrefslogtreecommitdiffstats
path: root/quantum/led_matrix
Commit message (Collapse)AuthorAgeFilesLines
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-231-0/+19
|
* LED Matrix: driver naming cleanups (#21580)Ryan2023-07-291-45/+45
|
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-162-1/+6
|
* [Core] RGB Matrix limit basic indicators to the last render (#21169)Xelus222023-07-022-2/+6
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre2023-05-081-2/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `config.h` include from quantum files (#19817)jack2023-02-121-1/+0
|
* Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan2022-11-271-9/+9
|
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-042-8/+16
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-17/+13
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-234-15/+15
|
* Add led matrix support for CKLED2001 (#17643)lokher2022-08-132-1/+53
|
* [Bug] Fix compile issue with LED Matrix (#17658)Drashna Jaelre2022-07-131-3/+3
|
* Update LED/RGB Matrix flag function behavior (#17651)Drashna Jaelre2022-07-122-2/+13
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-191-2/+2
|\
| * Fix build error for LED Matrix effect solid_reactive_wide. (#16383)Joakim Tufvegren2022-02-171-2/+2
| |
* | Format code according to conventions (#16322)QMK Bot2022-02-1221-125/+248
| |
* | Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, ↵MasterSpoon2022-02-062-1/+53
| | | | | | | | | | IS31FL3745, IS31FL3746A (#14989) Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com>
* | IS31FL3733 driver for LED Matrix (#15088)Leo Deng2022-01-081-0/+4
|/
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-1519-104/+21
|
* Fixup LED matrix. (#15020)Nick Brassel2021-11-021-7/+7
|
* Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-0211-28/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Gets RGB working on a split keyboard with IS31FL3733. Currently needs small tweak to re-enable WS2812 * Added helper function * Trying to integrate the function * Moved functionality into a macro * Swapped conditional for a macro everywhere * Tidying up * More code cleanup * Documentation updates * Fixed formatting via linter * Switching to a function from a macro * Fixed compile error * Fixing WS2812 behavior. UNTESTED. * Updated documentation about the driver addresses. * Fixed code for WS2812 * Trying to add in LED_MATRIX support * Updated effects for LED matrix * Updated third-party effect defines. * Ran format-c on modified files * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Move to static inline. Avoids issues with gcc v8+ * Move helper function for LED_matrix to static inline to avoid issues with gcc v8+ Co-authored-by: Vlad Kvitnevskiy <vladkvit@outlook.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix misplaced endif in led_matrix_drivers.c (#14785)Ryan2021-10-101-4/+4
|
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-101-70/+65
|
* Put back eeconfig_update_ functions (#14751)Joel Challis2021-10-081-0/+2
|
* Reuse of EEPROM debounce logic (#14699)Joel Challis2021-10-071-22/+10
| | | | | | | | | * reuse rgb debounce logic * Refactor led matrix * Remove log line * timeout should not be hard coded
* Fix LED Matrix suspend code (#14090)Ryan2021-08-201-1/+1
|
* [Bug] Fix RGB/LED Matrix Suspend code (#14084)Drashna Jaelre2021-08-201-2/+3
|
* Rgb matrix/enable modes explicitly (#13758)Drashna Jaelre2021-08-1818-29/+112
| | | | | | | | | | | * Change animations to require explicet activation * Add support for legacy config * Make default for now * Add LED Matrix support * change LED Matrix docs
* Switch Ergodox Infinity over to split_common (#13481)Joakim Tufvegren2021-07-191-1/+1
|
* Fix LED Hit Counter for LED/RGB Matrix (#12674)Johannes Choo2021-07-161-1/+1
|
* Move LED/RGB Matrix code into their own directories (#13257)Ryan2021-06-2229-0/+1418