Merge branch 'master' of github.com:danijoo/zmk-config

This commit is contained in:
danijoo
2022-11-20 13:17:56 +01:00
2 changed files with 7 additions and 3 deletions

View File

@@ -14,8 +14,8 @@
--- ---
include: include:
- board: nice_nano_v2 - board: nice_nano_v2
shield: sofle_left nice_view shield: sofle_left nice_view_adapter nice_view
- board: nice_nano_v2 - board: nice_nano_v2
shield: sofle_right nice_view shield: sofle_right nice_view_adapter nice_view
- board: nice_nano_v2 - board: nice_nano_v2
shield: settings_reset shield: settings_reset

View File

@@ -2,7 +2,11 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Uncomment the following line to enable the Sofle OLED Display # Uncomment the following line to enable the Sofle OLED Display
#CONFIG_ZMK_DISPLAY=y CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y
CONFIG_ZMK_WIDGET_LAYER_STATUS=y
CONFIG_ZMK_WIDGET_WPM_STATUS=y
CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
# Uncomment these two lines to add support for encoders # Uncomment these two lines to add support for encoders
CONFIG_EC11=y CONFIG_EC11=y