Skip to content

Commit

Permalink
Set kyria as reset config in order see logs
Browse files Browse the repository at this point in the history
  • Loading branch information
astery committed Jun 23, 2024
1 parent ceb547e commit 792e97b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/kyria.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

CONFIG_ZMK_USB_LOGGING=y
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
# CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

# Make it be a reset
CONFIG_SETTINGS=y
CONFIG_ZMK_SETTINGS_RESET_ON_START=y
# Disable BLE so splits don't try to re-pair until normal firmware is flashed.
CONFIG_ZMK_BLE=n

# Uncomment the following line to enable the Kyria OLED Display
# CONFIG_ZMK_DISPLAY=y
Expand Down

0 comments on commit 792e97b

Please sign in to comment.