Skip to content

Commit

Permalink
mouse: try pointing config at listener as the device
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Milliken committed Apr 8, 2024
1 parent d01a8c8 commit b84e265
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions config/shared.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@
input_configs {
compatible = "zmk,input-configs";

fmmv {
device = <&fmmvl>;
scale-multiplier = <8>;
};
// this will need its listener exposed as an alias to use as the device here
mmv {
device = <&mmv>;
scale-multiplier = <5>;
};
fmmv {
device = <&fmmv>;
scale-multiplier = <20>;
};
msc {
device = <&msc>;
scale-multiplier = <5>;
Expand Down Expand Up @@ -869,8 +870,9 @@
time-to-max-speed-ms = <200>;
acceleration-exponent = <1>;
};
fmmv_input_listener {
fmmvl: fmmv_input_listener {
compatible = "zmk,input-listener";
scale-multiplier = <8>;
device = <&fmmv>;
};
capsy: caps_word_and_lock {
Expand Down

0 comments on commit b84e265

Please sign in to comment.