add license template

This commit is contained in:
DonPavlov 2022-10-20 19:25:57 +00:00
parent ce8bf736ea
commit c56171b631
4 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,4 @@
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC

View file

@ -1,8 +1,8 @@
# BlueHand board configuration
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
# BlueHand board configuration
config BOARD_BLUEHAND
bool "BlueHand"
depends on SOC_NRF52840_QIAA

View file

@ -1,3 +1,4 @@
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
CONFIG_SOC_SERIES_NRF52X=y

View file

@ -1,3 +1,4 @@
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")