summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-09-29 18:31:21 +0100
committerGitHub <noreply@github.com>2023-09-29 18:31:21 +0100
commit6910ed2de5c8935712b646e1c2143c4e7e5f9bea (patch)
treed6a653458c169162ece1a18aa7e38469b856a762 /quantum/led_matrix/led_matrix.h
parent2eed1f5bad453b11e9f2190239f9c43f4dde979d (diff)
Add _DEFAULT_ON lighting configuration options (#21865)
Diffstat (limited to 'quantum/led_matrix/led_matrix.h')
-rw-r--r--quantum/led_matrix/led_matrix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h
index 771afc47ec..316585b1fe 100644
--- a/quantum/led_matrix/led_matrix.h
+++ b/quantum/led_matrix/led_matrix.h
@@ -59,6 +59,10 @@
# define LED_MATRIX_SPD_STEP 16
#endif
+#ifndef LED_MATRIX_DEFAULT_ON
+# define LED_MATRIX_DEFAULT_ON true
+#endif
+
#ifndef LED_MATRIX_DEFAULT_MODE
# define LED_MATRIX_DEFAULT_MODE LED_MATRIX_SOLID
#endif