aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2024-03-20 18:27:01 +0100
committerMichael Grote2024-08-05 14:44:36 +0200
commit4aa1d4ac9d0e2b5220d03054809092819b694456 (patch)
tree0f9a311b73b86220e3b0f9db65365513f98c779b
parent435b69fdecc7df5d6194fdc3ec291f3c714fd63d (diff)
skeletyl: set various rgb timeout options
-rw-r--r--keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h
index 0b141a0755..1a4ca0b8c7 100644
--- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h
+++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h
@@ -10,10 +10,10 @@
#undef MASTER_RIGHT
// rgb
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_COLOR
-#define RGB_DISABLE_WHEN_USB_SUSPENDED false
+#define RGB_DISABLE_WHEN_USB_SUSPENDED true
#undef RGB_MATRIX_MAXIMUM_BRIGHTNESS
-#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255
+#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 220
#define SPLIT_LAYER_STATE_ENABLE // for layer indicators
#define RGB_TRIGGER_ON_KEYDOWN // Triggers RGB keypress events on key down. This makes RGB control feel more responsive. This may cause RGB to not function properly on some boards
// rgb timeout; https://gist.github.com/aashreys/01cb34605a290a7cfb94a856bdabc94c?permalink_comment_id=4520204#gistcomment-4520204
-#define RGB_MATRIX_TIMEOUT 0 // number of milliseconds to wait until rgb automatically turns off
+#define RGB_MATRIX_TIMEOUT 10000 // number of milliseconds to wait until rgb automatically turns off