summaryrefslogtreecommitdiff
path: root/quantum/rgblight/rgblight.c
AgeCommit message (Collapse)Author
2022-12-15Fix non-functional RGBLIGHT_EFFECT_TWINKLE on ARM (#19335)Joshua Diamond
2022-11-10Avoid repeated calls to rgblight_set() in tight succession when setting ↵Joshua Diamond
lighting layers (#18338) Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-09-28Fix retain brightness when val is changed while a layer is active (#18426)izmishi
* Fix retain brightness when val is changed while a layer is active * Fix retain brightness for RGBLIGHT_MODE_STATIC_GRADIENT * Fix formatting
2022-09-19[Core] remove busy waiting from rgblight functions (#18418)Stefan Kerkmann
2022-04-28Remove ARM pgm_read_word workaround in rgblight (#16961)Joel Challis
2022-04-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-04-21rgblight: Fix rgblight_blink_layer when multiple layers are active (#16824)Simon Arlott
2022-04-18Add customizable snake and knight animation increments (#16337)Michał Szczepaniak
2022-04-17rgblight: Add functions to stop blinking one or all but one layer (#16859)Simon Arlott
2022-04-16rgblight: Limit max repeat times in rgblight_blink_layer_repeat (#16860)Simon Arlott
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-07-25Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-07-21Retain brightness with lighting layers (#13025)Patrick Stadler
Add guard `RGBLIGHT_LAYERS_RETAIN_VAL` to retain the currently used val when applying lighting layers.
2021-06-28Move RGBLight code into its own folder (#13312)Ryan