diff --git a/keyboards/enviousdesign/60f/60f.c b/keyboards/enviousdesign/60f/60f.c index 41c3ff7a1a0..e1fd4e7aaa4 100644 --- a/keyboards/enviousdesign/60f/60f.c +++ b/keyboards/enviousdesign/60f/60f.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/60f/60f.h b/keyboards/enviousdesign/60f/60f.h index 86a84c2384d..c7dd93bc33d 100644 --- a/keyboards/enviousdesign/60f/60f.h +++ b/keyboards/enviousdesign/60f/60f.h @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious DesignLAYOUT_60_iso +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/60f/config.h b/keyboards/enviousdesign/60f/config.h index 685aece2f48..fdd12313b16 100644 --- a/keyboards/enviousdesign/60f/config.h +++ b/keyboards/enviousdesign/60f/config.h @@ -1,19 +1,19 @@ -/* -Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ #pragma once diff --git a/keyboards/enviousdesign/60f/keymaps/default/keymap.c b/keyboards/enviousdesign/60f/keymaps/default/keymap.c index bbb4a524221..7c31357a724 100644 --- a/keyboards/enviousdesign/60f/keymaps/default/keymap.c +++ b/keyboards/enviousdesign/60f/keymaps/default/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,10 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include QMK_KEYBOARD_H -//tempoary I guess. -#define RESET KC_NO +#include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* Base */ @@ -29,13 +27,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ), [1] = LAYOUT_60_comb( KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, - QK_BOOT, KC_VOLU, KC_UP, KC_MYCM, RESET, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_INSERT,KC_HOME,KC_PGUP, KC_TRNS, + QK_BOOT, KC_VOLU, KC_UP, KC_MYCM, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_INSERT,KC_HOME,KC_PGUP, KC_TRNS, KC_TRNS, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_DEL, KC_END, KC_PGDN, KC_TRNS, KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS, KC_CALCULATOR,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_APP, KC_TRNS, KC_TRNS ), [2] = LAYOUT_60_comb( KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, - QK_BOOT, KC_VOLU, KC_UP, KC_MYCM, RESET, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_INSERT,KC_HOME,KC_PGUP, KC_TRNS, + QK_BOOT, KC_VOLU, KC_UP, KC_MYCM, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_INSERT,KC_HOME,KC_PGUP, KC_TRNS, KC_TRNS, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_DEL, KC_END, KC_PGDN, KC_TRNS, KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS, KC_CALCULATOR,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_APP, KC_TRNS, KC_TRNS diff --git a/keyboards/enviousdesign/60f/keymaps/via/config.h b/keyboards/enviousdesign/60f/keymaps/via/config.h deleted file mode 100644 index 1660bb1da5b..00000000000 --- a/keyboards/enviousdesign/60f/keymaps/via/config.h +++ /dev/null @@ -1,11 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ - -#pragma once - -#define VIAL_KEYBOARD_UID \ - { 0x96, 0x81, 0x7A, 0x4C, 0xCA, 0xED, 0xA7, 0x6B } - -#define VIAL_UNLOCK_COMBO_ROWS \ - { 0, 2 } -#define VIAL_UNLOCK_COMBO_COLS \ - { 0, 13 } diff --git a/keyboards/enviousdesign/60f/keymaps/via/keymap.c b/keyboards/enviousdesign/60f/keymaps/via/keymap.c index bbb4a524221..7773ca2e6d6 100644 --- a/keyboards/enviousdesign/60f/keymaps/via/keymap.c +++ b/keyboards/enviousdesign/60f/keymaps/via/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,10 +13,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #include QMK_KEYBOARD_H -//tempoary I guess. -#define RESET KC_NO const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* Base */ @@ -29,13 +28,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ), [1] = LAYOUT_60_comb( KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, - QK_BOOT, KC_VOLU, KC_UP, KC_MYCM, RESET, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_INSERT,KC_HOME,KC_PGUP, KC_TRNS, + QK_BOOT, KC_VOLU, KC_UP, KC_MYCM, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_INSERT,KC_HOME,KC_PGUP, KC_TRNS, KC_TRNS, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_DEL, KC_END, KC_PGDN, KC_TRNS, KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS, KC_CALCULATOR,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_APP, KC_TRNS, KC_TRNS ), [2] = LAYOUT_60_comb( KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, - QK_BOOT, KC_VOLU, KC_UP, KC_MYCM, RESET, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_INSERT,KC_HOME,KC_PGUP, KC_TRNS, + QK_BOOT, KC_VOLU, KC_UP, KC_MYCM, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_INSERT,KC_HOME,KC_PGUP, KC_TRNS, KC_TRNS, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_DEL, KC_END, KC_PGDN, KC_TRNS, KC_TRNS, KC_VOLD, KC_TRNS, KC_TRNS, KC_CALCULATOR,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_APP, KC_TRNS, KC_TRNS diff --git a/keyboards/enviousdesign/65m/65m.c b/keyboards/enviousdesign/65m/65m.c index b142f3692ec..bf27d33d93c 100644 --- a/keyboards/enviousdesign/65m/65m.c +++ b/keyboards/enviousdesign/65m/65m.c @@ -1,4 +1,4 @@ -/* Copyright 2021 +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/65m/65m.h b/keyboards/enviousdesign/65m/65m.h index e1e4b4f6f2d..43cfa41195d 100644 --- a/keyboards/enviousdesign/65m/65m.h +++ b/keyboards/enviousdesign/65m/65m.h @@ -1,6 +1,19 @@ -// Copyright 2022 -// SPDX-License-Identifier: GPL-2.0-or-later - +/* Copyright 2022 Adam K (@Envious-Data) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #pragma once #include "quantum.h" diff --git a/keyboards/enviousdesign/65m/config.h b/keyboards/enviousdesign/65m/config.h index 784b0b964f9..873eabc3242 100644 --- a/keyboards/enviousdesign/65m/config.h +++ b/keyboards/enviousdesign/65m/config.h @@ -1,19 +1,18 @@ -/* -Copyright 2021 - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +/* Copyright 2022 Adam K (@Envious-Data) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #pragma once diff --git a/keyboards/enviousdesign/65m/keymaps/default/keymap.c b/keyboards/enviousdesign/65m/keymaps/default/keymap.c index 81f097502dc..1b7a91343e1 100644 --- a/keyboards/enviousdesign/65m/keymaps/default/keymap.c +++ b/keyboards/enviousdesign/65m/keymaps/default/keymap.c @@ -1,5 +1,20 @@ -#include QMK_KEYBOARD_H +/* Copyright 2022 Adam K (@Envious-Data) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#include QMK_KEYBOARD_H // This is unfinished as hecc // Ill sort this out once I get a working 65% kit in my hands diff --git a/keyboards/enviousdesign/mcro/rev1/config.h b/keyboards/enviousdesign/mcro/rev1/config.h index 22db3cfd7e8..2c942c10b30 100644 --- a/keyboards/enviousdesign/mcro/rev1/config.h +++ b/keyboards/enviousdesign/mcro/rev1/config.h @@ -1,19 +1,18 @@ -/* -Copyright 2022 Envious Design - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +/* Copyright 2022 Adam K (@Envious-Data) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #pragma once diff --git a/keyboards/enviousdesign/mcro/rev1/keymaps/default/keymap.c b/keyboards/enviousdesign/mcro/rev1/keymaps/default/keymap.c index 67c07ef4a35..468035aca28 100644 --- a/keyboards/enviousdesign/mcro/rev1/keymaps/default/keymap.c +++ b/keyboards/enviousdesign/mcro/rev1/keymaps/default/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,8 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #include QMK_KEYBOARD_H -//#include "pico_eeprom.h" const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/enviousdesign/mcro/rev1/keymaps/via/config.h b/keyboards/enviousdesign/mcro/rev1/keymaps/via/config.h deleted file mode 100644 index 49122f02603..00000000000 --- a/keyboards/enviousdesign/mcro/rev1/keymaps/via/config.h +++ /dev/null @@ -1,11 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ - -#pragma once - -#define VIAL_KEYBOARD_UID \ - { 0xA4, 0x13, 0x53, 0xAF, 0xD2, 0x3D, 0x62, 0x66 } - -#define VIAL_UNLOCK_COMBO_ROWS \ - { 0, 2 } -#define VIAL_UNLOCK_COMBO_COLS \ - { 0, 13 } diff --git a/keyboards/enviousdesign/mcro/rev1/keymaps/via/keymap.c b/keyboards/enviousdesign/mcro/rev1/keymaps/via/keymap.c index 67c07ef4a35..af06da00a19 100644 --- a/keyboards/enviousdesign/mcro/rev1/keymaps/via/keymap.c +++ b/keyboards/enviousdesign/mcro/rev1/keymaps/via/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,9 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include QMK_KEYBOARD_H -//#include "pico_eeprom.h" +#include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* Base */ diff --git a/keyboards/enviousdesign/mcro/rev1/rev1.c b/keyboards/enviousdesign/mcro/rev1/rev1.c index 5ae15edec8a..78a689c215f 100644 --- a/keyboards/enviousdesign/mcro/rev1/rev1.c +++ b/keyboards/enviousdesign/mcro/rev1/rev1.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/mcro/rev1/rev1.h b/keyboards/enviousdesign/mcro/rev1/rev1.h index 6c9ca3c30d7..365684489ad 100644 --- a/keyboards/enviousdesign/mcro/rev1/rev1.h +++ b/keyboards/enviousdesign/mcro/rev1/rev1.h @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious DesignLAYOUT_60_iso +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/tkl/rev0/config.h b/keyboards/enviousdesign/tkl/rev0/config.h index 6bbd058b4a4..db3b2a30a67 100644 --- a/keyboards/enviousdesign/tkl/rev0/config.h +++ b/keyboards/enviousdesign/tkl/rev0/config.h @@ -1,19 +1,18 @@ -/* -Copyright 2022 Envious Design - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +/* Copyright 2022 Adam K (@Envious-Data) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #pragma once diff --git a/keyboards/enviousdesign/tkl/rev0/keymaps/default/keymap.c b/keyboards/enviousdesign/tkl/rev0/keymaps/default/keymap.c index ed4384df143..9a998b11dd3 100644 --- a/keyboards/enviousdesign/tkl/rev0/keymaps/default/keymap.c +++ b/keyboards/enviousdesign/tkl/rev0/keymaps/default/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/enviousdesign/tkl/rev0/rev0.c b/keyboards/enviousdesign/tkl/rev0/rev0.c index dbd40c7cb12..8205c384ef3 100644 --- a/keyboards/enviousdesign/tkl/rev0/rev0.c +++ b/keyboards/enviousdesign/tkl/rev0/rev0.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/tkl/rev0/rev0.h b/keyboards/enviousdesign/tkl/rev0/rev0.h index 7655ad749d0..5c440438943 100644 --- a/keyboards/enviousdesign/tkl/rev0/rev0.h +++ b/keyboards/enviousdesign/tkl/rev0/rev0.h @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/tkl/rev1/config.h b/keyboards/enviousdesign/tkl/rev1/config.h index 7578c6f8fa7..7e1dc70e4ff 100644 --- a/keyboards/enviousdesign/tkl/rev1/config.h +++ b/keyboards/enviousdesign/tkl/rev1/config.h @@ -1,19 +1,19 @@ -/* -Copyright 2022 Envious Design - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +/* Copyright 2022 Adam K (@Envious-Data) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #pragma once diff --git a/keyboards/enviousdesign/tkl/rev1/keymaps/default/keymap.c b/keyboards/enviousdesign/tkl/rev1/keymaps/default/keymap.c index 95e21a55340..515bfe629af 100644 --- a/keyboards/enviousdesign/tkl/rev1/keymaps/default/keymap.c +++ b/keyboards/enviousdesign/tkl/rev1/keymaps/default/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/enviousdesign/tkl/rev1/keymaps/via/config.h b/keyboards/enviousdesign/tkl/rev1/keymaps/via/config.h deleted file mode 100644 index 2e1a7f39300..00000000000 --- a/keyboards/enviousdesign/tkl/rev1/keymaps/via/config.h +++ /dev/null @@ -1,11 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ - -#pragma once - -#define VIAL_KEYBOARD_UID \ - { 0xC3, 0x73, 0xA9, 0xCA, 0xD8, 0x79, 0xAF, 0xC5 } - -#define VIAL_UNLOCK_COMBO_ROWS \ - { 0, 2 } -#define VIAL_UNLOCK_COMBO_COLS \ - { 0, 13 } diff --git a/keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c b/keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c index 95e21a55340..515bfe629af 100644 --- a/keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c +++ b/keyboards/enviousdesign/tkl/rev1/keymaps/via/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/enviousdesign/tkl/rev1/rev1.c b/keyboards/enviousdesign/tkl/rev1/rev1.c index b8a62a6431e..bf27d33d93c 100644 --- a/keyboards/enviousdesign/tkl/rev1/rev1.c +++ b/keyboards/enviousdesign/tkl/rev1/rev1.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/tkl/rev1/rev1.h b/keyboards/enviousdesign/tkl/rev1/rev1.h index 41658462938..a9d079e5b5d 100644 --- a/keyboards/enviousdesign/tkl/rev1/rev1.h +++ b/keyboards/enviousdesign/tkl/rev1/rev1.h @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/enviousdesign/tkl/rgb/config.h b/keyboards/enviousdesign/tkl/rgb/config.h index 504bed21ee9..c7c138048ff 100644 --- a/keyboards/enviousdesign/tkl/rgb/config.h +++ b/keyboards/enviousdesign/tkl/rgb/config.h @@ -1,19 +1,19 @@ -/* -Copyright 2022 Envious Design - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ +/* Copyright 2022 Adam K (@Envious-Data) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #pragma once diff --git a/keyboards/enviousdesign/tkl/rgb/keymaps/default/keymap.c b/keyboards/enviousdesign/tkl/rgb/keymaps/default/keymap.c index 4d177413a7d..5b1dcfb4445 100644 --- a/keyboards/enviousdesign/tkl/rgb/keymaps/default/keymap.c +++ b/keyboards/enviousdesign/tkl/rgb/keymaps/default/keymap.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #include QMK_KEYBOARD_H //#include "pico_eeprom.h" #include "print.h" diff --git a/keyboards/enviousdesign/tkl/rgb/rgb.c b/keyboards/enviousdesign/tkl/rgb/rgb.c index 1b6d8b8b6f7..b0b9fdb784a 100644 --- a/keyboards/enviousdesign/tkl/rgb/rgb.c +++ b/keyboards/enviousdesign/tkl/rgb/rgb.c @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + #include "rgb.h" #ifdef RGB_MATRIX_ENABLE diff --git a/keyboards/enviousdesign/tkl/rgb/rgb.h b/keyboards/enviousdesign/tkl/rgb/rgb.h index c4b17644af5..698200dba04 100644 --- a/keyboards/enviousdesign/tkl/rgb/rgb.h +++ b/keyboards/enviousdesign/tkl/rgb/rgb.h @@ -1,4 +1,4 @@ -/* Copyright 2022 Envious Design +/* Copyright 2022 Adam K (@Envious-Data) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by