mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-10 01:24:18 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
2a068fae08
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
switch (user_config.rgb_mode) {
|
||||
case RGB_MODE_ALL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue