added copyright/license headers + zmk.yml
This commit is contained in:
parent
2a4ec9fa18
commit
a12e1cd7b7
6 changed files with 23 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
|
# Copyright (c) 2023 The ZMK Contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
if SHIELD_ATREUS42
|
if SHIELD_ATREUS42
|
||||||
|
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "RAH-Atreus42-SS"
|
default "Atreus42"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
|
# Copyright (c) 2023 The ZMK Contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
config SHIELD_ATREUS42
|
config SHIELD_ATREUS42
|
||||||
def_bool $(shields_list_contains,atreus42)
|
def_bool $(shields_list_contains,atreus42)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2020 The ZMK Contributors
|
* Copyright (c) 2023 The ZMK Contributors
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 The ZMK Contributors
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
#include <behaviors.dtsi>
|
#include <behaviors.dtsi>
|
||||||
#include <dt-bindings/zmk/keys.h>
|
#include <dt-bindings/zmk/keys.h>
|
||||||
#include <dt-bindings/zmk/bt.h>
|
#include <dt-bindings/zmk/bt.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2020 The ZMK Contributors
|
* Copyright (c) 2023 The ZMK Contributors
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*/
|
*/
|
||||||
|
|
8
app/boards/shields/atreus42/atreus42.zmk.yml
Normal file
8
app/boards/shields/atreus42/atreus42.zmk.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
file_format: "1"
|
||||||
|
id: atreus42
|
||||||
|
name: Atreus42
|
||||||
|
type: shield
|
||||||
|
url: https://github.com/ralphie02/zmk-config/tree/master/config/boards/shields/atreus42
|
||||||
|
requires: [pro_micro]
|
||||||
|
features:
|
||||||
|
- keys
|
Loading…
Add table
Reference in a new issue