summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight/rgblight.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up operator precedence in RGBLIGHT (#21280)Nick Brassel2023-06-181-1/+1
|
* [Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre2023-05-081-10/+11
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis2023-03-231-7/+1
|
* Add some helpers to tidy up XAP (#20235)Joel Challis2023-03-231-0/+4
|
* Fix non-functional RGBLIGHT_EFFECT_TWINKLE on ARM (#19335)Joshua Diamond2022-12-151-1/+3
|
* Avoid repeated calls to rgblight_set() in tight succession when setting ↵Joshua Diamond2022-11-101-11/+27
| | | | | lighting layers (#18338) Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Fix retain brightness when val is changed while a layer is active (#18426)izmishi2022-09-281-5/+13
| | | | | | | * Fix retain brightness when val is changed while a layer is active * Fix retain brightness for RGBLIGHT_MODE_STATIC_GRADIENT * Fix formatting
* [Core] remove busy waiting from rgblight functions (#18418)Stefan Kerkmann2022-09-191-4/+0
|
* Remove ARM pgm_read_word workaround in rgblight (#16961)Joel Challis2022-04-281-6/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-211-3/+4
|\
| * rgblight: Fix rgblight_blink_layer when multiple layers are active (#16824)Simon Arlott2022-04-211-3/+4
| |
* | Add customizable snake and knight animation increments (#16337)Michał Szczepaniak2022-04-181-4/+4
| |
* | rgblight: Add functions to stop blinking one or all but one layer (#16859)Simon Arlott2022-04-171-0/+15
|/
* rgblight: Limit max repeat times in rgblight_blink_layer_repeat (#16860)Simon Arlott2022-04-161-0/+4
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-66/+160
|
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-07-251-11/+3
|
* Retain brightness with lighting layers (#13025)Patrick Stadler2021-07-211-0/+7
| | | | Add guard `RGBLIGHT_LAYERS_RETAIN_VAL` to retain the currently used val when applying lighting layers.
* Move RGBLight code into its own folder (#13312)Ryan2021-06-281-0/+1391