From bcab02b654a5772d0ffe7d0a81f4284e84bd8117 Mon Sep 17 00:00:00 2001 From: Dustin Bosveld Date: Tue, 1 Dec 2020 19:00:27 -0700 Subject: [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 --- keyboards/kyria/keymaps/default/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/kyria/keymaps/default') 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: -- cgit v1.2.3