summaryrefslogtreecommitdiffstats
path: root/keyboard/atomic/Makefile
diff options
context:
space:
mode:
authorIBNobody <protospherex@gmail.com>2016-04-15 01:01:29 +0200
committerIBNobody <protospherex@gmail.com>2016-04-15 01:01:29 +0200
commitf051496f1343259f4da8c5d917b9c9e47b97e38c (patch)
tree428b2c271bf42e12748953e7ec02597862285c1f /keyboard/atomic/Makefile
parentcf17687f29820b6bf9b8feb3b23dec6e271572c5 (diff)
downloadqmk_firmware-f051496f1343259f4da8c5d917b9c9e47b97e38c.tar.gz
qmk_firmware-f051496f1343259f4da8c5d917b9c9e47b97e38c.tar.xz
Checkin
Diffstat (limited to 'keyboard/atomic/Makefile')
-rw-r--r--keyboard/atomic/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboard/atomic/Makefile b/keyboard/atomic/Makefile
index f95b2350c..206b5f119 100644
--- a/keyboard/atomic/Makefile
+++ b/keyboard/atomic/Makefile
@@ -136,4 +136,11 @@ VPATH += $(TARGET_DIR)
VPATH += $(TOP_DIR)
VPATH += $(TMK_DIR)
+debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
+debug-on: all
+
+debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
+debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
+debug-off: all
+
include $(TOP_DIR)/quantum/quantum.mk