Ignore additional mouse buttons

This commit is contained in:
urob 2024-02-14 11:34:15 -05:00
parent b5212cbba5
commit f27b0031cb

View file

@ -128,7 +128,7 @@ ZMK_BEHAVIOR(num_dance, tap_dance,
// smart-mouse, requires PR #1366 // smart-mouse, requires PR #1366
ZMK_BEHAVIOR(smart_mouse, tri_state, ZMK_BEHAVIOR(smart_mouse, tri_state,
bindings = <&tog MOUSE>, <&none>, <&tog MOUSE>; bindings = <&tog MOUSE>, <&none>, <&tog MOUSE>;
ignored-key-positions = <LT1 LT3 RT1 RT2 RT3 RM1 RM2 RM3 RH0 RH1>; ignored-key-positions = <LT1 LT3 RT0 RT1 RT2 RT3 RT4 RM1 RM2 RM3 RB1 RB2 RB3 RH0 RH1>;
ignored-layers = <MOUSE>; ignored-layers = <MOUSE>;
) )