summaryrefslogtreecommitdiff
path: root/keyboards/ashpil/modelm_usbc/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ashpil/modelm_usbc/keymaps')
-rw-r--r--keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c b/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c
index 35b45e9ccf..30e6af7f6e 100644
--- a/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c
+++ b/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c
@@ -36,7 +36,7 @@ combo_t key_combos[COMBO_COUNT] = {
[CTRL_PAUS_RESET] = COMBO_ACTION(reset_combo),
};
-void process_combo_event(uint8_t combo_index, bool pressed) {
+void process_combo_event(uint16_t combo_index, bool pressed) {
switch(combo_index) {
case CTRL_PAUS_RESET:
if (pressed) {