Re-order HRMs to GASC

Trying out one more variation. See 43f402d for details.
This commit is contained in:
urob 2024-04-22 14:04:10 -04:00
parent 00ef17796e
commit 473be6331c
2 changed files with 10 additions and 10 deletions

View file

@ -14,10 +14,10 @@
#define COMBO_IDLE_SLOW 50
// make homerow combos tap-only (so HRMs can be chorded instantaneously)
#define HRC_TAB &hml LS(LCTRL) TAB
#define HRC_REPEAT &hml_repeat LS(LALT) 0
#define HRC_LPAR &hmr_lpar_lt RS(LALT) 0
#define HRC_RPAR &hmr_rpar_gt RS(LCTRL) 0
#define HRC_TAB &hml LS(LALT) TAB
#define HRC_REPEAT &hml_repeat LS(LCTRL) 0
#define HRC_LPAR &hmr_lpar_lt RS(LCTRL) 0
#define HRC_RPAR &hmr_rpar_gt RS(LALT) 0
/* Horizontal combos - left hand */
ZMK_COMBO(esc, &kp ESC, LT3 LT2, DEF NAV NUM, COMBO_TERM_FAST, COMBO_IDLE_FAST)