We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593555d commit 7be2165Copy full SHA for 7be2165
config/cradio.overlay config/cradio_left.overlayconfig/cradio.overlay renamed to config/cradio_left.overlay
@@ -6,7 +6,7 @@
6
leds {
7
compatible = "gpio-leds";
8
indicator_led: indicator_led {
9
- gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
10
label = "User LED";
11
};
12
config/cradio_right.overlay
@@ -0,0 +1,18 @@
1
+/ {
2
+ kscan0 {
3
+ wakeup-source;
4
+ };
5
+
+ leds {
+ compatible = "gpio-leds";
+ indicator_led: indicator_led {
+ label = "User LED";
13
14
+ aliases {
15
+ indicator-led = &indicator_led;
16
17
+};
18
0 commit comments