Skip to content

Commit

Permalink
Forgot to save lol
Browse files Browse the repository at this point in the history
  • Loading branch information
MatchstickWorks committed Apr 11, 2024
1 parent d293c66 commit 3833bf1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions boards/shields/stratapad/stratapad.overlay
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
#include <dt-bindings/zmk/matrix_transform.h>

/ {
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
};
default_transform: keymap_transform_0 {
compatible = "zmk,matrix-transform";
columns = <8>;
rows = <1>;
map = <
RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4)
>;
};

kscan0: kscan {
compatible = "zmk,kscan-gpio-direct";
label = "KSCAN";
wakeup-source;
input-gpios
= <&xiao_d 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&xiao_d 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
Expand Down

0 comments on commit 3833bf1

Please sign in to comment.