File tree 3 files changed +16
-9
lines changed
boards/shields/charybdis-bt
3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## ZMK Studio - Move this to config/charybdis.conf when dongle works with ZMK Studio
2
+ ## https://zmk.dev/docs/features/studio
3
+ CONFIG_ZMK_STUDIO=y
4
+ ## https://zmk.dev/docs/config/studio
5
+ CONFIG_ZMK_STUDIO_LOCKING=y
6
+ CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=y
7
+ CONFIG_ZMK_STUDIO_TRANSPORT_BLE_PREF_LATENCY=5
Original file line number Diff line number Diff line change 2
2
## https://zmk.dev/docs/config/system#split-keyboards
3
3
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=1
4
4
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
5
- CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
5
+ CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
6
+
7
+ ## ZMK Studio - Move this to config/charybdis.conf when dongle works with ZMK Studio
8
+ ## https://zmk.dev/docs/features/studio
9
+ CONFIG_ZMK_STUDIO=y
10
+ ## https://zmk.dev/docs/config/studio
11
+ CONFIG_ZMK_STUDIO_LOCKING=y
12
+ CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=y
13
+ CONFIG_ZMK_STUDIO_TRANSPORT_BLE_PREF_LATENCY=5
Original file line number Diff line number Diff line change @@ -30,11 +30,3 @@ CONFIG_INPUT=y
30
30
31
31
## https://zmk.dev/docs/keymaps/behaviors/macros#behavior-queue-limit
32
32
CONFIG_ZMK_BEHAVIORS_QUEUE_SIZE=512
33
-
34
- ## ZMK Studio
35
- ## https://zmk.dev/docs/features/studio
36
- CONFIG_ZMK_STUDIO=y
37
- ## https://zmk.dev/docs/config/studio
38
- CONFIG_ZMK_STUDIO_LOCKING=y
39
- CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=y
40
- CONFIG_ZMK_STUDIO_TRANSPORT_BLE_PREF_LATENCY=5
You can’t perform that action at this time.
0 commit comments