File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed
Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11CONFIG_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
54CONFIG_INDICATOR_LED=y
6- CONFIG_INDICATOR_LED_SHOW_BLE=y # BLE 상태 표시 활성화 (advertising 시 깜빡임)
7- # 옵션: 배터리 표시 등도 추가 가능
5+ CONFIG_INDICATOR_LED_SHOW_BLE=y
86CONFIG_INDICATOR_LED_SHOW_CRITICAL_BATTERY_CHANGES=y
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments