summaryrefslogtreecommitdiffstats
path: root/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c')
-rw-r--r--keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c b/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c
index 3556aac483..e8df1f0c81 100644
--- a/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c
+++ b/keyboards/ashpil/modelm_usbc/keymaps/ashpil/keymap.c
@@ -32,7 +32,7 @@ enum combo_events {
const uint16_t PROGMEM reset_combo[] = {KC_LCTL, KC_PAUS, COMBO_END};
-combo_t key_combos[COMBO_COUNT] = {
+combo_t key_combos[] = {
[CTRL_PAUS_RESET] = COMBO_ACTION(reset_combo),
};
@@ -44,4 +44,4 @@ void process_combo_event(uint16_t combo_index, bool pressed) {
}
break;
}
-} \ No newline at end of file
+}