Fix fn not working with keymap-in-eeprom issue
This commit is contained in:
parent
a5955692cb
commit
2e2cc80fe3
@ -66,7 +66,7 @@ action_t keymap_fn_to_action(uint8_t keycode)
|
|||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
return (action_t) {
|
return (action_t) {
|
||||||
.code = pgm_read_word(&fn_actions[FN_INDEX(keycode)])
|
.code = eeconfig_read_keymap_fn_action(FN_INDEX(keycode))
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user