aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/led_matrix
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Format code according to conventions (#25828)QMK Bot2025-11-301-2/+1
| | | Format code according to conventions
* Fix RGB matrix not syncing and turning off properly on timeout (#25467)Filios922025-10-271-14/+18
|
* Add generic handling to cycle LED/RGB Matrix flags (#24649)Joel Challis2025-09-222-0/+55
|
* Add `{rgb|led}_matrix_get_mode_name()`. (#25344)Nick Brassel2025-06-072-1/+58
|
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-221-1/+3
|
* Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2025-05-122-0/+18
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Add additional hooks for Community modules (#25050)Drashna Jaelre2025-05-051-0/+10
|
* Allow for disabling EEPROM subsystem entirely. (#25173)Nick Brassel2025-04-191-1/+0
|
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-213-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Refactor LED Breathing effect with runner (#24540)フィルターペーパー2024-10-281-10/+5
|
* WS2812 API rework (#24364)Ryan2024-10-062-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Reinstate global `k_rgb_matrix_split` (#24388)Ryan2024-09-151-4/+2
|
* Remove useless `LED/RGB_MATRIX_ENABLE` ifdefs (#23726)Ryan2024-05-161-2/+2
|
* Rename `process_{led,rgb}_matrix()` (#23422)Ryan2024-04-052-2/+2
|
* LED drivers: add support for IS31FL3236 (#23264)Ryan2024-03-172-0/+10
|
* Add RGB matrix & LED Matrix support for IS31FL3729 (#21944)HorrorTroll2024-02-162-0/+10
| | | | | Co-authored-by: Xelus22 <preyas22@gmail.com> Co-authored-by: dexter93 <d3xter93@gmail.com>
* Add missing rgb matrix default parameters (#22281)Fabien Fellay2024-01-302-1/+5
|
* LED drivers: rename "simple" to "mono" (#22814)Ryan2024-01-041-11/+11
|
* Remove IS31FLCOMMON code (#22800)Ryan2024-01-022-10/+0
|
* LED drivers: extract IS31FL3746A from IS31COMMON (#22637)Ryan2024-01-012-0/+10
|
* LED drivers: extract IS31FL3745 from IS31COMMON (#22636)Ryan2024-01-012-0/+10
|
* LED drivers: extract IS31FL3743A from IS31COMMON (#22635)Ryan2024-01-012-0/+10
|
* LED drivers: extract IS31FL3742A from IS31COMMON (#22620)Ryan2024-01-012-0/+10
|
* Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan2023-12-201-1/+1
|
* Remove redundant RGB/LED matrix eeconfig init (#22673)Joel Challis2023-12-162-6/+12
|
* LED/RGB Matrix: add header for drivers (#22628)Ryan2023-12-083-39/+40
|
* Converted RGB matrix to use last_input_activity_elapsed(). (#21687)Pete Neisen2023-11-291-20/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Relocate LED driver init code (#22365)Ryan2023-11-011-254/+32
|
* RGB/LED matrix use limits size optimisation (#22325)Dasky2023-10-252-37/+46
|
* Fix compilation error when led/rgb process limit is zero. (#22328)Dasky2023-10-242-4/+2
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-241-2/+0
|\
| * Remove extra led_matrix_indicators_user call (#22329)Dasky2023-10-241-2/+0
| |
* | Add `_flush()` functions to LED drivers (#22308)Ryan2023-10-221-103/+8
| |
* | Rename `DRIVER_ADDR_n` defines (#22200)Ryan2023-10-211-134/+135
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Rename CKLED2001 driver to SNLED27351 (#22071)Ryan2023-10-042-22/+22
| |
* | is31fl3737/3741: add LED Matrix support (#22163)Ryan2023-10-022-1/+101
| |
* | Add _DEFAULT_ON lighting configuration options (#21865)Joel Challis2023-09-292-1/+5
| |
* | refactor: move default RGB/LED matrix #defines (#21938)Less/Rikki2023-09-282-30/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
* | is31fl3218: Add LED Matrix support (#22126)Ryan2023-09-272-9/+31
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | is31fl3736: extract single-color API (#22133)Ryan2023-09-272-3/+54
| |
* | LED/RGB Matrix: prefix driver defines (#22088)Ryan2023-09-212-16/+16
| |
* | Move `PACKED` define to util.h (#22074)Ryan2023-09-201-14/+1
|/
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-231-0/+19
|
* LED Matrix: driver naming cleanups (#21580)Ryan2023-07-291-45/+45
|
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-162-1/+6
|
* [Core] RGB Matrix limit basic indicators to the last render (#21169)Xelus222023-07-032-2/+6
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre2023-05-081-2/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `config.h` include from quantum files (#19817)jack2023-02-121-1/+0
|
* Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan2022-11-261-9/+9
|
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-052-8/+16
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>