Skip to content

Commit 2e1a0ac

Browse files
committed
configure dongle firmware to use matrix transform and bt/usb firmware to integrate ZMK studio with physical layout
1 parent 79c6cd6 commit 2e1a0ac

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

boards/shields/charybdis-bt/charybdis_right.conf

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22
## https://zmk.dev/docs/config/system#split-keyboards
33
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=1
44
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

config/charybdis.conf

-8
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ CONFIG_INPUT=y
3030

3131
## https://zmk.dev/docs/keymaps/behaviors/macros#behavior-queue-limit
3232
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

0 commit comments

Comments
 (0)