summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/xmk/post_rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-19 09:52:40 +0000
committerQMK Bot <hello@qmk.fm>2022-12-19 09:52:40 +0000
commitff8d514262846f816453778e71a40b053158907d (patch)
treef714743a7fa8c7c9f71a040187aeebc57463c344 /keyboards/converter/xmk/post_rules.mk
parent0b079424c8d971ddb883764fa9bf3c069bceae39 (diff)
parent5922751b173740e4375b2dfd1a48ff9762c9d943 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/converter/xmk/post_rules.mk')
-rw-r--r--keyboards/converter/xmk/post_rules.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/converter/xmk/post_rules.mk b/keyboards/converter/xmk/post_rules.mk
new file mode 100644
index 0000000000..6986788540
--- /dev/null
+++ b/keyboards/converter/xmk/post_rules.mk
@@ -0,0 +1,9 @@
+# Copyright 2022 Manna Harbour (@manna-harbour)
+# https://github.com/manna-harbour/xmk
+
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+ifeq ($(strip $(XMK_DEBUG)), yes)
+ CONSOLE_ENABLE = yes
+ OPT_DEFS += -DXMK_DEBUG
+endif