diff --git a/app/boards/arm/cyber60/cyber60.dts b/app/boards/arm/cyber60/cyber60.dts index 509f8c46..76bd2990 100644 --- a/app/boards/arm/cyber60/cyber60.dts +++ b/app/boards/arm/cyber60/cyber60.dts @@ -19,17 +19,22 @@ zmk,matrix_transform = &default_transform; }; + vbat-sense-en { + label = "VBAT_SENSE_EN"; + control-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; + }; + leds { compatible = "gpio-leds"; - red_led: led_0 { + red_led: led_3 { gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; label = "Red LED"; }; - green_led: led_1 { + green_led: led_2 { gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; label = "Green LED"; }; - blue_led: led_2 { + blue_led: led_1 { // also broken out on header con307 on cyber60-2 Rev A1 gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>; label = "Blue LED"; };