aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-05-18 06:37:04 +1000
committerGitHub <noreply@github.com>2020-05-17 21:37:04 +0100
commitce842f912e7b369ca3d83c65dd2135e23e87c153 (patch)
tree7410fce9b576f9f92e2890b0903a97bab2f664cb /keyboards/exclusive
parentcceab93baa5a21e0004b0036bd9b43c1a39d92cd (diff)
downloadfirmware-ce842f912e7b369ca3d83c65dd2135e23e87c153.tar.gz
firmware-ce842f912e7b369ca3d83c65dd2135e23e87c153.tar.bz2
firmware-ce842f912e7b369ca3d83c65dd2135e23e87c153.zip
Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)
Diffstat (limited to 'keyboards/exclusive')
-rw-r--r--keyboards/exclusive/e6v2/le_bmc/rules.mk2
-rw-r--r--keyboards/exclusive/e6v2/oe_bmc/rules.mk2
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/exclusive/e6v2/le_bmc/rules.mk b/keyboards/exclusive/e6v2/le_bmc/rules.mk
index 9fe162b89..a5e8b449e 100644
--- a/keyboards/exclusive/e6v2/le_bmc/rules.mk
+++ b/keyboards/exclusive/e6v2/le_bmc/rules.mk
@@ -32,5 +32,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs
-
-OPT_DEFS = -DDEBUG_LEVEL=0
diff --git a/keyboards/exclusive/e6v2/oe_bmc/rules.mk b/keyboards/exclusive/e6v2/oe_bmc/rules.mk
index 9fe162b89..a5e8b449e 100644
--- a/keyboards/exclusive/e6v2/oe_bmc/rules.mk
+++ b/keyboards/exclusive/e6v2/oe_bmc/rules.mk
@@ -32,5 +32,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs
-
-OPT_DEFS = -DDEBUG_LEVEL=0