zmk: add key wakeup from deepsleep
This commit is contained in:
parent
8f1742f9d6
commit
3e915e10dc
2 changed files with 2 additions and 2 deletions
|
|
@ -6,11 +6,11 @@
|
|||
zephyr,display = &oled_left;
|
||||
};
|
||||
|
||||
|
||||
kscan0: kscan_0 {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
label = "KSCAN";
|
||||
diode-direction = "col2row";
|
||||
wakeup-source;
|
||||
|
||||
col-gpios
|
||||
= <&xiao_d 10 GPIO_ACTIVE_HIGH>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
compatible = "zmk,kscan-gpio-matrix";
|
||||
label = "KSCAN";
|
||||
diode-direction = "col2row";
|
||||
|
||||
wakeup-source;
|
||||
|
||||
col-gpios
|
||||
= <&xiao_d 6 GPIO_ACTIVE_HIGH>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue