summaryrefslogtreecommitdiffstats
path: root/docs/feature_rgb_matrix.md
Commit message (Expand)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-7/+7
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-231-12/+4
* 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] Develop cleanup IS31FL3736 docs (#20633)Xelus222023-04-301-2/+2
* [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)Xelus222023-04-301-2/+76
* typing_heatmap: Add macro to configure increase steps (#20300)Jasmin2023-04-301-0/+8
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-1/+1
* Clean up APA102 config and add DD mapping (#20159)Ryan2023-03-201-2/+2
* Use consistent highlight format (#19619)Albert Y2023-01-181-1/+1
* Small doc changes (#19601)Pablo Martínez2023-01-161-1/+1
* docs: Fix IS31FL3743A driver name (#19518)Daniel Schaefer2023-01-061-1/+1
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-5/+5
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-291-1/+1
|\
| * Docs: fix a typo (#18896)weimao2022-10-281-1/+1
* | 4 Driver support for IS31FL3737 (#18750)Jamal Bouajjaj2022-10-181-2/+4
* | Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650)James Thomson2022-10-111-4/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-1/+1
|\|
| * docs: some typos (#18582)George Rodrigues2022-10-051-1/+1
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-7/+17
* | 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-24/+24
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-131-4/+4
|\
| * [Docs] Refactor code examples (#18003)Albert Y2022-08-121-4/+4
* | [Code] Add solid reactive gradient mode (#17228)Albert Y2022-07-141-0/+10
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-021-0/+1
|\|
| * Allow for RGB actions to take place on Keydown instead of Keyup (#16886)CoffeeIsLife2022-07-021-0/+1
* | Added global current to all other issi drivers who don't have it (#17448)Jamal Bouajjaj2022-06-231-0/+1
* | Fix RGB heatmap to use XY positions and use correct led limits (#17184)Dasky2022-06-211-1/+16
* | IS31FL3737 Global Current Setting (#17420)Jamal Bouajjaj2022-06-191-0/+1
* | Make SPI Mode configurable and change default mode to 3 (#17263)trwnh2022-05-311-0/+1
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-201-1/+1
|\
| * Small Markdown Patch for docs/feature_rgb_matrix.md (#17171)James Young2022-05-201-1/+1
* | Heatmap incorrect matrix effect workaround (#16315)Albert Y2022-04-161-6/+7
* | add the ability to change the pwm frequency for the IS31FL3737B (#16718)Simon2022-03-241-0/+1
|/
* [Docs] Anchor link correction in rgb matrix docs (#16460)Albert Y2022-02-261-1/+1
* Link WS2812 driver page from rgb feature docs (#16366)Dasky2022-02-271-0/+2
* Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745,...MasterSpoon2022-02-061-0/+109
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-061-3/+5
|\
| * [Docs] RGB documentation formatting corrections (#15826)Albert Y2022-02-051-3/+5
* | RGB Matrix: Reload from EEPROM (#15923)Adam Lickel2022-02-041-0/+1
* | [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-051-0/+2
|/
* Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel2022-02-051-2/+0
* [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-051-0/+2
* [Docs] Add reference to data sync options for RGB (#16144)Albert Y2022-01-311-0/+2
* [Docs] Recommend the use of RGB matrix functions for code (#15744)Albert Y2022-01-111-0/+1
* [Docs] Clarify placement and usage of RGB matrix effect inc files (#15572)Albert Y2021-12-281-4/+3
* RGB Matrix layer key indicator (#14626)Albert Y2021-12-271-0/+20