1
0
Fork 0

Add missing rgb matrix default parameters (#22281)

This commit is contained in:
Fabien Fellay 2024-01-30 04:56:32 +01:00 committed by GitHub
parent ca7b2d63a7
commit 734c7afa7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 3 deletions

View file

@ -58,6 +58,10 @@
# define LED_MATRIX_DEFAULT_SPD UINT8_MAX / 2
#endif
#ifndef LED_MATRIX_DEFAULT_FLAGS
# define LED_MATRIX_DEFAULT_FLAGS LED_FLAG_ALL
#endif
#ifndef LED_MATRIX_LED_FLUSH_LIMIT
# define LED_MATRIX_LED_FLUSH_LIMIT 16
#endif