Update misc code comments

This commit is contained in:
urob 2024-09-13 14:36:53 -04:00
parent 9396875c1e
commit b488a954bf
2 changed files with 5 additions and 4 deletions

View file

@ -32,7 +32,7 @@
#define QUICK_TAP_MS 175 #define QUICK_TAP_MS 175
&sk { // sticky-key config &sk { // sticky-key config
release-after-ms = <900>; // release after 0.6s release-after-ms = <900>; // release after 0.9s
quick-release; // no double capitalization when rolling keys quick-release; // no double capitalization when rolling keys
}; };

View file

@ -3,16 +3,17 @@
#include <dt-bindings/zmk/mouse.h> #include <dt-bindings/zmk/mouse.h>
// Config from @caksoylar, defaults in comments
&mmv { &mmv {
acceleration-exponent = <1>; // 1 acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <500>; // 40 time-to-max-speed-ms = <500>; // 300
delay-ms = <0>; // 0 delay-ms = <0>; // 0
}; };
&msc { &msc {
acceleration-exponent = <1>; // 0 acceleration-exponent = <1>; // 0
time-to-max-speed-ms = <40>; // 500 time-to-max-speed-ms = <40>; // 300
delay-ms = <0>; // 10 delay-ms = <0>; // 0
}; };
#define U_MS_U &mmv MOVE_UP #define U_MS_U &mmv MOVE_UP