Update hold-tap.md

The bindings for the toggle-layer-on-tap/momentary-layer-on-hold example code were backwards, resulting in toggle-on-hold. This also made momentary unachievable.
This commit is contained in:
David A. Bell 2022-08-02 14:41:55 -04:00 committed by Nick Winans
parent cc6dd5fc49
commit 597a48ff2d
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ This hold-tap example implements a [toggle-layer](layers.md/#toggle-layer) when
#binding-cells = <2>;
flavor = "hold-preferred";
tapping-term-ms = <200>;
bindings = <&tog>, <&mo>;
bindings = <&mo>, <&tog>;
};
};