Skip to content

Commit

Permalink
added zmk-rgbled-widget
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr committed Mar 22, 2024
1 parent 7cf818c commit 5a99f2e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
---
board: [seeeduino_xiao, seeeduino_xiao_ble, seeeduino_xiao_rp2040]
shield: [hammer40]
include:
- board: seeeduino_xiao_ble
shield: hammer40 rgbled_adapter
5 changes: 5 additions & 0 deletions config/boards/shields/hammer40/hammer40.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

# Increasing the transmit power of the keyboard's BLE radio
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Config for https://github.com/caksoylar/zmk-rgbled-widget
CONFIG_RGBLED_WIDGET_INTERVAL_MS=250
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_HIGH=60
CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_CRITICAL=15
5 changes: 5 additions & 0 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: caksoylar
url-base: https://github.com/caksoylar
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: zmk-rgbled-widget
remote: caksoylar
revision: main
self:
path: config

0 comments on commit 5a99f2e

Please sign in to comment.