diff --git a/boards/shields/stratapad/stratapad.keymap b/boards/shields/stratapad/stratapad.keymap index 3d4c60e..c17916c 100644 --- a/boards/shields/stratapad/stratapad.keymap +++ b/boards/shields/stratapad/stratapad.keymap @@ -1,5 +1,6 @@ #include #include +#include / { keymap { @@ -7,7 +8,11 @@ default_layer { bindings = < - &kp W &kp A &kp S &kp D &kp Z + &kp W + &kp A + &kp S + &kp D + &kp Z >; }; }; diff --git a/boards/shields/stratapad/stratapad.overlay b/boards/shields/stratapad/stratapad.overlay index 05a03c1..a0e7a88 100644 --- a/boards/shields/stratapad/stratapad.overlay +++ b/boards/shields/stratapad/stratapad.overlay @@ -7,11 +7,11 @@ compatible = "zmk,kscan-gpio-direct"; wakeup-source; input-gpios - = <&xiao_d 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + = <&xiao_d 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&xiao_d 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&xiao_d 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> + , <&xiao_d 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> , <&xiao_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> - , <&xiao_d 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> ; }; }; \ No newline at end of file diff --git a/boards/shields/stratapad/stratapad.zmk.yml b/boards/shields/stratapad/stratapad.zmk.yml new file mode 100644 index 0000000..20f1a4f --- /dev/null +++ b/boards/shields/stratapad/stratapad.zmk.yml @@ -0,0 +1,8 @@ +file_format: "1" +id: stratapad +name: StrataPad +type: shield +url: https://matchstick.works +requires: [seeeduino_xiao_ble] +features: + - keys \ No newline at end of file