mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-25 09:31:11 +00:00
Remove redundant reset code
keymaps_init calls select, which sets the index to 0 and resets the keymaps.
This commit is contained in:
parent
836d0c4a4f
commit
f70a6006e1
@ -207,9 +207,9 @@ void asdf_keymaps_dummy_function(void) {}
|
||||
//
|
||||
void asdf_keymaps_init(void)
|
||||
{
|
||||
asdf_hook_init();
|
||||
asdf_keymap_table_init();
|
||||
current_keymap_index = 0;
|
||||
asdf_keymaps_reset();
|
||||
asdf_keymaps_select(0);
|
||||
}
|
||||
|
||||
// PROCEDURE: asdf_keymaps_map_select_0_clear
|
||||
|
Loading…
Reference in New Issue
Block a user