this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable global quick tap

Akshay 6c019b23 6a21aa5b

+3 -3
+3 -3
config/cradio.keymap
··· 66 66 flavor = "balanced"; 67 67 tapping-term-ms = <280>; 68 68 quick-tap-ms = <175>; // repeat on tap-into-hold 69 - global-quick-tap-ms = <150>; // requires PR #1387 70 69 bindings = <&kp>, <&kp>; 71 70 hold-trigger-key-positions = <KEYS_R THUMBS>; 72 71 hold-trigger-on-release; // delay positional check until key-release 72 + global-quick-tap; 73 73 ) 74 74 75 75 /* right-hand HRMs */ 76 76 ZMK_BEHAVIOR(mr, hold_tap, 77 77 flavor = "balanced"; 78 78 tapping-term-ms = <280>; 79 - quick-tap-ms = <175>; // repeat on tap-into-hold 80 - global-quick-tap-ms = <150>; // requires PR #1387 79 + quick-tap-ms = <175>; 81 80 bindings = <&kp>, <&kp>; 82 81 hold-trigger-key-positions = <KEYS_L THUMBS>; 83 82 hold-trigger-on-release; // delay positional check until key-release 83 + global-quick-tap; 84 84 ) 85 85 86 86 / {