diff options
author | Ryan <fauxpark@gmail.com> | 2020-05-18 06:37:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 21:37:04 +0100 |
commit | ce842f912e7b369ca3d83c65dd2135e23e87c153 (patch) | |
tree | 7410fce9b576f9f92e2890b0903a97bab2f664cb /keyboards/winkeyless | |
parent | cceab93baa5a21e0004b0036bd9b43c1a39d92cd (diff) | |
download | qmk_firmware-ce842f912e7b369ca3d83c65dd2135e23e87c153.tar.gz qmk_firmware-ce842f912e7b369ca3d83c65dd2135e23e87c153.zip |
Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)
Diffstat (limited to 'keyboards/winkeyless')
-rw-r--r-- | keyboards/winkeyless/bface/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/winkeyless/bmini/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/winkeyless/bminiex/rules.mk | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/winkeyless/bface/rules.mk b/keyboards/winkeyless/bface/rules.mk index 84eace5ed..3d51be113 100644 --- a/keyboards/winkeyless/bface/rules.mk +++ b/keyboards/winkeyless/bface/rules.mk | |||
@@ -20,5 +20,3 @@ COMMAND_ENABLE = yes | |||
20 | BACKLIGHT_ENABLE = yes | 20 | BACKLIGHT_ENABLE = yes |
21 | RGBLIGHT_ENABLE = yes | 21 | RGBLIGHT_ENABLE = yes |
22 | WS2812_DRIVER = i2c | 22 | WS2812_DRIVER = i2c |
23 | |||
24 | OPT_DEFS = -DDEBUG_LEVEL=0 | ||
diff --git a/keyboards/winkeyless/bmini/rules.mk b/keyboards/winkeyless/bmini/rules.mk index fd340f04e..20f0222c1 100644 --- a/keyboards/winkeyless/bmini/rules.mk +++ b/keyboards/winkeyless/bmini/rules.mk | |||
@@ -20,5 +20,3 @@ COMMAND_ENABLE = yes | |||
20 | BACKLIGHT_ENABLE = yes | 20 | BACKLIGHT_ENABLE = yes |
21 | RGBLIGHT_ENABLE = yes | 21 | RGBLIGHT_ENABLE = yes |
22 | WS2812_DRIVER = i2c | 22 | WS2812_DRIVER = i2c |
23 | |||
24 | OPT_DEFS = -DDEBUG_LEVEL=0 | ||
diff --git a/keyboards/winkeyless/bminiex/rules.mk b/keyboards/winkeyless/bminiex/rules.mk index df7124400..f44b7fe85 100644 --- a/keyboards/winkeyless/bminiex/rules.mk +++ b/keyboards/winkeyless/bminiex/rules.mk | |||
@@ -25,5 +25,3 @@ TAP_DANCE_ENABLE = no | |||
25 | 25 | ||
26 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 26 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
27 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 27 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
28 | |||
29 | OPT_DEFS = -DDEBUG_LEVEL=0 | ||