diff --git a/build.yaml b/build.yaml index c6f0f1a..d6eada1 100644 --- a/build.yaml +++ b/build.yaml @@ -19,7 +19,8 @@ # --- include: - - board: nice_nano_v2 - shield: lily58_left - - board: nice_nano_v2 - shield: lily58_right + - board: nice_nano_v2 + shield: lily58_left nice_view_adapter nice_view + snippet: studio-rpc-usb-uart + - board: nice_nano_v2 + shield: lily58_right nice_view_adapter nice_view diff --git a/config/lily58.conf b/config/lily58.conf index 9eea32e..b7ae22b 100644 --- a/config/lily58.conf +++ b/config/lily58.conf @@ -1,6 +1,16 @@ -# Uncomment to enable encoder -# CONFIG_EC11=y -# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y +# Uncomment the following line to enable deep sleep +# CONFIG_ZMK_SLEEP=y -# Uncomment the following line to enable the Lily58 OLED Display -CONFIG_ZMK_DISPLAY=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 \ No newline at end of file diff --git a/config/west.yml b/config/west.yml index b886cbe..8b9a821 100644 --- a/config/west.yml +++ b/config/west.yml @@ -1,13 +1,13 @@ manifest: - remotes: - - name: zmkfirmware - url-base: https://github.com/zmkfirmware - # Additional modules containing boards/shields/custom code can be listed here as well - # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects - projects: - - name: zmk - remote: zmkfirmware - revision: main - import: app/west.yml - self: - path: config + remotes: + - name: zmkfirmware + url-base: https://github.com/zmkfirmware + # Additional modules containing boards/shields/custom code can be listed here as well + # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects + projects: + - name: zmk + remote: zmkfirmware + revision: main + import: app/west.yml + self: + path: config