summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/xmk/post_rules.mk
diff options
context:
space:
mode:
authorManna Harbour <51143715+manna-harbour@users.noreply.github.com>2022-12-19 20:52:03 +1100
committerGitHub <noreply@github.com>2022-12-19 20:52:03 +1100
commit5922751b173740e4375b2dfd1a48ff9762c9d943 (patch)
treeddbbccf462b0a4c41d512b181d8b7031cf6cd4ee /keyboards/converter/xmk/post_rules.mk
parentd27d6f0485ccaaa852d5405ad88ebee6d850d33c (diff)
[Keyboard] Add converter/xmk (#18433)
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