Skip to content

Commit

Permalink
corne olde
Browse files Browse the repository at this point in the history
  • Loading branch information
EricNeiman committed May 7, 2024
1 parent 08476a2 commit 9903cf2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
#
---
include:
# - board: nice_nano_v2
# shield: corne_left
# - board: nice_nano_v2
# shield: corne_right
- board: nice_nano_v2
shield: corne_left
- board: nice_nano_v2
shield: corne_right
# - board: nice_nano_v2
# shield: lily58_left
# - board: nice_nano_v2
# shield: lily58_right
- board: nice_nano_v2
shield: sofle_left
- board: nice_nano_v2
shield: sofle_right
# - board: nice_nano_v2
# shield: sofle_left
# - board: nice_nano_v2
# shield: sofle_right
- board: nice_nano_v2
shield: settings_reset
9 changes: 8 additions & 1 deletion config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
# CONFIG_WS2812_STRIP=y

# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y
CONFIG_ZMK_WIDGET_WPM_STATUS=y
CONFIG_ZMK_WIDGET_LAYER_STATUS=y
CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y
CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y

CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
CONFIG_ZMK_PM_SOFT_OFF=y

0 comments on commit 9903cf2

Please sign in to comment.