diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2020-04-17 11:04:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 11:04:25 -0400 |
commit | 7a9980fd853fdcce430f0dbe85fc25674cf88d36 (patch) | |
tree | 6c4435409eaf30ebd1513f43be5b8183c25efaa1 /keyboards/cannonkeys/obliterated75/rules.mk | |
parent | 99d9250045d989f27d84a938d1402677d6cde9a4 (diff) |
Apply suggestions from code review
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-Authored-By: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/cannonkeys/obliterated75/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/obliterated75/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/obliterated75/rules.mk b/keyboards/cannonkeys/obliterated75/rules.mk index b0e0c195f4..350b0d5324 100644 --- a/keyboards/cannonkeys/obliterated75/rules.mk +++ b/keyboards/cannonkeys/obliterated75/rules.mk @@ -9,7 +9,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration -SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |