summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix/rgb_matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* merge upstream 713427clokher2023-04-261-1/+0
|
* Merge upstream masterlokher2022-12-061-50/+52
|\
| * Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-14/+14
| |
| * Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-6/+12
| | | | | | | | 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-231-4/+4
| |
* | refactor indicator.c; fix LED/RGB_MATRIX_BRIGHTNESS_TURN_OFF_VAL related issuelokher2022-09-221-16/+22
| |
* | merge upstream masterlokher2022-09-131-3/+20
|\|
| * Update LED/RGB Matrix flag function behavior (#17651)Drashna Jaelre2022-07-121-1/+11
| |
| * Fix RGB heatmap to use XY positions and use correct led limits (#17184)Dasky2022-06-211-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix RGB heatmap to use XY positions * lower effect area limit and make configurable * tidy up macro * Fix triggering in both directions. * add docs * fix bug when decreasing value * performance tweak
* | Add K8 prolokher2022-08-051-3/+77
|/
* Format code according to conventions (#16322)QMK Bot2022-02-121-73/+176
|
* RGB Matrix: Reload from EEPROM (#15923)Adam Lickel2022-02-041-0/+10
| | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954)Erik Berthold2021-12-271-6/+2
|
* Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-021-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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
* [Bug] Fix RGB/LED Matrix Suspend code (#14084)Drashna Jaelre2021-08-201-2/+3
|
* Rgb matrix/enable modes explicitly (#13758)Drashna Jaelre2021-08-181-3/+3
| | | | | | | | | | | * Change animations to require explicet activation * Add support for legacy config * Make default for now * Add LED Matrix support * change LED Matrix docs
* 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-221-0/+640