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/jj50 | |
parent | cceab93baa5a21e0004b0036bd9b43c1a39d92cd (diff) |
Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)
Diffstat (limited to 'keyboards/jj50')
-rw-r--r-- | keyboards/jj50/keymaps/archetype/rules.mk | 3 | ||||
-rw-r--r-- | keyboards/jj50/rules.mk | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/jj50/keymaps/archetype/rules.mk b/keyboards/jj50/keymaps/archetype/rules.mk index 1a63376bed..9a3c196029 100644 --- a/keyboards/jj50/keymaps/archetype/rules.mk +++ b/keyboards/jj50/keymaps/archetype/rules.mk @@ -48,9 +48,6 @@ KEY_LOCK_ENABLE = yes # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend - -#OPT_DEFS = -DDEBUG_LEVEL=0 - # custom matrix setup CUSTOM_MATRIX = yes SRC = matrix.c i2c.c backlight.c diff --git a/keyboards/jj50/rules.mk b/keyboards/jj50/rules.mk index 38faf37162..73be71d35e 100644 --- a/keyboards/jj50/rules.mk +++ b/keyboards/jj50/rules.mk @@ -27,6 +27,4 @@ KEY_LOCK_ENABLE = yes # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -#OPT_DEFS = -DDEBUG_LEVEL=0 - LAYOUTS = ortho_5x12 |