I think it was my combos that made NAV weird

- CONFIG is now shift and space held together
- had to rearrange the dynamic macros to make it work
- put back nav 0 and the tapping term mod
This commit is contained in:
Victor 2024-04-30 23:17:45 -05:00
parent 56fb8076f8
commit 6344f4eec6
Failed to generate hash of commit
3 changed files with 8 additions and 5 deletions

View file

@ -40,7 +40,7 @@ const uint16_t PROGMEM key_ent_combo[] = { KC_X, KC_C, COMBO_END };
const uint16_t PROGMEM key_tab_combo[] = { KC_U, KC_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 };
const uint16_t PROGMEM lyr_cfg_combo[] = { TR_LSFT, KC_SPC, COMBO_END };

View file

@ -20,6 +20,9 @@ uint16_t get_quick_tap_term(uint16_t keycode, keyrecord_t *record) {
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case NAV_0:
return TAPPING_TERM - 80;
default:
//uprintf("tapping term: %d \n", TAPPING_TERM);
return TAPPING_TERM;

View file

@ -211,7 +211,7 @@ enum keycodes {
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_7, KC_8, KC_9, KC_ESC, \
KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_4, KC_5, KC_6, KC_GRV, \
KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LALT, KC_1, KC_2, KC_3, CM_TOGG, \
KC_ENT, KC_LSFT, KC_SPC, _BASE_R4_________________
KC_ENT, KC_LSFT, KC_SPC, KC_SPC, NAV_0, KC_MUTE
#define LAYER_NAVIGATION \
@ -224,8 +224,8 @@ enum keycodes {
#define LAYER_NUMBER \
___x___, SC_SNIP, SC_FILE, ___x___, ___x___, ___x___, KC_7, KC_8, KC_9, KC_COMM, \
_GACS_MODS________________________, ___x___, ___x___, KC_4, KC_5, KC_6, KC_DOT, \
_UCCPR_L___________________________________, KC_0, KC_1, KC_2, KC_3, TR_MINS, \
_LAYER_TRANS_____________, KC_SPC, _______, KC_MUTE
_UCCPR_L___________________________________, ___x___, KC_1, KC_2, KC_3, TR_MINS, \
_LAYER_TRANS_____________, KC_SPC, NAV_0, KC_MUTE
#define LAYER_SYMBOL \
@ -239,7 +239,7 @@ enum keycodes {
KC_F10, KC_F7, KC_F8, KC_F9, ___x___, ___x___, ___x___, ___x___, EE_CLR, QK_BOOT, \
KC_F11, KC_F4, KC_F5, KC_F6, ___x___, BASELYR, TR_LSFT, ___x___, ___x___, TR_RMOD, \
KC_F12, KC_F1, KC_F2, KC_F3, ___x___, TR_RHUI, TR_RSAI, TR_RVAI, TR_RSPI, TR_RTOG, \
___x___, TR_DMR1, TR_DMP1, _NONE_3__________________
___x___, TR_DMR1, ___x___, ___x___, TR_DMP1, ___x___
/*
If I was going to combine number and symbols together, it'd look like this