diff --git a/config/boards/shields/corax56/Kconfig.defconfig b/config/boards/shields/corax56/Kconfig.defconfig index a9163e1..186d084 100644 --- a/config/boards/shields/corax56/Kconfig.defconfig +++ b/config/boards/shields/corax56/Kconfig.defconfig @@ -5,7 +5,6 @@ config ZMK_KEYBOARD_NAME config ZMK_SPLIT_ROLE_CENTRAL default y - endif if SHIELD_CORAX56_LEFT || SHIELD_CORAX56_RIGHT diff --git a/config/corax56.conf b/config/corax56.conf index 3494138..e85548a 100644 --- a/config/corax56.conf +++ b/config/corax56.conf @@ -1,17 +1,28 @@ -# Uncomment these two lines to add support for encoders + +CONFIG_ZMK_KEYBOARD_NAME="Corax56" + +# Uncomment these lines to add support for encoders CONFIG_EC11=y CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y -CONFIG_ZMK_KEYBOARD_NAME="Corax56" +# Uncomment these lines to add display support +CONFIG_ZMK_DISPLAY=y +CONFIG_NICE_VIEW_WIDGET_STATUS=y + +# Uncomment to use the default display wiget instead of the Nice!Nano wiget +#CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y +#CONFIG_ZMK_LV_FONT_DEFAULT_SMALL_MONTSERRAT_26=y +#CONFIG_LV_FONT_DEFAULT_MONTSERRAT_26=y + CONFIG_ZMK_IDLE_TIMEOUT=30000 #CONFIG_ZMK_SLEEP=y #CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000 -# Incr. bluetooth power +# Increase bluetooth power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y -# enforce windows to show battery +# enforce windows to show keyboard battery CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=y CONFIG_ZMK_EXT_POWER=y \ No newline at end of file