diff options
author | Nick Winans <nick@winans.codes> | 2021-07-15 17:34:00 -0500 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-07-15 18:52:28 -0400 |
commit | edb3ff1bb15cc2ad800010bd2819a9fe4aec548f (patch) | |
tree | 310bb6cf0a9ef9066b3c34e9905dd21a36dea87e /app/boards/arm/nice_nano/Kconfig.defconfig | |
parent | fc014b2506be1e819e4e0c48a7e318f9d7ea6860 (diff) |
feat(boards): Add nice!nano v2
Diffstat (limited to 'app/boards/arm/nice_nano/Kconfig.defconfig')
-rw-r--r-- | app/boards/arm/nice_nano/Kconfig.defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/boards/arm/nice_nano/Kconfig.defconfig b/app/boards/arm/nice_nano/Kconfig.defconfig index 205050a..0728bf0 100644 --- a/app/boards/arm/nice_nano/Kconfig.defconfig +++ b/app/boards/arm/nice_nano/Kconfig.defconfig @@ -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 |