Skip to content

Commit 5c9bb8d

Browse files
committed
remove led
1 parent 1615ff7 commit 5c9bb8d

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

config/cradio.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
CONFIG_ZMK_POINTING=y
22
CONFIG_ZMK_SLEEP=y
33
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
4-
CONFIG_INDICATOR_LED_WIDGET=y
5-
CONFIG_INDICATOR_LED_SHOW_BLE=y
6-
CONFIG_INDICATOR_LED_SHOW_CRITICAL_BATTERY_CHANGES=y

config/cradio.overlay

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,5 @@
22
kscan0 {
33
wakeup-source;
44
};
5-
6-
leds {
7-
compatible = "gpio-leds";
8-
indicator_led: indicator_led {
9-
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
10-
label = "User LED";
11-
};
12-
};
13-
14-
aliases {
15-
indicator-led = &indicator_led;
16-
};
175
};
186

config/west.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ manifest:
44
remotes:
55
- name: zmkfirmware
66
url-base: https://github.com/zmkfirmware
7-
- name: bluedrink9
8-
url-base: https://github.com/bluedrink9
97
projects:
108
- name: zmk
119
remote: zmkfirmware
1210
import: app/west.yml
13-
- name: zmk-poor-mans-led-indicator
14-
remote: bluedrink9
15-
revision: main
1611
self:
1712
path: config

0 commit comments

Comments
 (0)