diff options
Diffstat (limited to 'keyboards/ergotaco/rules.mk')
-rw-r--r-- | keyboards/ergotaco/rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/ergotaco/rules.mk b/keyboards/ergotaco/rules.mk index 9fe0992ff..db236477b 100644 --- a/keyboards/ergotaco/rules.mk +++ b/keyboards/ergotaco/rules.mk | |||
@@ -14,6 +14,3 @@ COMMAND_ENABLE = yes | |||
14 | # | 14 | # |
15 | # No touchy, capiche? | 15 | # No touchy, capiche? |
16 | SRC += matrix.c i2c_master.c | 16 | SRC += matrix.c i2c_master.c |
17 | ifeq ($(strip $(DEBUG_MATRIX)), yes) | ||
18 | OPT_DEFS += -DDEBUG_MATRIX | ||
19 | endif | ||