From d3b130a53c40aacda7a4c827d47b24e496fd68f7 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 16 Apr 2024 23:04:29 -0500 Subject: [PATCH] Tweaking combo settings - removing the must press in order rule --- users/t4corun/features/combo.c | 3 +-- users/t4corun/t4corun.h | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/users/t4corun/features/combo.c b/users/t4corun/features/combo.c index ec1478ad..7215b8ac 100644 --- a/users/t4corun/features/combo.c +++ b/users/t4corun/features/combo.c @@ -67,11 +67,10 @@ bool get_combo_must_press_in_order(uint16_t combo_index, combo_t *combo) { * array. * * return false means they do not have to be pressed in order - * * */ default: - return true; + return false; } } diff --git a/users/t4corun/t4corun.h b/users/t4corun/t4corun.h index b0cc751b..f728b692 100644 --- a/users/t4corun/t4corun.h +++ b/users/t4corun/t4corun.h @@ -251,8 +251,8 @@ enum keycodes { #define LAYER_FUNCTION \ - TR_DMP2, TR_DMR2, ___x___, _______, KC_SCRL, KC_PSCR, KC_F7, KC_F8, KC_F9, KC_F10, \ - _NONE_5____________________________________, KC_CAPS, KC_F4, KC_F5, KC_F6, KC_F11, \ + TR_DMP2, TR_DMR2, ___x___, ___x___, KC_SCRL, KC_PSCR, KC_F7, KC_F8, KC_F9, KC_F10, \ + ___x___, ___x___, ___x___, ___x___, KC_NUM, KC_CAPS, KC_F4, KC_F5, KC_F6, KC_F11, \ _NONE_5____________________________________, KC_PAUS, KC_F1, KC_F2, KC_F3, KC_F12, \ _LAYER_TRANS_____________, TR_DMP1, TR_DMR1, ___x___ @@ -272,7 +272,7 @@ enum keycodes { #define LAYER_CONFIG \ - _NONE_5____________________________________, EE_CLR, QK_RBT, QK_BOOT, ___x___, _______, \ + _NONE_5____________________________________, EE_CLR, QK_RBT, QK_BOOT, ___x___, ___x___, \ TR_RTOG, TR_RMOD, _NONE_3__________________, BASELYR, _SCAG_MODS________________________, \ TR_RHUI, TR_RSAI, TR_RVAI, TR_RSPI, ___x___, _NONE_5____________________________________, \ - _NONE_3__________________, _LAYER_TRANS_____________ + _NONE_3__________________, _NONE_3__________________