keymap: Colemak UML layer with arrows, BT combos, fix BLE/settings config
/ build (push) Has been cancelled
/ build (push) Has been cancelled
- UML layer: arrows on T(↑) C(←) D(↓) V(→), ALT on Enter - BT profile switching via combos: CTRL+Q/W/F/P → profiles 1-4 - Explicit CONFIG_ZMK_BLE, CONFIG_FLASH, CONFIG_NVS, CONFIG_SETTINGS_NVS - Board name: seeeduino_xiao_ble → xiao_ble - Add .gitignore, AGENTS.md (build docs), BINDINGS.md (keymap ref)
This commit is contained in:
+16
-1
@@ -1 +1,16 @@
|
||||
CONFIG_ZMK_USB_LOGGING=n
|
||||
CONFIG_ZMK_USB_LOGGING=n
|
||||
|
||||
# Explicitly enable BLE (needed for xiao_ble)
|
||||
CONFIG_ZMK_BLE=y
|
||||
|
||||
# Settings storage (board defconfig not reliably applied)
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
CONFIG_NVS=y
|
||||
CONFIG_SETTINGS_NVS=y
|
||||
|
||||
# Erst nach 10 Min Inaktivität schlafen
|
||||
CONFIG_ZMK_IDLE_TIMEOUT=3600000
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
|
||||
|
||||
Reference in New Issue
Block a user