From 2e26674456220cea7612fcde25215f54122f0ba1 Mon Sep 17 00:00:00 2001 From: thecount Date: Fri, 11 Apr 2025 15:20:30 +0200 Subject: [PATCH] cleanup removal of combos --- .../handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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),