File tree Expand file tree Collapse file tree 2 files changed +11
-22
lines changed
Expand file tree Collapse file tree 2 files changed +11
-22
lines changed Original file line number Diff line number Diff line change 2020---
2121include :
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
Original file line number Diff line number Diff line change 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
92CONFIG_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
135CONFIG_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
1912CONFIG_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
You can’t perform that action at this time.
0 commit comments