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/kyria/keymaps/default | |
parent | 3aae5300e223ef87d6586dccb33a6255f72297e8 (diff) |
[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/kyria/keymaps/default')
-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 f00bfa8e70..9c2fb52abc 100644 --- a/keyboards/kyria/keymaps/default/config.h +++ b/keyboards/kyria/keymaps/default/config.h @@ -25,6 +25,7 @@ #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 + #define RGBLIGHT_LIMIT_VAL 150 #endif // If you are using an Elite C rev3 on the slave side, uncomment the lines below: |