diff options
| author | Dustin Bosveld <mrlinuxfish@users.noreply.github.com> | 2020-12-01 19:00:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 18:00:27 -0800 |
| commit | bcab02b654a5772d0ffe7d0a81f4284e84bd8117 (patch) | |
| tree | ea2e939cbbe97c9922a5a21fcf766547ac068268 /keyboards | |
| parent | 3aae5300e223ef87d6586dccb33a6255f72297e8 (diff) | |
| download | qmk_firmware-bcab02b654a5772d0ffe7d0a81f4284e84bd8117.tar.gz qmk_firmware-bcab02b654a5772d0ffe7d0a81f4284e84bd8117.zip | |
[Keyboard] Fix issue with Kyria and RGB Light (#11070)
Add recommendation to default firmware https://docs.splitkb.com/hc/en-us/articles/360017633199-The-keyboard-behaves-erratically-after-changing-the-RGB-settings
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/kyria/keymaps/default/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/kyria/keymaps/default/config.h b/keyboards/kyria/keymaps/default/config.h index f00bfa8e7..9c2fb52ab 100644 --- a/keyboards/kyria/keymaps/default/config.h +++ b/keyboards/kyria/keymaps/default/config.h | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | #define RGBLIGHT_HUE_STEP 8 | 25 | #define RGBLIGHT_HUE_STEP 8 |
| 26 | #define RGBLIGHT_SAT_STEP 8 | 26 | #define RGBLIGHT_SAT_STEP 8 |
| 27 | #define RGBLIGHT_VAL_STEP 8 | 27 | #define RGBLIGHT_VAL_STEP 8 |
| 28 | #define RGBLIGHT_LIMIT_VAL 150 | ||
| 28 | #endif | 29 | #endif |
| 29 | 30 | ||
| 30 | // If you are using an Elite C rev3 on the slave side, uncomment the lines below: | 31 | // If you are using an Elite C rev3 on the slave side, uncomment the lines below: |
