Joel Challis
f165eb5cc9
Remove redundant rgblight eeconfig init ( #22674 )
2023-12-16 15:43:53 +00:00
Ryan
e648155113
Rename RGBLED_NUM
-> RGBLIGHT_LED_COUNT
( #22570 )
2023-12-12 15:30:08 +11:00
Ryan
17f36a21bf
Rework RGBLight driver system ( #22529 )
2023-12-05 22:49:14 +11:00
Álvaro A. Volpato
2eed1f5bad
Add RGBLIGHT_DEFAULT_ON
macro configuration option ( #20857 )
...
* ADD RGB_DEFAULT_DISABLED option and updated documentation
* Formatting
* Add as by fauxpark's suggestion
Co-authored by: fauxpark
* Formatting
* Use boolean values instead of numerical
Co-authored-by: Ryan <fauxpark@gmail.com>
* Edit documentation formatting
Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove comment
Co-authored-by: Ryan <fauxpark@gmail.com>
* Set RGB mode to DEFAULT macro at init
Co-authored-by: Ryan <fauxpark@gmail.com>
---------
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
2023-09-29 14:53:12 +01:00
Joel Challis
339bff6339
Move velocikey to within rgblight ( #22123 )
2023-09-25 17:48:10 +01:00
Ryan
f8cea06be3
RGBLight/Backlight: add prefixed driver defines ( #22089 )
2023-09-21 15:50:01 +10:00
Ryan
41bd4e35a0
Clean up RGB LED type ( #21859 )
2023-09-04 01:19:59 +01:00
Nick Brassel
884be6c1ba
Fix up operator precedence in RGBLIGHT ( #21280 )
2023-06-18 14:33:18 +10:00
Drashna Jaelre
5c4b53a143
[Bug] Realign and size check EECONFIG structures ( #20541 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-08 10:56:03 -07:00
Joel Challis
b01dc36fbf
Tidy up duplication of MIN/MAX fallback implementations ( #20236 )
2023-03-23 05:30:30 +00:00
Joel Challis
6540b31d71
Add some helpers to tidy up XAP ( #20235 )
2023-03-23 00:37:13 +00:00
Joshua Diamond
571a9794af
Fix non-functional RGBLIGHT_EFFECT_TWINKLE on ARM ( #19335 )
2022-12-15 00:18:54 -08:00
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>
2022-11-10 20:27:40 +11:00
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
2022-09-28 13:16:24 -04:00
Stefan Kerkmann
2aa3a8e059
[Core] remove busy waiting from rgblight functions ( #18418 )
2022-09-19 18:05:31 +02:00
Joel Challis
ef8db9f104
Remove ARM pgm_read_word workaround in rgblight ( #16961 )
2022-04-28 23:58:55 -07:00
QMK Bot
bcb7e471d5
Merge remote-tracking branch 'origin/master' into develop
2022-04-21 16:34:10 +00:00
Simon Arlott
1e389c7904
rgblight: Fix rgblight_blink_layer when multiple layers are active ( #16824 )
2022-04-21 09:33:29 -07:00
Michał Szczepaniak
5b6faa173b
Add customizable snake and knight animation increments ( #16337 )
2022-04-18 02:07:36 -07:00
Simon Arlott
5841c755ae
rgblight: Add functions to stop blinking one or all but one layer ( #16859 )
2022-04-17 00:02:32 +02:00
Simon Arlott
1cfe49714f
rgblight: Limit max repeat times in rgblight_blink_layer_repeat ( #16860 )
2022-04-16 10:40:48 -07:00
QMK Bot
63646e8906
Format code according to conventions ( #16322 )
2022-02-12 18:29:31 +00:00
Nick Brassel
4ec8764c70
Merge remote-tracking branch 'upstream/master' into develop
2021-07-25 12:17:15 +10:00
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.
2021-07-21 23:46:12 -07:00
Ryan
cb23fe9fc1
Move RGBLight code into its own folder ( #13312 )
2021-06-28 15:15:24 +10:00