mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-11 03:05:03 +00:00
Add bottom row combos
This commit is contained in:
16
miryoku/miryoku_kludge_mousekeyspr.dtsi
Normal file
16
miryoku/miryoku_kludge_mousekeyspr.dtsi
Normal 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>;
|
||||
};
|
||||
*/
|
||||
Reference in New Issue
Block a user