diff options
| author | yiancar <yiangosyiangou@cytanet.com.cy> | 2018-05-09 04:23:21 +0100 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-05-08 23:23:21 -0400 |
| commit | afacd42368e0dc7627a695508f15598b38429c63 (patch) | |
| tree | 8228c3f9974282e0f8f506bcce5489616ce3e684 /docs/feature_rgb_matrix.md | |
| parent | 23df5fb89a05ead778b25fe1e586e47df6209c6d (diff) | |
| download | qmk_firmware-afacd42368e0dc7627a695508f15598b38429c63.tar.gz qmk_firmware-afacd42368e0dc7627a695508f15598b38429c63.zip | |
Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)
* Added Modular keyboards L,R and NUM
Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split
* Remove modular from master
This is to fix incorrect branching
* Add effect speed support for RGB Matrix *No eeprom yet*
Keycodes RGB_SPI and RGB_SPD have been added to increase and decrease effect speed.
Speed is not saved in EEPROM yet as per Jack's request.
* Update rgb_matrix.c
* RGB Matrix speed fix rgblight.h
* More fixes for rgb speed. Speed functions declared but not used in rgblight
* More travis fixes..
* Another one for travis..
Diffstat (limited to 'docs/feature_rgb_matrix.md')
| -rw-r--r-- | docs/feature_rgb_matrix.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index dfc103247..084e87ec4 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
| @@ -69,6 +69,8 @@ All RGB keycodes are currently shared with the RGBLIGHT system: | |||
| 69 | * `RGB_SAD` - decrease saturation | 69 | * `RGB_SAD` - decrease saturation |
| 70 | * `RGB_VAI` - increase value | 70 | * `RGB_VAI` - increase value |
| 71 | * `RGB_VAD` - decrease value | 71 | * `RGB_VAD` - decrease value |
| 72 | * `RGB_SPI` - increase speed effect (no EEPROM support) | ||
| 73 | * `RGB_SPD` - decrease speed effect (no EEPROM support) | ||
| 72 | 74 | ||
| 73 | 75 | ||
| 74 | * `RGB_MODE_*` keycodes will generally work, but are not currently mapped to the correct effects for the RGB Matrix system | 76 | * `RGB_MODE_*` keycodes will generally work, but are not currently mapped to the correct effects for the RGB Matrix system |
