Putting the right side combos back

- It felt weird to go up to press backspace
- moved tab to the top
This commit is contained in:
Victor 2024-04-20 16:09:17 -05:00
parent ce8766d68f
commit fd8e45aed3
Failed to generate hash of commit

View file

@ -43,9 +43,9 @@ const uint16_t PROGMEM lyr_fun_combo[] = { NUM, TR_LSFT, COMBO_END };
// right hand combos
const uint16_t PROGMEM key_tab_combo[] = { KC_M, TR_COMM, COMBO_END };
const uint16_t PROGMEM key_del_combo[] = { KC_U, KC_I, COMBO_END };
const uint16_t PROGMEM key_bspc_combo[] = { KC_I, KC_O, COMBO_END };
const uint16_t PROGMEM key_tab_combo[] = { KC_U, I, COMBO_END };
const uint16_t PROGMEM key_bspc_combo[] = { KC_M, TR_COMM, COMBO_END };
const uint16_t PROGMEM key_del_combo[] = { TR_COMM, TR_DOT, COMBO_END };
const uint16_t PROGMEM lyr_cfg_combo[] = { KC_SPC, NAV, COMBO_END };