diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-20 17:10:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-20 17:10:54 +0000 |
commit | b5725c05bda7b539677f89fde5e60a09cd8823f8 (patch) | |
tree | 9c8bbf70cb3ad8aba9df2bbf336a9adf1b2424ce /docs | |
parent | 9fa106f76e266f1cf965df3f1c6ca840d088069f (diff) | |
parent | 2a544710d7e360271563964f0d2ef2304f044298 (diff) | |
download | qmk_firmware-b5725c05bda7b539677f89fde5e60a09cd8823f8.tar.gz qmk_firmware-b5725c05bda7b539677f89fde5e60a09cd8823f8.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_rgb_matrix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index b2fc61e51e..295e610fc4 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md @@ -520,7 +520,7 @@ All RGB keycodes are currently shared with the RGBLIGHT system: |`RGB_VAD` | |Decrease value (brightness), increase value when Shift is held | |`RGB_SPI` | |Increase effect speed (does not support eeprom yet), decrease speed when Shift is held| |`RGB_SPD` | |Decrease effect speed (does not support eeprom yet), increase speed when Shift is held| -|`RGB_MODE_PLAIN` |`RGB_M_P `|Static (no animation) mode | +|`RGB_MODE_PLAIN` |`RGB_M_P` |Static (no animation) mode | |`RGB_MODE_BREATHE` |`RGB_M_B` |Breathing animation mode | |`RGB_MODE_RAINBOW` |`RGB_M_R` |Full gradient scrolling left to right (uses the `RGB_MATRIX_CYCLE_LEFT_RIGHT` mode) | |`RGB_MODE_SWIRL` |`RGB_M_SW`|Full gradient spinning pinwheel around center of keyboard (uses `RGB_MATRIX_CYCLE_PINWHEEL` mode) | |