fix bug, combo esc was 26 and 26 instead of 26 and 27

This commit is contained in:
Jamie Ding 2022-03-13 23:44:41 +00:00
parent abc79a9535
commit 6d4b012e93

View file

@ -77,7 +77,7 @@
}; };
combo_esc { combo_esc {
timeout-ms = <25>; timeout-ms = <25>;
key-positions = <26 26>; key-positions = <26 27>;
bindings = <&kp ESC>; bindings = <&kp ESC>;
}; };
}; };