commit 6830bc317d6f22c1c29249b4e6da546331cab277 parent b927b83ba3569f23d09d4aedc4fb6743c2f9cb90 Author: Chris <chris@echoz.io> Date: Thu, 11 Dec 2025 07:23:17 +0100 fix: don't reset settings Diffstat:
| M | build.yaml | | | 4 | ++-- |
| M | config/helix.conf | | | 1 | - |
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.yaml b/build.yaml @@ -20,6 +20,6 @@ --- include: - board: nice_nano@2.0.0 - shield: nice_view_adapter nice_view helix_left + shield: helix_left nice_view_adapter nice_view - board: nice_nano@2.0.0 - shield: nice_view_adapter nice_view helix_right + shield: helix_right nice_view_adapter nice_view diff --git a/config/helix.conf b/config/helix.conf @@ -1,3 +1,2 @@ CONFIG_ZMK_KEYBOARD_NAME="FelixKeeb" CONFIG_ZMK_DISPLAY=y -CONFIG_ZMK_SETTINGS_RESET_ON_START=y