Skip to content

Commit

Permalink
support dongle
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 committed Jan 11, 2025
1 parent 9ed5822 commit 0c87db8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions boards/arm/eyelash_sofle/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on (BOARD_EYELASH_SOFLE_LEFT || BOARD_EYELASH_SOFLE_RIGHT)
depends on (BOARD_EYELASH_SOFLE_DONGLE || BOARD_EYELASH_SOFLE_LEFT || BOARD_EYELASH_SOFLE_RIGHT)

config BOARD_ENABLE_DCDC_HV
bool "Enable High Voltage DCDC converter"
default y
select SOC_DCDC_NRF52X_HV
depends on (BOARD_EYELASH_SOFLE_LEFT || BOARD_EYELASH_SOFLE_RIGHT)
depends on (BOARD_EYELASH_SOFLE_DONGLE || BOARD_EYELASH_SOFLE_LEFT || BOARD_EYELASH_SOFLE_RIGHT)

config ZMK_SPLIT
default y

config BT_CTLR
default BT
default USB

if USB

Expand Down
4 changes: 2 additions & 2 deletions boards/arm/eyelash_sofle/eyelash_sofle_dongle_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_ZMK_MOUSE=y

# 3 profiles (n+2)
CONFIG_BT_MAX_CONN=5
CONFIG_BT_MAX_PAIRED=5
CONFIG_BT_MAX_CONN=6
CONFIG_BT_MAX_PAIRED=6

# dongle mode
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2
Expand Down

0 comments on commit 0c87db8

Please sign in to comment.