Skip to content

Commit

Permalink
Enable Shell Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
instance-id committed Jan 31, 2023
1 parent ff7f3be commit eb46aa1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 7 additions & 1 deletion config/boards/arm/adv360/adv360_left_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ CONFIG_BT_DIS_MANUF="Kinesis Corporation"
CONFIG_LOG=y
CONFIG_ZMK_USB_LOGGING=y


# Enable Shell
CONFIG_SERIAL=y
CONFIG_SHELL=y
CONFIG_SHELL_MINIMAL=y
CONFIG_UART_NATIVE_POSIX=y
CONFIG_NATIVE_UART_0_ON_OWN_PTY=y
CONFIG_ZMK_SHELL_KEY_POSITIONS=y

CONFIG_BUILD_OUTPUT_UF2=y
9 changes: 7 additions & 2 deletions config/boards/arm/adv360/adv360_right_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ CONFIG_USB_DEVICE_MANUFACTURER="Kinesis Corporation"
CONFIG_LOG=y
CONFIG_ZMK_USB_LOGGING=y



# Enable Shell
CONFIG_SERIAL=y
CONFIG_SHELL=y
CONFIG_SHELL_MINIMAL=y
CONFIG_UART_NATIVE_POSIX=y
CONFIG_NATIVE_UART_0_ON_OWN_PTY=y
CONFIG_ZMK_SHELL_KEY_POSITIONS=y


CONFIG_BUILD_OUTPUT_UF2=y

0 comments on commit eb46aa1

Please sign in to comment.