Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
---
include:
- board: nice_nano_v2
shield: corne_left
shield: corne_left nice_view_adapter nice_view
- board: nice_nano_v2
shield: corne_right
shield: corne_right nice_view_adapter nice_view
12 changes: 10 additions & 2 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
# CONFIG_ZMK_RGB_UNDERGLOW=y
# CONFIG_WS2812_STRIP=y

# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y
# Enable nice!view display
CONFIG_ZMK_DISPLAY=y

# Use ZMK built-in status screen (supports WPM widget)
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y
CONFIG_ZMK_LV_FONT_DEFAULT_SMALL_MONTSERRAT_26=y
CONFIG_LV_FONT_DEFAULT_MONTSERRAT_26=y

# Enable WPM widget
CONFIG_ZMK_WIDGET_WPM_STATUS=y
Loading