feat(boards): Add Mikoto board
* Supports selecting from several possible charge currents Co-authored-by: Pete Johanson <peter@peterjohanson.com>
This commit is contained in:
parent
944f931704
commit
f2e0642291
11 changed files with 363 additions and 0 deletions
8
app/boards/arm/mikoto/Kconfig.board
Normal file
8
app/boards/arm/mikoto/Kconfig.board
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# mikoto board configuration
|
||||
|
||||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config BOARD_MIKOTO_520
|
||||
bool "mikoto_520"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
Loading…
Add table
Add a link
Reference in a new issue