1
0
Fork 0

Add _DEFAULT_ON lighting configuration options (#21865)

This commit is contained in:
Joel Challis 2023-09-29 18:31:21 +01:00 committed by GitHub
parent 2eed1f5bad
commit 6910ed2de5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 28 additions and 10 deletions

View file

@ -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