1
0
Fork 0

Default rgblight (#17855)

* better rgb bindings; improve default

* trim firmware size
This commit is contained in:
Joshua Diamond 2022-07-30 18:31:31 -04:00 committed by GitHub
parent f02e355380
commit baf34989f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 42 deletions

View file

@ -11,10 +11,6 @@ void eeconfig_init_user(void) {
#ifdef UNICODEMAP_ENABLE
eeconfig_init_user_unicode();
#endif
#ifdef RGBLIGHT_ENABLE
eeconfig_init_user_rgb();
#endif
}
#ifdef RGBLIGHT_ENABLE