diff options
Diffstat (limited to 'users')
| -rw-r--r-- | users/issmirnov/issmirnov.c | 2 | ||||
| -rw-r--r-- | users/kuchosauronad0/combo.c | 2 | ||||
| -rw-r--r-- | users/ninjonas/combos.c | 2 | ||||
| -rw-r--r-- | users/yet-another-developer/combo.c | 2 |
4 files changed, 4 insertions, 4 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) { |
diff --git a/users/kuchosauronad0/combo.c b/users/kuchosauronad0/combo.c index b4e8e84ae..0a58e0277 100644 --- a/users/kuchosauronad0/combo.c +++ b/users/kuchosauronad0/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) { |
diff --git a/users/ninjonas/combos.c b/users/ninjonas/combos.c index 9453ba84d..8d1cd6510 100644 --- a/users/ninjonas/combos.c +++ b/users/ninjonas/combos.c | |||
| @@ -23,7 +23,7 @@ combo_t key_combos[COMBO_COUNT] = { | |||
| 23 | [XV_PASTE] = COMBO_ACTION(paste_combo), | 23 | [XV_PASTE] = COMBO_ACTION(paste_combo), |
| 24 | }; | 24 | }; |
| 25 | 25 | ||
| 26 | void process_combo_event(uint8_t combo_index, bool pressed) { | 26 | void process_combo_event(uint16_t combo_index, bool pressed) { |
| 27 | switch(combo_index) { | 27 | switch(combo_index) { |
| 28 | case EQ_QUIT: | 28 | case EQ_QUIT: |
| 29 | if (pressed) { | 29 | if (pressed) { |
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) { |
