mirror of https://github.com/zmkfirmware/zmk.git
feat(boards): Add Kconfig for nrf52840dongle ZMK board variant (#3284)
This commit is contained in:
parent
e4fb39d4a6
commit
a1aca03aa0
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (c) 2026 The ZMK Contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
config BOARD_NRF52840DONGLE
|
||||||
|
select ZMK_BOARD_COMPAT if BOARD_NRF52840DONGLE_NRF52840_ZMK
|
||||||
Loading…
Reference in New Issue