Swap layers for the mouse sniping and scrolling
Since I have swapped the keys for the layers I need to also swap the layers for the mouse control. Also swapping the layers for the rotary encoder
This commit is contained in:
@@ -67,8 +67,8 @@
|
||||
reg = <0>;
|
||||
spi-max-frequency = <2000000>;
|
||||
irq-gpios = <&gpio0 24 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
||||
snipe-layers = <1>;
|
||||
scroll-layers = <2>;
|
||||
snipe-layers = <2>;
|
||||
scroll-layers = <1>;
|
||||
automouse-layer = <3>;
|
||||
};
|
||||
};
|
||||
@@ -92,4 +92,4 @@ nice_view_spi: &spi0 {
|
||||
chosen {
|
||||
zephyr,display = &nice_view;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user