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 /quantum/template | |
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 'quantum/template')
-rw-r--r-- | quantum/template/ps2avrgb/rules.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk index b9b81a675..9e18b3382 100644 --- a/quantum/template/ps2avrgb/rules.mk +++ b/quantum/template/ps2avrgb/rules.mk | |||
@@ -22,5 +22,3 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
22 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 22 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
23 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 23 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
24 | WS2812_DRIVER = i2c | 24 | WS2812_DRIVER = i2c |
25 | |||
26 | OPT_DEFS = -DDEBUG_LEVEL=0 | ||