zmk-config

FelixKeeb ZMK firmware
git clone https://git.echoz.io/zmk-config.git
Log | Files | Refs

commit 240a1af20d61f93cdd32b8919ad5ea4fb9f23a64
parent 7dd624a1e98606163e53ccc4d77d118f81c86226
Author: Chris <chris@echoz.io>
Date:   Sun, 21 Dec 2025 15:18:42 +0100

fix: typo

Diffstat:
Mconfig/helix.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/helix.conf b/config/helix.conf @@ -1,3 +1,3 @@ CONFIG_ZMK_KEYBOARD_NAME="FelixKeeb" CONFIG_ZMK_DISPLAY=y -CONFIG_ZMK_BATERY_REPORTING=y +CONFIG_ZMK_BATTERY_REPORTING=y