diff --git a/build.yaml b/build.yaml index 228498f..32bcddc 100644 --- a/build.yaml +++ b/build.yaml @@ -15,5 +15,6 @@ include: - board: nice_nano_v2 shield: corne_left nice_view_adapter nice_view + snippet: studio-rpc-usb-uart - board: nice_nano_v2 shield: corne_right nice_view_adapter nice_view diff --git a/config/corne.conf b/config/corne.conf index 3148568..a9b96b1 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 3f34278..d0a3650 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -74,5 +74,17 @@ &kp LGUI &kp ESC &kp SPACE AS(RET) &trans &kp TAB >; }; + + extra_1 { + status = "reserved"; + }; + + extra_2 { + status = "reserved"; + }; + + extra_3 { + status = "reserved"; + }; }; };