Update copyright informations

This commit is contained in:
Choi Byungyoon 2025-07-20 14:59:01 +09:00
parent e4769795f4
commit 40107ae12b
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
/* Copyright 2024 byungyoonc
*
* 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 3 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 <http://www.gnu.org/licenses/>.
*/
#pragma once #pragma once
#define MATRIX_ROWS 4 #define MATRIX_ROWS 4

View File

@ -1,3 +1,6 @@
// Copyright 2023 Dasky (@daskygit), 2024 Choi Byungyoon (@byungyoonc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once #pragma once
#include <stdbool.h> #include <stdbool.h>

View File

@ -1,4 +1,4 @@
// Copyright 2023 QMK // Copyright 2025 byungyoonc
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H #include QMK_KEYBOARD_H

View File

@ -4,7 +4,8 @@
TrueStrike42 is a columnar staggered unibody split Hall effect keyboard designed to maximize performance and minimize finger fatigue. TrueStrike42 is a columnar staggered unibody split Hall effect keyboard designed to maximize performance and minimize finger fatigue.
Hall effect part of this firmware code is a modified version of Cipulot's code. Hall effect part of this firmware code is a derivative work of Cipulot's code.
OLED display part of this firmware code is a derivative work of Dasky's code.
* Keyboard Maintainer: [byungyoonc](https://github.com/byungyoonc) * Keyboard Maintainer: [byungyoonc](https://github.com/byungyoonc)
* Hardware Supported: RP2040 development boards with Pro Micro pin layout * Hardware Supported: RP2040 development boards with Pro Micro pin layout