fix bug, combo esc was 26 and 26 instead of 26 and 27
This commit is contained in:
parent
abc79a9535
commit
6d4b012e93
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
};
|
||||
combo_esc {
|
||||
timeout-ms = <25>;
|
||||
key-positions = <26 26>;
|
||||
key-positions = <26 27>;
|
||||
bindings = <&kp ESC>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue