summaryrefslogtreecommitdiff
path: root/docs/feature_led_matrix.md
AgeCommit message (Expand)AuthorFilesLines
2024-06-02[docs] Organize driver & feature docs into subfolders (#23848)Ryan1-455/+0
2024-05-30Vitepress conversion of docs. (#23795)Nick Brassel1-22/+28
2024-04-11Add new set of keycodes for LED Matrix (#23432)Ryan1-10/+11
2024-02-12LED drivers: update PWM register defines for `g_<driver>_leds` (#23052)Ryan1-2/+2
2024-01-30Add missing rgb matrix default parameters (#22281)Fabien Fellay1-0/+1
2024-01-04LED drivers: rename "simple" to "mono" (#22814)Ryan1-1/+1
2023-12-20Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan1-1/+1
2023-12-18Update keyboard LED driver configs (#22638)Ryan1-1/+1
2023-11-10Infer LED DRIVER_COUNT from configured addresses (#22311)Joel Challis1-4/+0
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan1-7/+7
2023-10-04Update ISSI LED types (#22099)Ryan1-2/+2
2023-09-29Add _DEFAULT_ON lighting configuration options (#21865)Joel Challis1-0/+1
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan1-15/+17
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan1-4/+4
2023-08-23Simplfy RGB/LED matrix effect logic (#21703)Joel Challis1-9/+3
2023-07-29LED Matrix: driver naming cleanups (#21580)Ryan1-1/+1
2023-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2023-07-20Document the right location for indicator functions (#21512)フィルターペーパー1-1/+1
2023-06-23Remove use of __flash within LED drivers (#21343)Joel Challis1-2/+2
2023-05-08[Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre1-7/+1
2023-01-06docs: Fix IS31FL3743A driver name (#19518)Daniel Schaefer1-1/+1
2022-11-27Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan1-3/+3
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel1-10/+10
2022-10-04Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre1-1/+6
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan1-2/+1
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan1-10/+10
2022-05-20[Docs] Align LED Matrix docs with RGB matrix docs (#17140)jpe2301-5/+12
2022-02-06Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745,...MasterSpoon1-0/+103
2022-01-21docs: fix typo in led matrix docs (#15972)Gigahawk1-1/+1
2021-11-24Remove use of __flash due to LTO issues (#15268)Joel Challis1-1/+1
2021-11-15Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre1-20/+20
2021-11-02Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K1-3/+4
2021-09-19[Docs] fix wrong directory for RGB Matrix animations (#14494)David Xia1-8/+1
2021-09-10Align rgb/led matrix docs with current behaviour (#14367)Joel Challis1-20/+20
2021-08-18Rgb matrix/enable modes explicitly (#13758)Drashna Jaelre1-20/+20
2021-07-31__flash? (#13799)Joel Challis1-1/+1
2021-07-31Move some led drivers to common folder (#13749)Joel Challis1-1/+1
2021-07-24Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)Drashna Jaelre1-28/+1
2021-06-15Top level heading for common config (LED Matrix) (#13153)Brian Low1-0/+2
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young1-30/+307
2021-02-15LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan1-2/+2
2021-02-14LED Matrix: add led_matrix_types.h and implement g_led_config (#11741)Ryan1-38/+47
2021-01-30[Docs] Use HTTPS for images and links where possible (#11695)Ryan1-1/+1
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young1-1/+2
2019-02-10Add documentation for led matrixskullY1-163/+36
2019-02-10The beginning of a simple led matrix driver for is31fl3731skullY1-0/+217