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) | |
| download | qmk_firmware-ce842f912e7b369ca3d83c65dd2135e23e87c153.tar.gz qmk_firmware-ce842f912e7b369ca3d83c65dd2135e23e87c153.zip | |
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 1a63376be..9a3c19602 100644 --- a/keyboards/jj50/keymaps/archetype/rules.mk +++ b/keyboards/jj50/keymaps/archetype/rules.mk | |||
| @@ -48,9 +48,6 @@ KEY_LOCK_ENABLE = yes | |||
| 48 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 48 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 49 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 49 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 50 | 50 | ||
| 51 | |||
| 52 | #OPT_DEFS = -DDEBUG_LEVEL=0 | ||
| 53 | |||
| 54 | # custom matrix setup | 51 | # custom matrix setup |
| 55 | CUSTOM_MATRIX = yes | 52 | CUSTOM_MATRIX = yes |
| 56 | SRC = matrix.c i2c.c backlight.c | 53 | SRC = matrix.c i2c.c backlight.c |
diff --git a/keyboards/jj50/rules.mk b/keyboards/jj50/rules.mk index 38faf3716..73be71d35 100644 --- a/keyboards/jj50/rules.mk +++ b/keyboards/jj50/rules.mk | |||
| @@ -27,6 +27,4 @@ KEY_LOCK_ENABLE = yes | |||
| 27 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 27 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 28 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 28 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 29 | 29 | ||
| 30 | #OPT_DEFS = -DDEBUG_LEVEL=0 | ||
| 31 | |||
| 32 | LAYOUTS = ortho_5x12 | 30 | LAYOUTS = ortho_5x12 |
