Skip to content

Commit

Permalink
Fix issue with build
Browse files Browse the repository at this point in the history
  • Loading branch information
AgiosAndreas committed Nov 16, 2023
1 parent 22c5e0e commit d7cf925
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/boards/arm/mriya/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ config ZMK_SPLIT
config BT_CTLR
default BT

config ZMK_BLE
default y

config ZMK_USB
default y

config ZMK_BATTERY_VOLTAGE_DIVIDER
default y

Expand Down
2 changes: 2 additions & 0 deletions config/boards/arm/mriya/mriya_left_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ CONFIG_BOARD_MRIYA_LEFT=y
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SPLIT_ROLE_CENTRAL=y
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_USB=y
CONFIG_ZMK_BLE=y


# Enable MPU
Expand Down
2 changes: 2 additions & 0 deletions config/boards/arm/mriya/mriya_right_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_MRIYA_RIGHT=y
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_USB=y
CONFIG_ZMK_BLE=y

# Enable MPU
CONFIG_ARM_MPU=y
Expand Down

0 comments on commit d7cf925

Please sign in to comment.