diff --git a/app/boards/arm/paw/paw.dts b/app/boards/arm/paw/paw.dts index 28ccbdf9..76c68815 100644 --- a/app/boards/arm/paw/paw.dts +++ b/app/boards/arm/paw/paw.dts @@ -13,9 +13,6 @@ chosen { zephyr,code-partition = &code_partition; - // zephyr,console = &uart0; - //zephyr,bt-mon-uart = &uart0; - //zephyr,bt-c2h-uart = &uart0; zephyr,sram = &sram0; zephyr,flash = &flash0; zmk,kscan = &kscan0; @@ -33,15 +30,13 @@ ; }; - /* leds { compatible = "gpio-leds"; blue_led: led_0 { - gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>; + gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; label = "Blue LED"; }; }; - */ }; &spi1 {