feature(sticky_keys): add quick-release

when quick-release is enabled, the sticky key is released immediately after another key is pressed
This commit is contained in:
Okke Formsma
2020-12-12 21:35:52 +01:00
committed by Pete Johanson
parent a89d8a6ea4
commit c925cf02dd
9 changed files with 76 additions and 8 deletions

View File

@@ -19,6 +19,7 @@
#binding-cells = <1>;
release-after-ms = <1000>;
bindings = <&mo>;
quick-release;
};
};

View File

@@ -13,3 +13,5 @@ properties:
required: true
release-after-ms:
type: int
quick-release:
type: boolean