diff options
Diffstat (limited to 'users/issmirnov')
| -rw-r--r-- | users/issmirnov/issmirnov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/issmirnov/issmirnov.c b/users/issmirnov/issmirnov.c index 665afbcfd..45ef7b19a 100644 --- a/users/issmirnov/issmirnov.c +++ b/users/issmirnov/issmirnov.c | |||
| @@ -26,7 +26,7 @@ combo_t key_combos[COMBO_COUNT] = { | |||
| 26 | }; | 26 | }; |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | void process_combo_event(uint8_t combo_index, bool pressed) { | 29 | void process_combo_event(uint16_t combo_index, bool pressed) { |
| 30 | switch(combo_index) { | 30 | switch(combo_index) { |
| 31 | case XC_COPY: | 31 | case XC_COPY: |
| 32 | if (pressed) { | 32 | if (pressed) { |
