Add bottom row combos

This commit is contained in:
Manna Harbour
2022-01-08 00:02:39 +11:00
parent fbc4a0bfef
commit a2b6cc5882
9 changed files with 230 additions and 99 deletions

View File

@@ -0,0 +1,16 @@
// Copyright 2022 Manna Harbour
// https://github.com/manna-harbour/miryoku
&mmv {
acceleration-exponent = <U_MOUSE_MOVE_EXPONENT>;
time-to-max-speed-ms = <U_MOUSE_MOVE_TIME>;
delay-ms = <U_MOUSE_MOVE_DELAY>;
};
/*
&mwh {
acceleration-exponent = <U_MOUSE_SCROLL_EXPONENT>;
time-to-max-speed-ms = <U_MOUSE_SCROLL_TIME>;
delay-ms = <U_MOUSE_SCROLL_DELAY>;
};
*/