diff --git a/boards/shields/.gitkeep b/boards/shields/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/build.yaml b/build.yaml index 0849aba..4f34ddd 100644 --- a/build.yaml +++ b/build.yaml @@ -20,6 +20,7 @@ --- include: - board: nice_nano_v2 - shield: corne_left + shield: corne_left nice_view_adapter nice_view + snippet: studio-rpc-usb-uart - board: nice_nano_v2 - shield: corne_right + shield: corne_right nice_view_adapter nice_view diff --git a/config/corne.conf b/config/corne.conf index 974243c..33d03a4 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -1,6 +1,17 @@ -# Uncomment the following lines to enable the Corne RGB Underglow -# CONFIG_ZMK_RGB_UNDERGLOW=y -# CONFIG_WS2812_STRIP=y +# Uncomment the following line to enable deep sleep +# CONFIG_ZMK_SLEEP=y + +# Uncomment the following line to increase the keyboard's wireless range +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y + +# Enable eager debouncing +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 +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 -# Uncomment the following line to enable the Corne OLED Display -# CONFIG_ZMK_DISPLAY=y