summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/xmk/config.h
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/config.h
parent0b079424c8d971ddb883764fa9bf3c069bceae39 (diff)
parent5922751b173740e4375b2dfd1a48ff9762c9d943 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/converter/xmk/config.h')
-rw-r--r--keyboards/converter/xmk/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/converter/xmk/config.h b/keyboards/converter/xmk/config.h
new file mode 100644
index 0000000000..a95fbd8257
--- /dev/null
+++ b/keyboards/converter/xmk/config.h
@@ -0,0 +1,10 @@
+// Copyright 2022 Manna Harbour (@manna-harbour)
+// https://github.com/manna-harbour/xmk
+
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#if defined (XMK_DEBUG)
+ #define DEBUG_MATRIX_SCAN_RATE
+#endif