diff --git a/boards/shields/keyboy/keyboy.overlay b/boards/shields/keyboy/keyboy.overlay index d7f637a..61cb45a 100644 --- a/boards/shields/keyboy/keyboy.overlay +++ b/boards/shields/keyboy/keyboy.overlay @@ -41,25 +41,17 @@ }; }; -&shifter1 { - pin@21 { - gpio-hog; - gpios = <21 GPIO_ACTIVE_HIGH>; - /* Any other configuration parameters */ - }; -}; - / { chosen { zmk,kscan = &kscan0; zmk,matrix-transform = &default_transform; }; - //gpios { - // compatible = "gpio-leds"; - // green: green { - // gpios - // = <&shifter1 0 GPIO_ACTIVE_HIGH> + gpios { + compatible = "gpio-leds"; + green: green { + gpios + = <&shifter1 21 GPIO_ACTIVE_HIGH> // , <&shifter1 1 GPIO_ACTIVE_HIGH> // , <&shifter1 2 GPIO_ACTIVE_HIGH> // , <&shifter1 3 GPIO_ACTIVE_HIGH> @@ -82,9 +74,9 @@ // , <&shifter1 20 GPIO_ACTIVE_HIGH> // , <&shifter1 21 GPIO_ACTIVE_LOW> // , <&shifter1 22 GPIO_ACTIVE_HIGH> - // ; - // }; - //}; + ; + }; + }; default_transform: keymap_transform_0 { compatible = "zmk,matrix-transform"; diff --git a/build.yaml b/build.yaml index b94fca9..4828116 100644 --- a/build.yaml +++ b/build.yaml @@ -20,3 +20,4 @@ include: - board: rpi_pico shield: keyboy + snippet: zmk-usb-logging