summaryrefslogtreecommitdiff
path: root/keyboards/xbows/numpad/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-15 17:15:16 +0000
committerQMK Bot <hello@qmk.fm>2021-09-15 17:15:16 +0000
commit4823210554f041bb64f896af06feb60a197c1a88 (patch)
treefd75866a52af25fe58c767b53d78082098c4d09b /keyboards/xbows/numpad/config.h
parentcad2ee900db4af48bfd618dc90a1ad52b7da4216 (diff)
parent0f3343aa9396242ec31c0da8eec82f475bdff93b (diff)
downloadqmk_firmware-4823210554f041bb64f896af06feb60a197c1a88.tar.gz
qmk_firmware-4823210554f041bb64f896af06feb60a197c1a88.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xbows/numpad/config.h')
-rw-r--r--keyboards/xbows/numpad/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/xbows/numpad/config.h b/keyboards/xbows/numpad/config.h
index 832da03a2c..d3ef6ed9d1 100644
--- a/keyboards/xbows/numpad/config.h
+++ b/keyboards/xbows/numpad/config.h
@@ -28,9 +28,12 @@
#define MATRIX_ROW_PINS { B5, B4, C6, B6, D7, B3 }
#define MATRIX_COL_PINS { D4, D6, B2, B1 }
#define DIODE_DIRECTION COL2ROW
-
#define DEBOUNCE 3
+/* disable these deprecated features by default */
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
+
#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_PROCESS_LIMIT 18
# define RGB_MATRIX_LED_FLUSH_LIMIT 16