Skip to content

Commit a86d0ed

Browse files
committed
fix
1 parent 6cb1953 commit a86d0ed

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

config/cradio.conf

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
CONFIG_ZMK_POINTING=y
2-
CONFIG_ZMK_SLEEP=y # Deep sleep 활성화 (필수!)
3-
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 # inactivity 후 deep sleep 들어가는 시간 (밀리초). 기본 900000 = 15분
4-
# CONFIG_ZMK_INDICATOR_LED=y
2+
CONFIG_ZMK_SLEEP=y
3+
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
54
CONFIG_INDICATOR_LED=y
6-
CONFIG_INDICATOR_LED_SHOW_BLE=y # BLE 상태 표시 활성화 (advertising 시 깜빡임)
7-
# 옵션: 배터리 표시 등도 추가 가능
5+
CONFIG_INDICATOR_LED_SHOW_BLE=y
86
CONFIG_INDICATOR_LED_SHOW_CRITICAL_BATTERY_CHANGES=y

config/cradio.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
leds {
77
compatible = "gpio-leds";
88
indicator_led: indicator_led {
9-
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; // Adjust pin and polarity
10-
label = "User LED"; // Optional
9+
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
10+
label = "User LED";
1111
};
1212
};
1313

config/west.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ manifest:
55
- name: zmkfirmware
66
url-base: https://github.com/zmkfirmware
77
- name: bluedrink9
8-
url-base: https://github.com/bluedrink9 # Additional modules containing boards/shields/custom code can be listed here as well
9-
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
8+
url-base: https://github.com/bluedrink9
109
projects:
1110
- name: zmk
1211
remote: zmkfirmware
1312
import: app/west.yml
1413
- name: zmk-poor-mans-led-indicator
1514
remote: bluedrink9
1615
revision: main
17-
self:
18-
path: config
16+
self:
17+
path: config

0 commit comments

Comments
 (0)