add license template
This commit is contained in:
parent
ce8bf736ea
commit
c56171b631
4 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# Copyright (c) 2022 The ZMK Contributors
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
config BOARD_ENABLE_DCDC
|
config BOARD_ENABLE_DCDC
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# BlueHand board configuration
|
|
||||||
|
|
||||||
# Copyright (c) 2022 The ZMK Contributors
|
# Copyright (c) 2022 The ZMK Contributors
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
# BlueHand board configuration
|
||||||
|
|
||||||
config BOARD_BLUEHAND
|
config BOARD_BLUEHAND
|
||||||
bool "BlueHand"
|
bool "BlueHand"
|
||||||
depends on SOC_NRF52840_QIAA
|
depends on SOC_NRF52840_QIAA
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Copyright (c) 2022 The ZMK Contributors
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF52X=y
|
CONFIG_SOC_SERIES_NRF52X=y
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Copyright (c) 2022 The ZMK Contributors
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
||||||
|
|
Loading…
Add table
Reference in a new issue