diff options
Diffstat (limited to 'keyboards/ergotaco/post_rules.mk')
-rw-r--r-- | keyboards/ergotaco/post_rules.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/ergotaco/post_rules.mk b/keyboards/ergotaco/post_rules.mk deleted file mode 100644 index 0db3171b33..0000000000 --- a/keyboards/ergotaco/post_rules.mk +++ /dev/null @@ -1,8 +0,0 @@ - -# A bunch of stuff that you shouldn't touch unless you -# know what you're doing. -# -# No touchy, capiche? -ifeq ($(strip $(DEBUG_MATRIX)), yes) - OPT_DEFS += -DDEBUG_MATRIX -endif |