Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-03 | is31fl3737/3741: add LED Matrix support (#22163) | Ryan | |
2023-09-29 | Add _DEFAULT_ON lighting configuration options (#21865) | Joel Challis | |
2023-09-28 | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | |
* 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> | |||
2023-09-27 | is31fl3218: Add LED Matrix support (#22126) | Ryan | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-09-27 | is31fl3736: extract single-color API (#22133) | Ryan | |
2023-09-21 | LED/RGB Matrix: prefix driver defines (#22088) | Ryan | |
2023-09-20 | Move `PACKED` define to util.h (#22074) | Ryan | |
2023-08-23 | Simplfy RGB/LED matrix effect logic (#21703) | Joel Challis | |
2023-07-29 | LED Matrix: driver naming cleanups (#21580) | Ryan | |
2023-07-16 | quantum: remove direct `quantum.h` includes (#21507) | Ryan | |
2023-07-02 | [Core] RGB Matrix limit basic indicators to the last render (#21169) | Xelus22 | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-05-08 | [Bug] Realign and size check EECONFIG structures (#20541) | Drashna Jaelre | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-02-12 | Remove `config.h` include from quantum files (#19817) | jack | |
2022-11-27 | Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080) | Ryan | |
2022-10-04 | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | |
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-09-26 | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | |
2022-09-23 | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | |
2022-08-13 | Add led matrix support for CKLED2001 (#17643) | lokher | |
2022-07-13 | [Bug] Fix compile issue with LED Matrix (#17658) | Drashna Jaelre | |
2022-07-12 | Update LED/RGB Matrix flag function behavior (#17651) | Drashna Jaelre | |
2022-02-19 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2022-02-17 | Fix build error for LED Matrix effect solid_reactive_wide. (#16383) | Joakim Tufvegren | |
2022-02-12 | Format code according to conventions (#16322) | QMK Bot | |
2022-02-06 | Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, ↵ | MasterSpoon | |
IS31FL3745, IS31FL3746A (#14989) Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com> | |||
2022-01-08 | IS31FL3733 driver for LED Matrix (#15088) | Leo Deng | |
2021-11-15 | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | |
2021-11-02 | Fixup LED matrix. (#15020) | Nick Brassel | |
2021-11-02 | Add support for ISSI drivers on both sides of a split keyboard (#13842) | Vlad K | |
* 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> | |||
2021-10-10 | Fix misplaced endif in led_matrix_drivers.c (#14785) | Ryan | |
2021-10-10 | Clean up LED/RGB Matrix driver config (#14760) | Ryan | |
2021-10-08 | Put back eeconfig_update_ functions (#14751) | Joel Challis | |
2021-10-07 | Reuse of EEPROM debounce logic (#14699) | Joel Challis | |
* reuse rgb debounce logic * Refactor led matrix * Remove log line * timeout should not be hard coded | |||
2021-08-20 | Fix LED Matrix suspend code (#14090) | Ryan | |
2021-08-20 | [Bug] Fix RGB/LED Matrix Suspend code (#14084) | Drashna Jaelre | |
2021-08-18 | Rgb matrix/enable modes explicitly (#13758) | Drashna Jaelre | |
* Change animations to require explicet activation * Add support for legacy config * Make default for now * Add LED Matrix support * change LED Matrix docs | |||
2021-07-19 | Switch Ergodox Infinity over to split_common (#13481) | Joakim Tufvegren | |
2021-07-16 | Fix LED Hit Counter for LED/RGB Matrix (#12674) | Johannes Choo | |
2021-06-22 | Move LED/RGB Matrix code into their own directories (#13257) | Ryan | |