summaryrefslogtreecommitdiffstats
path: root/docs/feature_led_matrix.md
Commit message (Expand)AuthorAgeFilesLines
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-231-9/+3
* LED Matrix: driver naming cleanups (#21580)Ryan2023-07-291-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-201-1/+1
|\
| * Document the right location for indicator functions (#21512)フィルターペーパー2023-07-201-1/+1
* | Remove use of __flash within LED drivers (#21343)Joel Challis2023-06-231-2/+2
|/
* [Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre2023-05-081-7/+1
* docs: Fix IS31FL3743A driver name (#19518)Daniel Schaefer2023-01-061-1/+1
* Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan2022-11-271-3/+3
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-10/+10
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-1/+6
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-2/+1
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-10/+10
* [Docs] Align LED Matrix docs with RGB matrix docs (#17140)jpe2302022-05-201-5/+12
* Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745,...MasterSpoon2022-02-061-0/+103
* docs: fix typo in led matrix docs (#15972)Gigahawk2022-01-211-1/+1
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-20/+20
* Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-021-3/+4
* [Docs] fix wrong directory for RGB Matrix animations (#14494)David Xia2021-09-191-8/+1
* Align rgb/led matrix docs with current behaviour (#14367)Joel Challis2021-09-101-20/+20
* Rgb matrix/enable modes explicitly (#13758)Drashna Jaelre2021-08-181-20/+20
* __flash? (#13799)Joel Challis2021-07-311-1/+1
* Move some led drivers to common folder (#13749)Joel Challis2021-07-311-1/+1
* Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)Drashna Jaelre2021-07-241-28/+1
* Top level heading for common config (LED Matrix) (#13153)Brian Low2021-06-151-0/+2
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-30/+307
* LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan2021-02-151-2/+2
* LED Matrix: add led_matrix_types.h and implement g_led_config (#11741)Ryan2021-02-141-38/+47
* [Docs] Use HTTPS for images and links where possible (#11695)Ryan2021-01-301-1/+1
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-1/+2
* Add documentation for led matrixskullY2019-02-101-163/+36
* The beginning of a simple led matrix driver for is31fl3731skullY2019-02-101-0/+217