Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add led matrix support for CKLED2001 (#17643) | lokher | 2022-08-13 | 1 | -0/+3 |
| | |||||
* | Update LED/RGB Matrix flag function behavior (#17651) | Drashna Jaelre | 2022-07-12 | 1 | -0/+1 |
| | |||||
* | Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, ↵ | MasterSpoon | 2022-02-06 | 1 | -0/+2 |
| | | | | | IS31FL3745, IS31FL3746A (#14989) Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com> | ||||
* | IS31FL3733 driver for LED Matrix (#15088) | Leo Deng | 2022-01-08 | 1 | -0/+4 |
| | |||||
* | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 1 | -1/+0 |
| | |||||
* | Fixup LED matrix. (#15020) | Nick Brassel | 2021-11-02 | 1 | -7/+7 |
| | |||||
* | Add support for ISSI drivers on both sides of a split keyboard (#13842) | Vlad K | 2021-11-02 | 1 | -7/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Rgb matrix/enable modes explicitly (#13758) | Drashna Jaelre | 2021-08-18 | 1 | -0/+1 |
| | | | | | | | | | | | * Change animations to require explicet activation * Add support for legacy config * Make default for now * Add LED Matrix support * change LED Matrix docs | ||||
* | Move LED/RGB Matrix code into their own directories (#13257) | Ryan | 2021-06-22 | 1 | -0/+160 |