diff options
author | Alex Mayer <amayer5125@gmail.com> | 2019-06-20 01:04:24 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-19 22:04:24 -0700 |
commit | 9639f44f48a6073bf12094ad57688a1c79c3214a (patch) | |
tree | 813ae2348a7d2c9339fe8f0c9854dd35427651c9 /keyboards | |
parent | 8af3fe0c7dfce74477f86be19711c7ec4a70ccb2 (diff) | |
download | qmk_firmware-9639f44f48a6073bf12094ad57688a1c79c3214a.tar.gz qmk_firmware-9639f44f48a6073bf12094ad57688a1c79c3214a.zip |
[Keyboard] 1up60hse: Add RGBLIGHT_SLEEP To Default Config (#6164)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/1upkeyboards/1up60hse/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/1up60hse/config.h b/keyboards/1upkeyboards/1up60hse/config.h index 3781d7bcf0..9ab969797e 100644 --- a/keyboards/1upkeyboards/1up60hse/config.h +++ b/keyboards/1upkeyboards/1up60hse/config.h @@ -59,6 +59,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 +#define RGBLIGHT_SLEEP #endif /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |