diff options
| author | Pete Sevander <pete.sevander@gmail.com> | 2020-07-16 15:39:01 +0300 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
| commit | b0335b273142ead24cb4177893fafdf2fda88810 (patch) | |
| tree | b4f37b9f7aafe7525bda71a57d68e02cf1474946 /users/issmirnov | |
| parent | 93e7a8f74cc2c9c7bc50b413654642a0347a55d2 (diff) | |
| download | qmk_firmware-b0335b273142ead24cb4177893fafdf2fda88810.tar.gz qmk_firmware-b0335b273142ead24cb4177893fafdf2fda88810.zip | |
Bigger combo index (#9318)
* Add change log
* Change combo index from uint8_t to uint16_t
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) { |
