Update readme
This commit is contained in:
parent
403b463b93
commit
233d5b781d
2 changed files with 12 additions and 34 deletions
|
@ -63,28 +63,28 @@ ISSUES, WORKAROUNDS and a "ZMK-WISHLIST"
|
|||
|
||||
/* homerow mods */
|
||||
|
||||
#define LHM LM4 LM3 LM2 LM1 // left-hand HRMs
|
||||
#define RHM RM1 RM2 RM3 RM4 // right-hand HRMs
|
||||
#define LHK LT4 LT3 LT2 LT1 LT0 LHM LM0 LB4 LB3 LB2 LB1 LB0 // left-hand keys
|
||||
#define RHK RT0 RT1 RT2 RT3 RT4 RM0 RHM RB0 RB1 RB2 RB3 RB4 // right-hand keys
|
||||
#define THK LH2 LH1 LH0 RH0 RH1 RH2 // thumb keys
|
||||
#define HRM_LT LM1 LM2 LM3 LM4 // left-hand HRMs
|
||||
#define HRM_RT RM1 RM2 RM3 RM4 // right-hand HRMs
|
||||
#define KEYS_LT LT0 LT1 LT2 LT3 LT4 LM0 HRM_LT LB0 LB1 LB2 LB3 LB4 // left-hand keys
|
||||
#define KEYS_RT RT0 RT1 RT2 RT3 RT4 RM0 HRM_RT RB0 RB1 RB2 RB3 RB4 // right-hand keys
|
||||
#define THUMBS LH2 LH1 LH0 RH0 RH1 RH2 // thumb keys
|
||||
|
||||
ZMK_BEHAVIOR(hml, hold_tap,
|
||||
ZMK_BEHAVIOR(hml, hold_tap, // left-hand HRMs
|
||||
flavor = "balanced";
|
||||
tapping-term-ms = <280>;
|
||||
quick-tap-ms = <125>;
|
||||
global-quick-tap;
|
||||
bindings = <&kp>, <&kp>;
|
||||
hold-trigger-key-positions = <LHM RHK THK>; // include left-hand HRMs for mod-chording
|
||||
hold-trigger-key-positions = <KEYS_RT THUMBS HRM_LT>; // include left-hand HRMs for chording
|
||||
)
|
||||
|
||||
ZMK_BEHAVIOR(hmr, hold_tap,
|
||||
ZMK_BEHAVIOR(hmr, hold_tap, // right-hand HRMs
|
||||
flavor = "balanced";
|
||||
tapping-term-ms = <280>;
|
||||
quick-tap-ms = <125>;
|
||||
global-quick-tap;
|
||||
bindings = <&kp>, <&kp>;
|
||||
hold-trigger-key-positions = <RHM LHK THK>; // include right-hand HRMs for mod-chording
|
||||
hold-trigger-key-positions = <KEYS_LT THUMBS HRM_RT>; // include right-hand HRMs for chording
|
||||
)
|
||||
|
||||
/* custom keys and macros */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue