diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-11 21:38:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-11 21:38:12 +0000 |
commit | cf68c6403c1fd53137e9134a1ac7a550a6595d52 (patch) | |
tree | f73e51e71147288c93ef53b2e07259b7cc1946a3 /keyboards/xbows/ranger/rules.mk | |
parent | 0498f3b51932cfb11b1b62669681634d35a94b45 (diff) | |
parent | f1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xbows/ranger/rules.mk')
-rw-r--r-- | keyboards/xbows/ranger/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xbows/ranger/rules.mk b/keyboards/xbows/ranger/rules.mk index 45bfdddb67..d4e4442dd1 100644 --- a/keyboards/xbows/ranger/rules.mk +++ b/keyboards/xbows/ranger/rules.mk @@ -13,7 +13,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE -SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |