feat(kscan): Use PORT events for kscan matrix interrupts

* Lower power usage compared to regular interrupts on nrf52.
This commit is contained in:
Pete Johanson
2020-08-06 09:30:31 -04:00
parent 222515f091
commit 9be566603e
2 changed files with 14 additions and 6 deletions

View File

@@ -31,6 +31,10 @@
};
&gpiote {
status = "okay";
};
&gpio0 {
status = "okay";
};