From 18e1bc11abd36f56397abaa7eba3197b700a6d0d Mon Sep 17 00:00:00 2001 From: Logan Butler <8854426+MatchstickWorks@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:16:43 -0700 Subject: [PATCH] More Troubleshooting --- boards/shields/stratapad/stratapad.keymap | 7 ++++++- boards/shields/stratapad/stratapad.overlay | 8 ++++---- boards/shields/stratapad/stratapad.zmk.yml | 8 ++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 boards/shields/stratapad/stratapad.zmk.yml 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