Re-enabled blue GPIO LED.

This commit is contained in:
KnoblesseOblige 2021-04-29 09:02:54 -05:00
parent 1205e77f9b
commit c3a680649c
No known key found for this signature in database
GPG key ID: 2DFD3FA1A27B561E

View file

@ -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 {