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/coseyfannitutti/discipad/rules.mk | |
| 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/coseyfannitutti/discipad/rules.mk')
| -rw-r--r-- | keyboards/coseyfannitutti/discipad/rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/coseyfannitutti/discipad/rules.mk b/keyboards/coseyfannitutti/discipad/rules.mk index 53e16a4e9..cc81604a4 100644 --- a/keyboards/coseyfannitutti/discipad/rules.mk +++ b/keyboards/coseyfannitutti/discipad/rules.mk | |||
| @@ -11,9 +11,6 @@ MCU = atmega328p | |||
| 11 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 12 | BOOTLOADER = USBasp | 12 | BOOTLOADER = USBasp |
| 13 | 13 | ||
| 14 | # disable debug code | ||
| 15 | OPT_DEFS = -DDEBUG_LEVEL=0 | ||
| 16 | |||
| 17 | # Build Options | 14 | # Build Options |
| 18 | # change yes to no to disable | 15 | # change yes to no to disable |
| 19 | # | 16 | # |
