feat(boards): Add nice!nano v2
This commit is contained in:
parent
fc014b2506
commit
edb3ff1bb1
8 changed files with 171 additions and 97 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2020 Pete Johanson
|
||||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if BOARD_NICE_NANO
|
||||
if BOARD_NICE_NANO || BOARD_NICE_NANO_V2
|
||||
|
||||
config BOARD
|
||||
default "nice_nano"
|
||||
|
|
@ -28,4 +28,4 @@ config ZMK_USB
|
|||
config ZMK_BATTERY_VOLTAGE_DIVIDER
|
||||
default y
|
||||
|
||||
endif # BOARD_NICE_NANO
|
||||
endif # BOARD_NICE_NANO || BOARD_NICE_NANO_V2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue