diff --git a/build.yaml b/build.yaml index 7ab5d6a7..665b67b6 100644 --- a/build.yaml +++ b/build.yaml @@ -15,5 +15,6 @@ include: - board: nice_nano_v2 shield: corne_left + snippet: studio-rpc-usb-uart - board: nice_nano_v2 shield: corne_right diff --git a/config/corne.conf b/config/corne.conf index 31485688..a9b96b19 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -6,7 +6,11 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y # Enable eager debouncing CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 -CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10 + +# Enable ZMK Studio for Realtime Keymap Updates +CONFIG_ZMK_STUDIO=y +CONFIG_ZMK_STUDIO_LOCKING=n # Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) # CONFIG_ZMK_USB_LOGGING=y diff --git a/config/corne.keymap b/config/corne.keymap index 9e9811b0..5bb12c49 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -55,5 +55,17 @@ &kp LGUI &trans &kp SPACE &kp RET &trans &kp RALT >; }; + + extra_1 { + status = "reserved"; + }; + + extra_2 { + status = "reserved"; + }; + + extra_3 { + status = "reserved"; + }; }; };