skeletyl: set rgb timeout to 3min

This commit is contained in:
Michael Grote 2024-03-20 18:31:31 +01:00
parent d955854de3
commit a56db0e7cd

View file

@ -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