Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 1 | -7/+7 |
| | |||||
* | Simplfy RGB/LED matrix effect logic (#21703) | Joel Challis | 2023-08-23 | 1 | -12/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-07-20 | 1 | -1/+1 |
|\ | |||||
| * | Document the right location for indicator functions (#21512) | フィルターペーパー | 2023-07-20 | 1 | -1/+1 |
| | | |||||
* | | Remove use of __flash within LED drivers (#21343) | Joel Challis | 2023-06-23 | 1 | -2/+2 |
|/ | |||||
* | [Bug] Realign and size check EECONFIG structures (#20541) | Drashna Jaelre | 2023-05-08 | 1 | -7/+1 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | [Docs] Develop cleanup IS31FL3736 docs (#20633) | Xelus22 | 2023-04-30 | 1 | -2/+2 |
| | |||||
* | [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572) | Xelus22 | 2023-04-30 | 1 | -2/+76 |
| | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> | ||||
* | typing_heatmap: Add macro to configure increase steps (#20300) | Jasmin | 2023-04-30 | 1 | -0/+8 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -1/+1 |
| | |||||
* | Clean up APA102 config and add DD mapping (#20159) | Ryan | 2023-03-20 | 1 | -2/+2 |
| | |||||
* | Use consistent highlight format (#19619) | Albert Y | 2023-01-18 | 1 | -1/+1 |
| | |||||
* | Small doc changes (#19601) | Pablo Martínez | 2023-01-16 | 1 | -1/+1 |
| | |||||
* | docs: Fix IS31FL3743A driver name (#19518) | Daniel Schaefer | 2023-01-06 | 1 | -1/+1 |
| | | | | Incorrectly documented. See: `builddefs/common_features.mk` | ||||
* | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-27 | 1 | -5/+5 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-10-29 | 1 | -1/+1 |
|\ | |||||
| * | Docs: fix a typo (#18896) | weimao | 2022-10-28 | 1 | -1/+1 |
| | | |||||
* | | 4 Driver support for IS31FL3737 (#18750) | Jamal Bouajjaj | 2022-10-18 | 1 | -2/+4 |
| | | | | | | | | | | * Added 4 driver support for the IS31FL3737 LED driver * Updated docs for IS31FL3737 to support 4 drivers | ||||
* | | Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650) | James Thomson | 2022-10-11 | 1 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-05 | 1 | -1/+1 |
|\| | |||||
| * | docs: some typos (#18582) | George Rodrigues | 2022-10-05 | 1 | -1/+1 |
| | | | | | | probably hacktoberism | ||||
* | | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 1 | -7/+17 |
| | | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | 2022-09-26 | 1 | -2/+1 |
| | | |||||
* | | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -24/+24 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-13 | 1 | -4/+4 |
|\ | |||||
| * | [Docs] Refactor code examples (#18003) | Albert Y | 2022-08-12 | 1 | -4/+4 |
| | | |||||
* | | [Code] Add solid reactive gradient mode (#17228) | Albert Y | 2022-07-14 | 1 | -0/+10 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 1 | -0/+1 |
|\| | |||||
| * | Allow for RGB actions to take place on Keydown instead of Keyup (#16886) | CoffeeIsLife | 2022-07-02 | 1 | -0/+1 |
| | | | | | | | | | | * Allow for switch on keydown * add docs | ||||
* | | Added global current to all other issi drivers who don't have it (#17448) | Jamal Bouajjaj | 2022-06-23 | 1 | -0/+1 |
| | | |||||
* | | Fix RGB heatmap to use XY positions and use correct led limits (#17184) | Dasky | 2022-06-21 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix RGB heatmap to use XY positions * lower effect area limit and make configurable * tidy up macro * Fix triggering in both directions. * add docs * fix bug when decreasing value * performance tweak | ||||
* | | IS31FL3737 Global Current Setting (#17420) | Jamal Bouajjaj | 2022-06-19 | 1 | -0/+1 |
| | | |||||
* | | Make SPI Mode configurable and change default mode to 3 (#17263) | trwnh | 2022-05-31 | 1 | -0/+1 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-20 | 1 | -1/+1 |
|\ | |||||
| * | Small Markdown Patch for docs/feature_rgb_matrix.md (#17171) | James Young | 2022-05-20 | 1 | -1/+1 |
| | | |||||
* | | Heatmap incorrect matrix effect workaround (#16315) | Albert Y | 2022-04-16 | 1 | -6/+7 |
| | | |||||
* | | add the ability to change the pwm frequency for the IS31FL3737B (#16718) | Simon | 2022-03-24 | 1 | -0/+1 |
|/ | |||||
* | [Docs] Anchor link correction in rgb matrix docs (#16460) | Albert Y | 2022-02-26 | 1 | -1/+1 |
| | |||||
* | Link WS2812 driver page from rgb feature docs (#16366) | Dasky | 2022-02-27 | 1 | -0/+2 |
| | |||||
* | Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, ↵ | MasterSpoon | 2022-02-06 | 1 | -0/+109 |
| | | | | | IS31FL3745, IS31FL3746A (#14989) Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-06 | 1 | -3/+5 |
|\ | |||||
| * | [Docs] RGB documentation formatting corrections (#15826) | Albert Y | 2022-02-05 | 1 | -3/+5 |
| | | |||||
* | | RGB Matrix: Reload from EEPROM (#15923) | Adam Lickel | 2022-02-04 | 1 | -0/+1 |
| | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | | [Core] Add Pixel Flow RGB matrix effect (#15829) | Albert Y | 2022-02-05 | 1 | -0/+2 |
|/ | | | | | | | | | | | * Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209) | Nick Brassel | 2022-02-05 | 1 | -2/+0 |
| | | | This reverts commit e8fa329073d8752cad9b11b90287fd20f130ac6f. | ||||
* | [Core] Add Pixel Flow RGB matrix effect (#15829) | Albert Y | 2022-02-05 | 1 | -0/+2 |
| | | | | | | | | | | | * Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | [Docs] Add reference to data sync options for RGB (#16144) | Albert Y | 2022-01-31 | 1 | -0/+2 |
| | |||||
* | [Docs] Recommend the use of RGB matrix functions for code (#15744) | Albert Y | 2022-01-11 | 1 | -0/+1 |
| | | | | | | | | | * Recommend the use of functions instead of keycodes * Commit suggested review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | [Docs] Clarify placement and usage of RGB matrix effect inc files (#15572) | Albert Y | 2021-12-28 | 1 | -4/+3 |
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost> | ||||
* | RGB Matrix layer key indicator (#14626) | Albert Y | 2021-12-27 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | * Add layer key indicator example * Update description * Deobfuscate with index variable * Add missing layer variable * Correct color name and indicator function * Function typo * Place layer variable outside loops to save firmware space Co-authored-by: filterpaper <filterpaper@localhost> |