Skip to content

Commit cf955f6

Browse files
committed
Allow arrows when using swapper
1 parent f1f3bff commit cf955f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/base.keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ZMK_TRI_STATE(
141141

142142
// Alt+Tab swapper, requires tri-state module.
143143
ZMK_TRI_STATE(swapper, bindings = <&kt LALT>, <&kp TAB>, <&kt LALT>;
144-
ignored-key-positions = <LT2>;)
144+
ignored-key-positions = <LT2 RT2 RM1 RM2 RM3>;)
145145

146146
// Define mod-morph with a *single* mod trigger for less repetition.
147147
#define SIMPLE_MORPH(NAME, MOD, BINDING1, BINDING2) \

0 commit comments

Comments
 (0)