Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2021-07-25 | 1 | -4/+1 |
| | |||||
* | Disables rgblight twinkle by default. (#13677) | Nick Brassel | 2021-07-24 | 1 | -1/+0 |
| | | | | | | | | | | 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 ``` | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-17 | 1 | -100/+96 |
| | |||||
* | Move RGBLight code into its own folder (#13312) | Ryan | 2021-06-28 | 1 | -0/+442 |