We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cac36c commit d2a76b6Copy full SHA for d2a76b6
build.yaml
@@ -23,3 +23,7 @@ include:
23
shield: corne_left nice_view_adapter nice_view
24
- board: nice_nano_v2
25
shield: corne_right nice_view_adapter nice_view
26
+
27
28
29
config/corne.conf
@@ -13,4 +13,10 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
13
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
14
15
# Change board name
16
-CONFIG_ZMK_KEYBOARD_NAME="Corne Keyboard"
+CONFIG_ZMK_KEYBOARD_NAME="Corne Keyboard"
17
18
+# Enable ZMK Studio integration
19
+CONFIG_ZMK_STUDIO=y
20
21
+# Enable USB
22
+CONFIG_ZMK_USB=y
0 commit comments