summaryrefslogtreecommitdiffstats
path: root/keyboards/xbows/knight_plus/config.h
diff options
context:
space:
mode:
authorX-Bows Tech <41098278+XBowsTech@users.noreply.github.com>2021-09-16 01:14:05 +0800
committerGitHub <noreply@github.com>2021-09-15 10:14:05 -0700
commit6930eed964f18a9021fc6c6781e6fa3066290ed9 (patch)
tree110f290b4627b0bf67d0d37c4d5303c7bba5eca2 /keyboards/xbows/knight_plus/config.h
parent12a8e59e9c0fc803b33e63a0901aa9fdba270c53 (diff)
[Keyboard] Update lighting effects for xbows keyboard (#14432)
Diffstat (limited to 'keyboards/xbows/knight_plus/config.h')
-rw-r--r--keyboards/xbows/knight_plus/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/xbows/knight_plus/config.h b/keyboards/xbows/knight_plus/config.h
index 6293a6ffb1..5282476b4f 100644
--- a/keyboards/xbows/knight_plus/config.h
+++ b/keyboards/xbows/knight_plus/config.h
@@ -28,9 +28,12 @@
#define MATRIX_ROW_PINS { F7, F6, F5, F4, F1, F0 }
#define MATRIX_COL_PINS { B0, B1, B2, B3, B7, D2, D3, D5, D4, D6, D7, B4, B5, B6, C6 }
#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