24 Commits (896d9aa98cfec0f2b1010be7e0db289b8b809311)

Author SHA1 Message Date
QMK Bot fc2c9ccbc5
Regenerate Files (#19463) 3 years ago
QMK Bot 8f506b5bc2 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Joel Challis ab1898e660
Minor alignment of rgb_breathe_table generator (#19403) 3 years ago
QMK Bot 62b89f8184 Merge remote-tracking branch 'origin/master' into develop 3 years ago
Joshua Diamond 571a9794af
Fix non-functional RGBLIGHT_EFFECT_TWINKLE on ARM (#19335) 3 years ago
Drashna Jaelre 50661ab65c
Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216) 3 years ago
Joshua Diamond f6baf916a9
Avoid repeated calls to rgblight_set() in tight succession when setting lighting layers (#18338)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
3 years ago
Ryan 7407347be1
Remove rgblight_list.h (#18878)
* Remove rgblight_list defines with no usage

* Remove rgblight_setrgb_*[_at] defines

* Remove rgblight_sethsv_* defines

* Remove rgblight_sethsv_noeeprom_* defines

* Delete rgblight_list.h and remove all references
3 years ago
izmishi 703d8cd417
Fix retain brightness when val is changed while a layer is active (#18426)
* Fix retain brightness when val is changed while a layer is active

* Fix retain brightness for RGBLIGHT_MODE_STATIC_GRADIENT

* Fix formatting
3 years ago
Stefan Kerkmann 2aa3a8e059
[Core] remove busy waiting from rgblight functions (#18418) 3 years ago
Joel Challis ef8db9f104
Remove ARM pgm_read_word workaround in rgblight (#16961) 4 years ago
QMK Bot bcb7e471d5 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Simon Arlott 1e389c7904
rgblight: Fix rgblight_blink_layer when multiple layers are active (#16824) 4 years ago
Michał Szczepaniak 5b6faa173b
Add customizable snake and knight animation increments (#16337) 4 years ago
Nick Brassel df95495d5b
Fix #16859. (#16865) 4 years ago
Simon Arlott 5841c755ae
rgblight: Add functions to stop blinking one or all but one layer (#16859) 4 years ago
Simon Arlott 1cfe49714f
rgblight: Limit max repeat times in rgblight_blink_layer_repeat (#16860) 4 years ago
QMK Bot 63646e8906
Format code according to conventions (#16322) 4 years ago
Nick Brassel 4ec8764c70 Merge remote-tracking branch 'upstream/master' into develop 4 years ago
Nick Brassel 489c0f969d
Disables rgblight twinkle by default. (#13677)
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
```
4 years ago
Patrick Stadler fb9a254a43
Retain brightness with lighting layers (#13025)
Add guard `RGBLIGHT_LAYERS_RETAIN_VAL` to retain the currently used val
when applying lighting layers.
4 years ago
QMK Bot d1295ffe9a Merge remote-tracking branch 'origin/master' into develop 4 years ago
Ryan 653082235a
Relocate RGB/HSV color defs to a more fitting place (#13377) 5 years ago
Ryan cb23fe9fc1
Move RGBLight code into its own folder (#13312) 5 years ago