1
0
Fork 0

Fix unimportant erros"

This commit is contained in:
Drashna Jael're 2024-12-13 13:14:56 -08:00
parent 82aed74e67
commit ec0c7ed934
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
4 changed files with 5 additions and 5 deletions

View file

@ -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;