diff options
Diffstat (limited to 'users/yet-another-developer/combo.c')
| -rw-r--r-- | users/yet-another-developer/combo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/yet-another-developer/combo.c b/users/yet-another-developer/combo.c index b4e8e84ae..0a58e0277 100644 --- a/users/yet-another-developer/combo.c +++ b/users/yet-another-developer/combo.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "combo.h" | 1 | #include "combo.h" |
| 2 | 2 | ||
| 3 | void process_combo_event(uint8_t combo_index, bool pressed){ | 3 | void process_combo_event(uint16_t combo_index, bool pressed){ |
| 4 | switch(combo_index) { | 4 | switch(combo_index) { |
| 5 | case ZV_COPY: | 5 | case ZV_COPY: |
| 6 | if (pressed) { | 6 | if (pressed) { |
