1
0
Fork 0

A little personal cleanup after #18726 and #18729 (#18734)

* A little cleanup after #18726

* Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT

* Extend to spin
This commit is contained in:
Joshua Diamond 2022-10-18 19:28:19 -04:00 committed by GitHub
parent 803d62f78a
commit 80fdbfce5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 17 deletions

View file

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