[Keyboard] KBDfans/KBD75: Set "RGBLIGHT_SLEEP" as default (#7205)

This commit is contained in:
davidwed 2019-10-31 05:57:53 +01:00 committed by Drashna Jaelre
parent 6a75d10979
commit 3e77e2aeac
1 changed files with 2 additions and 0 deletions

View File

@ -44,4 +44,6 @@
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
/* If defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGBLIGHT_SLEEP
#endif