* Previous version of multiple overrides of the default value of ZMK_USB were problematic. Move to using board _defconfig files for the defaults for those, along with proper `depends on` for ZMK_USB that accounts for split and split roles.
31 lines
445 B
Text
31 lines
445 B
Text
# Electronut Labs Papyr board configuration
|
|
|
|
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if BOARD_MIKOTO_520
|
|
|
|
config BOARD
|
|
default "mikoto"
|
|
|
|
if USB
|
|
|
|
config USB_NRFX
|
|
default y
|
|
|
|
config USB_DEVICE_STACK
|
|
default y
|
|
|
|
endif # USB
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
config PINMUX
|
|
default y
|
|
|
|
choice BOARD_MIKOTO_CHARGER_CURRENT
|
|
default BOARD_MIKOTO_CHARGER_CURRENT_100MA
|
|
endchoice
|
|
|
|
endif # BOARD_MIKOTO_520
|