Migrate RGB Matrix config to info.json - J (#22862)

This commit is contained in:
Joel Challis 2024-01-08 02:10:56 +00:00 committed by GitHub
parent bdede8b2cd
commit 0870b796b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 76 additions and 188 deletions

View file

@ -21,9 +21,3 @@
# define RGBLIGHT_LIMIT_VAL 120
# endif
#endif
#ifdef RGB_MATRIX_ENABLE
# ifndef RGB_MATRIX_MAXIMUM_BRIGHTNESS
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
# endif
#endif