mirror of
https://github.com/litruv/zmk-config.git
synced 2026-07-24 02:36:05 +10:00
refactor: reorganize configuration files and remove unused settings
This commit is contained in:
@@ -24,6 +24,5 @@ include:
|
||||
shield: sofle_right
|
||||
- board: nice_nano_v2
|
||||
shield: sofle_dongle
|
||||
cmake-args: -DCONFIG_FILE=sofle_dongle.conf
|
||||
- board: nice_nano_v2
|
||||
shield: settings_reset
|
||||
@@ -1,3 +1,4 @@
|
||||
# Only enable display and encoders for non-dongle shields
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
|
||||
CONFIG_EC11=y
|
||||
@@ -6,7 +6,6 @@ CONFIG_ZMK_DISPLAY=n
|
||||
|
||||
# Disable encoder for dongle
|
||||
CONFIG_EC11=n
|
||||
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=n
|
||||
|
||||
# Keep other settings
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
|
||||
16
config/sofle_left.conf
Normal file
16
config/sofle_left.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# Configuration for Sofle Left Half
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
|
||||
CONFIG_EC11=y
|
||||
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
|
||||
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
||||
CONFIG_ZMK_WIDGET_WPM_STATUS=y
|
||||
|
||||
# Split configuration
|
||||
CONFIG_ZMK_SPLIT=y
|
||||
CONFIG_ZMK_SPLIT_ROLE_CENTRAL=y
|
||||
16
config/sofle_right.conf
Normal file
16
config/sofle_right.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# Configuration for Sofle Right Half
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
|
||||
CONFIG_EC11=y
|
||||
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
|
||||
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
||||
CONFIG_ZMK_WIDGET_WPM_STATUS=y
|
||||
|
||||
# Split configuration
|
||||
CONFIG_ZMK_SPLIT=y
|
||||
CONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
|
||||
Reference in New Issue
Block a user