Fix unimportant erros"
This commit is contained in:
parent
82aed74e67
commit
ec0c7ed934
4 changed files with 5 additions and 5 deletions
|
@ -56,7 +56,7 @@ action_t action_for_keycode(uint16_t keycode) {
|
|||
// keycode remapping
|
||||
keycode = keycode_config(keycode);
|
||||
|
||||
action_t action = {};
|
||||
action_t action = {0};
|
||||
uint8_t action_layer, mod;
|
||||
|
||||
(void)action_layer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue