diff options
author | Drashna Jaelre <drashna@live.com> | 2018-03-19 20:59:58 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-19 23:59:58 -0400 |
commit | ff728a8a01c1aa81e86f38dfd1753bd49ce39e88 (patch) | |
tree | bb901542cc04283323efb63d574391304f85b091 /keyboards/handwired/woodpad | |
parent | 37cc08848615c2efa8c291b561f8c33048360fb5 (diff) |
[Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)
* Add RGB Underglow Sleeping
* Add RGBLIGHT_SLEEP to toggle/control RGB light behavior
* Update rgb docs
* Update for RGB disable command
Diffstat (limited to 'keyboards/handwired/woodpad')
-rw-r--r-- | keyboards/handwired/woodpad/keymaps/drashna/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/handwired/woodpad/keymaps/drashna/config.h b/keyboards/handwired/woodpad/keymaps/drashna/config.h index a35b60d369..c83a1ac379 100644 --- a/keyboards/handwired/woodpad/keymaps/drashna/config.h +++ b/keyboards/handwired/woodpad/keymaps/drashna/config.h @@ -37,6 +37,7 @@ #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 4 #define RGBLIGHT_EFFECT_SNAKE_LENGTH 3 #define RGBLIGHT_EFFECT_BREATHE_CENTER 1 +#define RGBLIGHT_SLEEP #endif // RGBLIGHT_ENABLE #define FORCE_NKRO |