diff options
| author | Michael Grote | 2024-03-20 18:31:31 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-08-05 14:44:36 +0200 |
| commit | ff5b9b6cc5efaebc6a6315e2264df6d1c76f0256 (patch) | |
| tree | fe53b6b2c462e9f54844e10eefc0ff8cd1cdcc56 | |
| parent | 4aa1d4ac9d0e2b5220d03054809092819b694456 (diff) | |
skeletyl: set rgb timeout to 3min
| -rw-r--r-- | keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h index 1a4ca0b8c7..667d1a53c5 100644 --- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h +++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/config.h @@ -16,4 +16,4 @@ #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 10000 // number of milliseconds to wait until rgb automatically turns off +#define RGB_MATRIX_TIMEOUT 180000 // = 3min; number of milliseconds to wait until rgb automatically turns off |