Addtional Tweaks to combos

- Moved the backspace / delete combos to the top
- removed contrl backspace shortcuts
- Adjusted keymap.yaml
This commit is contained in:
Victor 2024-04-20 15:14:45 -05:00
parent e1fcb05c8d
commit 33be21734f
Failed to generate hash of commit
3 changed files with 14 additions and 19 deletions

View file

@ -89,11 +89,12 @@ combos:
- { p: [12, 13], k: MB1, l: [base_QWERTY] }
- { p: [13, 14], k: MB3, l: [base_QWERTY] }
- { p: [11, 12], k: DrgScr Tog, l: [base_QWERTY] }
- { p: [16, 17], k: Tab, l: [base_QWERTY] }
- { p: [26, 27], k: Tab, l: [base_QWERTY] }
- { p: [21, 22], k: Enter, l: [base_QWERTY] }
- { p: [22, 23], k: MB2, l: [base_QWERTY] }
- { p: [26, 27], k: Bksp, l: [base_QWERTY] }
- { p: [27, 28], k: Del, l: [base_QWERTY] }
- { p: [26, 28], k: Bwrd, l: [base_QWERTY], align: bottom, offset: 0.1 }
- { p: [7, 8], k: Bksp, l: [base_QWERTY] }
- { p: [6, 7], k: Del, l: [base_QWERTY] }
- { p: [31, 32], k: FUNC, l: [base_QWERTY], align: top }
- { p: [33, 34], k: CONFIG, l: [base_QWERTY], align: top }
draw_config:
small_pad: 6

View file

@ -21,7 +21,6 @@ enum combos {
KEY_TAB,
KEY_DEL,
KEY_BSPC,
KEY_BWRD,
LYR_CONFIG,
COMBO_LENGTH
@ -44,10 +43,9 @@ const uint16_t PROGMEM lyr_fun_combo[] = { NUM, TR_LSFT,
// right hand combos
const uint16_t PROGMEM key_tab_combo[] = { KC_J, KC_K, COMBO_END };
const uint16_t PROGMEM key_del_combo[] = { TR_COMM, TR_DOT, COMBO_END };
const uint16_t PROGMEM key_bspc_combo[] = { KC_M, TR_COMM, COMBO_END };
const uint16_t PROGMEM key_bwrd_combo[] = { KC_M, TR_DOT, COMBO_END };
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 lyr_cfg_combo[] = { KC_SPC, NAV, COMBO_END };
@ -72,7 +70,6 @@ combo_t key_combos[COMBO_LENGTH] = {
[KEY_TAB] = COMBO(key_tab_combo, KC_TAB),
[KEY_DEL] = COMBO(key_del_combo, KC_DEL),
[KEY_BSPC] = COMBO(key_bspc_combo, KC_BSPC),
[KEY_BWRD] = COMBO(key_bwrd_combo, BACKWRD),
[LYR_CONFIG] = COMBO(lyr_cfg_combo, CONFIG)
};

View file

@ -56,14 +56,11 @@ enum keycodes {
#define SC_SNIP LGUI(LSFT(KC_S))
#define SC_FILE LGUI(KC_E)
// Zoom
// Zoom for encoders
#define ZOOMIN LCTL(LSFT(KC_EQL))
#define ZOOMOUT LCTL(KC_MINS)
#define ZOOMRST LCTL(KC_0)
// Macros
#define BACKWRD LCTL(KC_BSPC)
/*
- Any keycodes with prefix TR has behavior dependent on if the feature is enabled.
- If the feature is disabled then the key is just the normal key