Skip to content

Commit d801794

Browse files
fix: update build.yaml to include 'nice_view' shield for both left and right boards
1 parent 50368d2 commit d801794

File tree

2 files changed

+11
-22
lines changed

2 files changed

+11
-22
lines changed

build.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
---
2121
include:
2222
- board: nice_nano_v2
23-
shield: corne_left nice_view_adapter
24-
cmake-args:
25-
- -DCONFIG_ZMK_STUDIO=y
26-
- -DCONFIG_ZMK_USB=y
23+
shield: corne_left nice_view_adapter nice_view
2724
snippet: studio-rpc-usb-uart
28-
artifact-name: corne_left
2925
- board: nice_nano_v2
30-
shield: corne_right nice_view_adapter
31-
artifact-name: corne_right
26+
shield: corne_right nice_view_adapter nice_view

config/corne.conf

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
# Uncomment the following lines to enable the Corne RGB Underglow
2-
# CONFIG_ZMK_RGB_UNDERGLOW=y
3-
# CONFIG_WS2812_STRIP=y
4-
5-
# Uncomment the following line to enable the Corne OLED Display
6-
# CONFIG_ZMK_DISPLAY=y
7-
8-
# Set deep sleep to 30 minutes (30000 ms)
1+
# Uncomment the following line to enable deep sleep
92
CONFIG_ZMK_SLEEP=y
10-
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
113

12-
# Make Bluetooth stronger
4+
# Uncomment the following line to increase the keyboard's wireless range
135
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
146

15-
# Change board name
16-
CONFIG_ZMK_KEYBOARD_NAME="CorneKeyboard"
7+
# Enable eager debouncing
8+
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
9+
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10
1710

18-
# Enable ZMK Studio integration
11+
# Enable ZMK Studio for Realtime Keymap Updates
1912
CONFIG_ZMK_STUDIO=y
13+
CONFIG_ZMK_STUDIO_LOCKING=n
2014

21-
# Enable USB
22-
CONFIG_ZMK_USB=y
15+
# Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use)
16+
# CONFIG_ZMK_USB_LOGGING=y

0 commit comments

Comments
 (0)