summaryrefslogtreecommitdiffstats
path: root/keyboards/program_yoink/ortho/keymaps/ortho_split/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/program_yoink/ortho/keymaps/ortho_split/keymap.c')
-rw-r--r--keyboards/program_yoink/ortho/keymaps/ortho_split/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/program_yoink/ortho/keymaps/ortho_split/keymap.c b/keyboards/program_yoink/ortho/keymaps/ortho_split/keymap.c
index 837dc1e754..7e14d95efc 100644
--- a/keyboards/program_yoink/ortho/keymaps/ortho_split/keymap.c
+++ b/keyboards/program_yoink/ortho/keymaps/ortho_split/keymap.c
@@ -66,7 +66,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
const uint16_t PROGMEM combo_ent[] = {KC_K, KC_L, COMBO_END};
-combo_t key_combos[COMBO_COUNT] = {
+combo_t key_combos[] = {
[COMBO_ENT] = COMBO(combo_ent,KC_ENT),
};