mirror of
https://github.com/dnlbauer/sofle-zmk-config.git
synced 2026-09-10 22:45:30 +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>;
|
||||
};
|
||||
|
||||
// encoder resolution
|
||||
&left_encoder {
|
||||
resolution = <4>;
|
||||
};
|
||||
&right_encoder {
|
||||
resolution = <4>;
|
||||
};
|
||||
|
||||
// faster layertap
|
||||
< {
|
||||
quick-tap-ms = <0>;
|
||||
|
||||
Reference in New Issue
Block a user