forked from kofal.net/zmk
feat(pointing): Add pre-defined scroll scaler and mouse scroll tests (#2759)
feat(pointing): Add pre-defined scroll scaler tests(pointing): Add mouse scroll tests
This commit is contained in:
@@ -30,4 +30,12 @@
|
||||
codes = <INPUT_REL_X INPUT_REL_Y>;
|
||||
track-remainders;
|
||||
};
|
||||
};
|
||||
|
||||
/omit-if-no-ref/ zip_scroll_scaler: zip_scroll_scaler {
|
||||
compatible = "zmk,input-processor-scaler";
|
||||
#input-processor-cells = <2>;
|
||||
type = <INPUT_EV_REL>;
|
||||
codes = <INPUT_REL_WHEEL INPUT_REL_HWHEEL>;
|
||||
track-remainders;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user