hardcode encoder resolution

This commit is contained in:
daniel
2023-04-08 19:54:09 +02:00
parent 96bfcf3897
commit f68b608ce8

View File

@@ -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
&lt {
quick-tap-ms = <0>;