Skip to content

Commit

Permalink
[master] Fix process_combo
Browse files Browse the repository at this point in the history
  • Loading branch information
zored committed Feb 22, 2021
1 parent a79f4e9 commit c3b49d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/template/zored_keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ unicode_map[] = {

{{{combos.definitions}}}

void process_combo_event(uint16_t combo_index, bool pressed) {
void process_combo_event(uint8_t combo_index, bool pressed) {
if (!pressed) {
return;
}
Expand Down

0 comments on commit c3b49d0

Please sign in to comment.