File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 11CONFIG_ZMK_POINTING=y
22CONFIG_ZMK_SLEEP=y
33CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
4+ CONFIG_INDICATOR_LED_WIDGET=y
5+ CONFIG_INDICATOR_LED_SHOW_BLE=y
6+ CONFIG_INDICATOR_LED_SHOW_BATTERY_ON_BOOT=y
Original file line number Diff line number Diff line change 22 kscan0 {
33 wakeup-source;
44 };
5+ leds {
6+ compatible = "gpio-leds";
7+ indicator_led: indicator_led {
8+ gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
9+ label = "User LED";
10+ };
11+ };
12+
13+ aliases {
14+ indicator-led = &indicator_led;
15+ };
516};
617
Original file line number Diff line number Diff line change @@ -4,9 +4,14 @@ manifest:
44 remotes :
55 - name : zmkfirmware
66 url-base : https://github.com/zmkfirmware
7+ - name : bluedrink9
8+ url-base : https://github.com/bluedrink9
79 projects :
810 - name : zmk
911 remote : zmkfirmware
1012 import : app/west.yml
13+ - name : zmk-poor-mans-led-indicator
14+ remote : bluedrink9
15+ revision : main
1116 self :
1217 path : config
You can’t perform that action at this time.
0 commit comments