mirror of
https://github.com/dnlbauer/sofle-zmk-config.git
synced 2026-09-11 06:55:29 +00:00
hardcode encoder resolution
This commit is contained in:
@@ -19,6 +19,14 @@
|
|||||||
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
|
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// encoder resolution
|
||||||
|
&left_encoder {
|
||||||
|
resolution = <4>;
|
||||||
|
};
|
||||||
|
&right_encoder {
|
||||||
|
resolution = <4>;
|
||||||
|
};
|
||||||
|
|
||||||
// faster layertap
|
// faster layertap
|
||||||
< {
|
< {
|
||||||
quick-tap-ms = <0>;
|
quick-tap-ms = <0>;
|
||||||
|
|||||||
Reference in New Issue
Block a user