aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/rgblight/rgblight.h
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Format code according to conventions (#25827)QMK Bot2025-11-301-6/+3
| | | Format code according to conventions
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-221-1/+3
|
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-211-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
* Rename RGB and HSV structs (#24471)Ryan2024-10-121-1/+1
|
* WS2812 API rework (#24364)Ryan2024-10-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Un-`extern` RGBLight `led[]` array (#23322)Ryan2024-03-221-7/+0
|
* Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan2023-12-121-1/+7
|
* Rework RGBLight driver system (#22529)Ryan2023-12-051-0/+1
|
* Move velocikey to within rgblight (#22123)Joel Challis2023-09-251-3/+16
|
* Clean up RGB LED type (#21859)Ryan2023-09-041-4/+4
|
* [Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre2023-05-081-7/+8
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Fix rgblight layers when animations aren't enabled (#20097)Eli Lipsitz2023-03-261-0/+4
|
* Add some helpers to tidy up XAP (#20235)Joel Challis2023-03-231-0/+1
|
* Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216)Drashna Jaelre2022-12-011-17/+0
|
* Remove rgblight_list.h (#18878)Ryan2022-10-281-1/+0
| | | | | | | | | | | * 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
* Add customizable snake and knight animation increments (#16337)Michał Szczepaniak2022-04-181-0/+8
|
* Fix #16859. (#16865)Nick Brassel2022-04-171-1/+1
|
* rgblight: Add functions to stop blinking one or all but one layer (#16859)Simon Arlott2022-04-171-1/+19
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-5/+5
|
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-07-251-4/+1
|
* Disables rgblight twinkle by default. (#13677)Nick Brassel2021-07-241-1/+0
| | | | | | | | | | 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 ```
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-171-100/+96
|
* Move RGBLight code into its own folder (#13312)Ryan2021-06-281-0/+442