Commit Graph

67 Commits

Author SHA1 Message Date
QMK Bot
d383244336 Merge remote-tracking branch 'origin/develop' into xap 2024-10-24 04:27:57 +00:00
Ryan
bb9625ba55
RGBLight: Improve RGB Test animation (#24477) 2024-10-24 15:27:24 +11:00
QMK Bot
31cdc0eb28 Merge remote-tracking branch 'origin/develop' into xap 2024-10-11 23:10:38 +00:00
Ryan
6129af93f4
Rename RGB and HSV structs (#24471) 2024-10-12 00:10:02 +01:00
QMK Bot
0402213d51 Merge remote-tracking branch 'origin/develop' into xap 2024-10-06 08:01:38 +00:00
Ryan
208ebf54a9
WS2812 API rework (#24364)
* Begin WS2812 API rework

* Move RGBW conversion, clean up color.h, fix RGBW for AVR bitbang

* Formatting & update PS2AVRGB I2C driver (untested)

* Tested ARM bitbang RGB+RGBW

* Tested ARM SPI RGB - RGBW not working

* Tested ARM PWM RGB+RGBW

* Tested RP2040 PIO driver RGB+RGBW

* Update RGBLight

* Formatting

* Fix BM60HSRGB rev2

* Fix oddforge/vea

* Fix 1k and XD002 RGBLite

* Fix model_m/mschwingen

* Fix handwired/promethium

* Rename `WS2812_LED_TOTAL` for BM60HSRGB

* Fix work_louder boards

* Fix dawn60

* Fix rgbkb/pan

* Fix neson_design/700e and n6

* Fix ergodox_ez/shine

* ergodox_ez/shine: invert indices for left half

* Fix matrix/abelx

* Fix matrix/m20add

* Remove custom rgblight driver for matrix/noah - should be done with lighting layers

* Fix LED indexes for RGBLight split

* Rename `convert_rgb_to_rgbw()` to `ws2812_rgb_to_rgbw()`

* Update WS2812 API docs

* `ergodox_ez/shine`: simplify LED index calculation

* LED/RGB Matrix: Add weak function for LED index resolution

* Bandaid fix for RGB Matrix splits not using WS2812

* `steelseries/prime_plus`: redo custom RGBLight driver

* Update keyboards/steelseries/prime_plus/rgblight_custom.c

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>

---------

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2024-10-06 21:01:07 +13:00
QMK Bot
b4507a19d6 Merge remote-tracking branch 'origin/develop' into xap 2024-06-13 12:20:16 +00:00
Ryan
55538b2e1e
APA102: API rework (#23355) 2024-06-13 22:19:45 +10:00
Nick Brassel
6aacdb0b76
Merge remote-tracking branch 'upstream/develop' into xap 2024-05-02 20:48:16 +10:00
Ryan
0ff53b2498
Rename RGBW define to WS2812_RGBW (#23585) 2024-04-28 00:36:54 +10:00
QMK Bot
0135b95e25 Merge remote-tracking branch 'origin/develop' into xap 2024-03-24 00:20:35 +00:00
Dasky
d0ee4a1cb2
Fix rgblight init (#23335) 2024-03-24 11:20:05 +11:00
QMK Bot
c542efb7ac Merge remote-tracking branch 'origin/develop' into xap 2024-03-22 06:04:46 +00:00
Ryan
583cde398a
Un-extern RGBLight led[] array (#23322) 2024-03-22 06:04:13 +00:00
QMK Bot
fcd3f957c7 Merge remote-tracking branch 'origin/develop' into xap 2024-03-18 11:03:59 +00:00
Ryan
f7cf40fa77
Add init function to RGBLight driver struct (#23076) 2024-03-18 22:03:27 +11:00
zvecr
9ce7202670 regen files 2024-01-09 14:26:55 +00:00
QMK Bot
f698a764c6 Merge remote-tracking branch 'origin/develop' into xap 2024-01-01 02:25:48 +00:00
QMK Bot
b12b5485bc
Update copyright year on generated files (#22795) 2024-01-01 02:25:20 +00:00
QMK Bot
297d7c89ba Merge remote-tracking branch 'origin/develop' into xap 2023-12-16 15:44:09 +00:00
Joel Challis
f165eb5cc9
Remove redundant rgblight eeconfig init (#22674) 2023-12-16 15:43:53 +00:00
QMK Bot
a3dfae729b Merge remote-tracking branch 'origin/develop' into xap 2023-12-12 04:30:38 +00:00
Ryan
e648155113
Rename RGBLED_NUM -> RGBLIGHT_LED_COUNT (#22570) 2023-12-12 15:30:08 +11:00
QMK Bot
f5d6ca3deb Merge remote-tracking branch 'origin/develop' into xap 2023-12-05 11:49:47 +00:00
Ryan
17f36a21bf
Rework RGBLight driver system (#22529) 2023-12-05 22:49:14 +11:00
QMK Bot
fe11704eed Merge remote-tracking branch 'origin/develop' into xap 2023-09-29 13:53:48 +00: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
QMK Bot
fa0e5135ea Merge remote-tracking branch 'origin/develop' into xap 2023-09-25 16:48:44 +00:00
Joel Challis
339bff6339
Move velocikey to within rgblight (#22123) 2023-09-25 17:48:10 +01:00
QMK Bot
9d9af8d353 Merge remote-tracking branch 'origin/develop' into xap 2023-09-21 05:50:37 +00:00
Ryan
f8cea06be3
RGBLight/Backlight: add prefixed driver defines (#22089) 2023-09-21 15:50:01 +10:00
Drashna Jael're
e69909cc53
Merge remote-tracking branch 'origin/develop' into xap 2023-09-05 00:56:56 -07:00
Ryan
41bd4e35a0
Clean up RGB LED type (#21859) 2023-09-04 01:19:59 +01:00
QMK Bot
85a367dfe8 Merge remote-tracking branch 'origin/develop' into xap 2023-06-18 04:34:26 +00:00
Nick Brassel
884be6c1ba
Fix up operator precedence in RGBLIGHT (#21280) 2023-06-18 14:33:18 +10:00
Drashna Jael're
5048473f71
Merge remote-tracking branch 'origin/develop' into xap 2023-05-08 13:28:59 -07: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
QMK Bot
ff12eca96d Merge remote-tracking branch 'origin/develop' into xap 2023-03-26 00:13:18 +00:00
Eli Lipsitz
7e54defa20
Fix rgblight layers when animations aren't enabled (#20097) 2023-03-26 00:12:30 +00:00
QMK Bot
515a318de5 Merge remote-tracking branch 'origin/develop' into xap 2023-03-23 05:31:22 +00:00
Joel Challis
b01dc36fbf
Tidy up duplication of MIN/MAX fallback implementations (#20236) 2023-03-23 05:30:30 +00:00
zvecr
42895141de Decouple lighting_map from XAP 2023-03-23 00:48:52 +00:00
Joel Challis
6540b31d71
Add some helpers to tidy up XAP (#20235) 2023-03-23 00:37:13 +00:00
QMK Bot
fc2c9ccbc5
Regenerate Files (#19463) 2023-01-01 02:20:11 +00:00
QMK Bot
8f506b5bc2 Merge remote-tracking branch 'origin/master' into develop 2022-12-23 11:12:33 +00:00
Joel Challis
ab1898e660
Minor alignment of rgb_breathe_table generator (#19403) 2022-12-23 11:11:56 +00:00
QMK Bot
62b89f8184 Merge remote-tracking branch 'origin/master' into develop 2022-12-15 08:19:43 +00:00
Joshua Diamond
571a9794af
Fix non-functional RGBLIGHT_EFFECT_TWINKLE on ARM (#19335) 2022-12-15 00:18:54 -08:00
Drashna Jaelre
50661ab65c
Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216) 2022-12-01 13:06:45 -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