diff --git a/zmk-config/config/boards/shields/ownkb/Kconfig.defconfig b/zmk-config/config/boards/shields/ownkb/Kconfig.defconfig index 65f95d8..a59b2b6 100644 --- a/zmk-config/config/boards/shields/ownkb/Kconfig.defconfig +++ b/zmk-config/config/boards/shields/ownkb/Kconfig.defconfig @@ -16,6 +16,4 @@ if SHIELD_OWNKB_LEFT || SHIELD_OWNKB_RIGHT config ZMK_SPLIT default y -# TODO add support for normal OLED - endif diff --git a/zmk-config/config/boards/shields/ownkb/ownkb.conf b/zmk-config/config/boards/shields/ownkb/ownkb.conf index f727433..7ede0fb 100644 --- a/zmk-config/config/boards/shields/ownkb/ownkb.conf +++ b/zmk-config/config/boards/shields/ownkb/ownkb.conf @@ -1,14 +1,11 @@ # Copyright (c) 2023 The ZMK Contributors # SPDX-License-Identifier: MIT -# Uncomment the following line to enable the Sofle OLED Display -# CONFIG_ZMK_DISPLAY=y -# CONFIG_ZMK_DISPLAY=y -# CONFIG_ZMK_WIDGET_LAYER_STATUS=y -# CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y -# CONFIG_ZMK_WIDGET_WPM_STATUS=n -#CONFIG_ZMK_WIDGET_PERIPHERAL_STATUS=y - # Uncomment these two lines to add support for encoders # CONFIG_EC11=y # CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y + +# Uncomment these 3 lines to use default zmk view 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 \ No newline at end of file diff --git a/zmk-config/config/boards/shields/ownkb/ownkb.zmk.yml b/zmk-config/config/boards/shields/ownkb/ownkb.zmk.yml index 1214959..913071d 100644 --- a/zmk-config/config/boards/shields/ownkb/ownkb.zmk.yml +++ b/zmk-config/config/boards/shields/ownkb/ownkb.zmk.yml @@ -6,7 +6,6 @@ url: https://github.com/dnlbauer/splitkeyboard requires: [pro_micro] features: - keys -# - display TODO remove? # - encoder TODO use siblings: - ownkb_left diff --git a/zmk-config/config/ownkb.conf b/zmk-config/config/ownkb.conf deleted file mode 100644 index e599a70..0000000 --- a/zmk-config/config/ownkb.conf +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (c) 2020 Ryan Cross -# SPDX-License-Identifier: MIT - -# Uncomment the following line to enable the Sofle OLED Display -# CONFIG_ZMK_DISPLAY=y -# CONFIG_ZMK_WIDGET_LAYER_STATUS=y -# CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y -# CONFIG_ZMK_WIDGET_WPM_STATUS=n -#CONFIG_ZMK_WIDGET_PERIPHERAL_STATUS=y -# Uncomment these two lines to add support for encoders -CONFIG_EC11=y -CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y -CONFIG_ZMK_KEYBOARD_NAME="test" - -CONFIG_ZMK_IDLE_TIMEOUT=30000 -#CONFIG_ZMK_SLEEP=y -#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 \ No newline at end of file