summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/post_config.h
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-08-29 21:24:43 +1000
committerNick Brassel <nick@tzarc.org>2023-08-29 21:24:43 +1000
commit31a91add168c956655ace8ec4cf9750db1e2cfc6 (patch)
tree12cea9b5f8e769f9611a31cbaede9537edad71cc /quantum/led_matrix/post_config.h
parentf07490bc092e365ba03dc685b3fc30ad0bf0b752 (diff)
parentedaf8a87ef3164f8986b0a8eb171d4879b45414c (diff)
Merge branch 'develop'
Diffstat (limited to 'quantum/led_matrix/post_config.h')
-rw-r--r--quantum/led_matrix/post_config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/quantum/led_matrix/post_config.h b/quantum/led_matrix/post_config.h
new file mode 100644
index 0000000000..b6770b9ee1
--- /dev/null
+++ b/quantum/led_matrix/post_config.h
@@ -0,0 +1,19 @@
+// Copyright 2023 QMK
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+// clang-format off
+
+// reactive
+#if defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_SIMPLE) || \
+ defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_WIDE) || \
+ defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_MULTIWIDE) || \
+ defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_CROSS) || \
+ defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_MULTICROSS) || \
+ defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_NEXUS) || \
+ defined(ENABLE_LED_MATRIX_SOLID_REACTIVE_MULTINEXUS) || \
+ defined(ENABLE_LED_MATRIX_SOLID_SPLASH) || \
+ defined(ENABLE_LED_MATRIX_SOLID_MULTISPLASH)
+# define LED_MATRIX_KEYPRESSES
+#endif