Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing rgb matrix default parameters (#22281) | Fabien Fellay | 2024-01-30 | 1 | -1/+1 |
| | |||||
* | Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681) | Ryan | 2023-12-20 | 1 | -1/+1 |
| | |||||
* | Remove redundant RGB/LED matrix eeconfig init (#22673) | Joel Challis | 2023-12-16 | 1 | -6/+10 |
| | |||||
* | Converted RGB matrix to use last_input_activity_elapsed(). (#21687) | Pete Neisen | 2023-11-30 | 1 | -20/+3 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | RGB/LED matrix use limits size optimisation (#22325) | Dasky | 2023-10-25 | 1 | -8/+31 |
| | |||||
* | Fix compilation error when led/rgb process limit is zero. (#22328) | Dasky | 2023-10-24 | 1 | -3/+2 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-23 | 1 | -2/+0 |
|\ | |||||
| * | Remove extra led_matrix_indicators_user call (#22329) | Dasky | 2023-10-24 | 1 | -2/+0 |
| | | |||||
* | | Add _DEFAULT_ON lighting configuration options (#21865) | Joel Challis | 2023-09-29 | 1 | -1/+1 |
| | | |||||
* | | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | 2023-09-28 | 1 | -30/+1 |
|/ | | | | | | | | | | | | | | | | | | | | | | * refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | quantum: remove direct `quantum.h` includes (#21507) | Ryan | 2023-07-16 | 1 | -0/+5 |
| | |||||
* | [Core] RGB Matrix limit basic indicators to the last render (#21169) | Xelus22 | 2023-07-02 | 1 | -1/+4 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Remove `config.h` include from quantum files (#19817) | jack | 2023-02-12 | 1 | -1/+0 |
| | |||||
* | Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080) | Ryan | 2022-11-27 | 1 | -9/+9 |
| | |||||
* | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 1 | -4/+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) | Ryan | 2022-09-26 | 1 | -17/+13 |
| | |||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -4/+4 |
| | |||||
* | [Bug] Fix compile issue with LED Matrix (#17658) | Drashna Jaelre | 2022-07-13 | 1 | -3/+3 |
| | |||||
* | Update LED/RGB Matrix flag function behavior (#17651) | Drashna Jaelre | 2022-07-12 | 1 | -2/+12 |
| | |||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -55/+124 |
| | |||||
* | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 1 | -2/+2 |
| | |||||
* | Add support for ISSI drivers on both sides of a split keyboard (#13842) | Vlad K | 2021-11-02 | 1 | -12/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Challis | 2021-10-08 | 1 | -0/+2 |
| | |||||
* | Reuse of EEPROM debounce logic (#14699) | Joel Challis | 2021-10-07 | 1 | -22/+10 |
| | | | | | | | | | * reuse rgb debounce logic * Refactor led matrix * Remove log line * timeout should not be hard coded | ||||
* | Fix LED Matrix suspend code (#14090) | Ryan | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | [Bug] Fix RGB/LED Matrix Suspend code (#14084) | Drashna Jaelre | 2021-08-20 | 1 | -2/+3 |
| | |||||
* | Switch Ergodox Infinity over to split_common (#13481) | Joakim Tufvegren | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Fix LED Hit Counter for LED/RGB Matrix (#12674) | Johannes Choo | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | Move LED/RGB Matrix code into their own directories (#13257) | Ryan | 2021-06-22 | 1 | -0/+577 |