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/orthodox/keymaps/drashna/config.h | |
parent | 37cc08848615c2efa8c291b561f8c33048360fb5 (diff) | |
download | qmk_firmware-ff728a8a01c1aa81e86f38dfd1753bd49ce39e88.tar.gz qmk_firmware-ff728a8a01c1aa81e86f38dfd1753bd49ce39e88.zip |
[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/orthodox/keymaps/drashna/config.h')
-rw-r--r-- | keyboards/orthodox/keymaps/drashna/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/orthodox/keymaps/drashna/config.h b/keyboards/orthodox/keymaps/drashna/config.h index 107f16d58c..dd8439a44b 100644 --- a/keyboards/orthodox/keymaps/drashna/config.h +++ b/keyboards/orthodox/keymaps/drashna/config.h @@ -64,6 +64,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2 #define RGBLIGHT_EFFECT_SNAKE_LENGTH 2 #define RGBLIGHT_EFFECT_BREATHE_CENTER 1 +#define RGBLIGHT_SLEEP #endif // RGBLIGHT_ENABLE #ifdef AUDIO_ENABLE |