Browse Source

add license headers to behavior dtsi files

xmkb
Okke Formsma 4 years ago committed by Pete Johanson
parent
commit
6dcd06bd46
  1. 6
      app/dts/behaviors/bluetooth.dtsi
  2. 6
      app/dts/behaviors/ext_power.dtsi
  3. 5
      app/dts/behaviors/key_press.dtsi
  4. 6
      app/dts/behaviors/layer_tap.dtsi
  5. 6
      app/dts/behaviors/mod_tap.dtsi
  6. 6
      app/dts/behaviors/momentary_layer.dtsi
  7. 2
      app/dts/behaviors/none.dtsi
  8. 6
      app/dts/behaviors/outputs.dtsi
  9. 6
      app/dts/behaviors/reset.dtsi
  10. 6
      app/dts/behaviors/rgb_underglow.dtsi
  11. 5
      app/dts/behaviors/sensor_rotate_key_press.dtsi
  12. 6
      app/dts/behaviors/transparent.dtsi

6
app/dts/behaviors/bluetooth.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
bt: behavior_bluetooth {

6
app/dts/behaviors/ext_power.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
ext_power: behavior_ext_power {

5
app/dts/behaviors/key_press.dtsi

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {

6
app/dts/behaviors/layer_tap.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
lt: behavior_layer_tap {

6
app/dts/behaviors/mod_tap.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
mt: behavior_mod_tap {

6
app/dts/behaviors/momentary_layer.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
mo: behavior_momentary_layer {

2
app/dts/behaviors/none.dtsi

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Pete Johanson
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/

6
app/dts/behaviors/outputs.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
out: behavior_outputs {

6
app/dts/behaviors/reset.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <dt-bindings/zmk/reset.h>
/ {

6
app/dts/behaviors/rgb_underglow.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
rgb_ug: behavior_rgb_underglow {

5
app/dts/behaviors/sensor_rotate_key_press.dtsi

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {

6
app/dts/behaviors/transparent.dtsi

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
trans: behavior_transparent {

Loading…
Cancel
Save