mirror of https://github.com/zmkfirmware/zmk.git
fix(boards): Disable ZMK_USB for peripherals
This commit is contained in:
parent
4b03fcb709
commit
efbcd3c8f6
|
|
@ -39,7 +39,7 @@ CONFIG_FLASH_MAP=y
|
|||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
||||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM=y
|
||||
|
||||
CONFIG_ZMK_USB=y
|
||||
CONFIG_ZMK_USB=n
|
||||
CONFIG_ZMK_BLE=y
|
||||
|
||||
# enable display drivers
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ CONFIG_FLASH_MAP=y
|
|||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
||||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM=y
|
||||
|
||||
CONFIG_ZMK_USB=y
|
||||
CONFIG_ZMK_USB=n
|
||||
CONFIG_ZMK_BLE=y
|
||||
|
||||
# enable display drivers
|
||||
|
|
|
|||
Loading…
Reference in New Issue