Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | |
2021-07-24 | Disables rgblight twinkle by default. (#13677) | Nick Brassel | |
This takes up about 700 bytes of space, and needs to be swapped to opt-in, rather than opt-out. Build failures in general on AVR due to the scarcity of available flash. People can re-enable it by adding to their keymap's config.h files: ``` #define RGBLIGHT_EFFECT_TWINKLE ``` | |||
2021-07-21 | Retain brightness with lighting layers (#13025) | Patrick Stadler | |
Add guard `RGBLIGHT_LAYERS_RETAIN_VAL` to retain the currently used val when applying lighting layers. | |||
2021-07-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-29 | Relocate RGB/HSV color defs to a more fitting place (#13377) | Ryan | |
2021-06-28 | Move RGBLight code into its own folder (#13312) | Ryan | |