[Keyboard] Fixed RGB number for Devil68 Pro (#16003)

This commit is contained in:
HorrorTroll 2022-01-24 03:37:17 +07:00 committed by GitHub
commit dae2c6ef85

View file

@ -107,7 +107,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
), ),
}; };
void keyboard_post_init_kb(void) { void keyboard_post_init_user(void) {
user_config.raw = eeconfig_read_user(); user_config.raw = eeconfig_read_user();
switch (user_config.rgb_mode) { switch (user_config.rgb_mode) {
case RGB_MODE_ALL: case RGB_MODE_ALL: