diff --git a/keyboards/handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c b/keyboards/handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c index 373fd85..8630969 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c +++ b/keyboards/handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c @@ -152,17 +152,13 @@ enum combo_events { AS_AE, OP_OE, UI_UE, - LSEMI_APOSTROPHE, - QW_DESKTOPLEFT, - ER_DESKTOPORIGHT + LSEMI_APOSTROPHE }; const uint16_t PROGMEM combo_ae[] = {KC_A, KC_S, COMBO_END}; const uint16_t PROGMEM combo_oe[] = {KC_O, KC_P, COMBO_END}; const uint16_t PROGMEM combo_ue[] = {KC_U, KC_I, COMBO_END}; const uint16_t PROGMEM combo_apostrophe[] = {KC_L, KC_SCLN, COMBO_END}; -const uint16_t PROGMEM combo_desktopleft[] = {KC_Q, KC_W, COMBO_END}; -const uint16_t PROGMEM combo_desktopright[] = {KC_E, KC_R, COMBO_END}; combo_t key_combos[] = { [AS_AE] = COMBO_ACTION(combo_ae),