diff options
author | IBNobody <protospherex@gmail.com> | 2016-04-14 18:01:29 -0500 |
---|---|---|
committer | IBNobody <protospherex@gmail.com> | 2016-04-14 18:01:29 -0500 |
commit | f051496f1343259f4da8c5d917b9c9e47b97e38c (patch) | |
tree | 428b2c271bf42e12748953e7ec02597862285c1f /keyboard/atomic/Makefile | |
parent | cf17687f29820b6bf9b8feb3b23dec6e271572c5 (diff) |
Checkin
Diffstat (limited to 'keyboard/atomic/Makefile')
-rw-r--r-- | keyboard/atomic/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboard/atomic/Makefile b/keyboard/atomic/Makefile index f95b2350cd..206b5f119c 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 |