Skip to content

Commit 4a31278

Browse files
authored
Update includes and input processor configuration
1 parent a61e72f commit 4a31278

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

config/boards/shields/charybdis/charybdis_right.overlay

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* SPDX-License-Identifier: MIT
55
*/
66

7-
#include "charybdis.dtsi"
7+
#include <dt-bindings/zmk/hid.h>
88
#include <input/processors.dtsi>
9+
#include "charybdis.dtsi"
910

1011
&default_transform {
1112
col-offset = <6>;
@@ -66,7 +67,7 @@
6667
device = <&trackball>;
6768
input-processors = <&zip_xy_scaler 3 2>;
6869
scroller {
69-
layers = <3>; // Changed to layer 3
70+
layers = <3>;
7071
sensor-bindings = <&inc_dec_kp C_AC_SCROLL_UP C_AC_SCROLL_DOWN>;
7172
};
7273
};

0 commit comments

Comments
 (0)