feat(boards): Add Glove80 to boards

* Add board definition for MoErgo Glove80
This commit is contained in:
Chris Andreae
2023-11-14 16:08:58 +09:00
committed by GitHub
parent afe65ead9c
commit 2a1904e184
19 changed files with 927 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Copyright (c) 2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on (BOARD_GLOVE80_LH || BOARD_GLOVE80_RH)