Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | Format code according to conventions (#16322) | QMK Bot | |
2021-11-15 | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | |
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-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-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 | |