Update sofle_right.overlay
This commit is contained in:
parent
6c8297d258
commit
28d4936b4a
1 changed files with 18 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
||||||
col-offset = <6>;
|
col-offset = <6>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/ {
|
||||||
|
chosen {
|
||||||
|
zmk,kscan = &side_band_behavior_triggers;
|
||||||
|
};
|
||||||
|
|
||||||
&kscan0 {
|
&kscan0 {
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
|
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
|
||||||
|
@ -21,6 +26,19 @@
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/{
|
||||||
|
side_band_behavior_triggers: side_band_behavior_triggers {
|
||||||
|
compatible = "zmk,kscan-sideband-behaviors";
|
||||||
|
wakeup-source;
|
||||||
|
kscan = <&kscan0>;
|
||||||
|
soft_off {
|
||||||
|
column = <11>;
|
||||||
|
row = <0>;
|
||||||
|
bindings = <&hw_soft_off>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
&right_encoder {
|
&right_encoder {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
Loading…
Add table
Reference in a new issue