From e6c7808ec59eaa680c19b7d421969cf986b8d22f Mon Sep 17 00:00:00 2001 From: htx_studio Date: Sat, 3 May 2025 00:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9D=83=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../htx_studio/one_handed_keyboard_ml/config.h | 16 ++++++++++++++++ .../keymaps/default/keymap.c | 15 +++++++++++++++ .../htx_studio/one_handed_keyboard_mr/config.h | 16 ++++++++++++++++ .../keymaps/default/keymap.c | 16 ++++++++++++++++ .../htx_studio/one_handed_keyboard_sl/config.h | 16 ++++++++++++++++ .../keymaps/default/keymap.c | 15 +++++++++++++++ 6 files changed, 94 insertions(+) diff --git a/keyboards/htx_studio/one_handed_keyboard_ml/config.h b/keyboards/htx_studio/one_handed_keyboard_ml/config.h index 5d5752dbf7f..c2a60b2393c 100644 --- a/keyboards/htx_studio/one_handed_keyboard_ml/config.h +++ b/keyboards/htx_studio/one_handed_keyboard_ml/config.h @@ -1,3 +1,19 @@ +/* Copyright 2025 htx-studio (@https://github.com/htx-studio) + * + * 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 #define SPI_DRIVER SPID1 diff --git a/keyboards/htx_studio/one_handed_keyboard_ml/keymaps/default/keymap.c b/keyboards/htx_studio/one_handed_keyboard_ml/keymaps/default/keymap.c index ac7e61346c2..87d0226435b 100644 --- a/keyboards/htx_studio/one_handed_keyboard_ml/keymaps/default/keymap.c +++ b/keyboards/htx_studio/one_handed_keyboard_ml/keymaps/default/keymap.c @@ -1,3 +1,18 @@ +/* Copyright 2025 htx-studio (@https://github.com/htx-studio) + * + * 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 diff --git a/keyboards/htx_studio/one_handed_keyboard_mr/config.h b/keyboards/htx_studio/one_handed_keyboard_mr/config.h index 4c4d55b7903..16d6192182a 100644 --- a/keyboards/htx_studio/one_handed_keyboard_mr/config.h +++ b/keyboards/htx_studio/one_handed_keyboard_mr/config.h @@ -1,3 +1,19 @@ +/* Copyright 2025 htx-studio (@https://github.com/htx-studio) + * + * 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 #define SPI_DRIVER SPID1 diff --git a/keyboards/htx_studio/one_handed_keyboard_mr/keymaps/default/keymap.c b/keyboards/htx_studio/one_handed_keyboard_mr/keymaps/default/keymap.c index fe52b65318c..5205f78bdf0 100644 --- a/keyboards/htx_studio/one_handed_keyboard_mr/keymaps/default/keymap.c +++ b/keyboards/htx_studio/one_handed_keyboard_mr/keymaps/default/keymap.c @@ -1,3 +1,19 @@ +/* Copyright 2025 htx-studio (@https://github.com/htx-studio) + * + * 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 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/htx_studio/one_handed_keyboard_sl/config.h b/keyboards/htx_studio/one_handed_keyboard_sl/config.h index 599ab4f298e..822ccdf4461 100644 --- a/keyboards/htx_studio/one_handed_keyboard_sl/config.h +++ b/keyboards/htx_studio/one_handed_keyboard_sl/config.h @@ -1,3 +1,19 @@ +/* Copyright 2025 htx-studio (@https://github.com/htx-studio) + * + * 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 #define SPI_DRIVER SPID1 diff --git a/keyboards/htx_studio/one_handed_keyboard_sl/keymaps/default/keymap.c b/keyboards/htx_studio/one_handed_keyboard_sl/keymaps/default/keymap.c index e1fc913a039..0986deba026 100644 --- a/keyboards/htx_studio/one_handed_keyboard_sl/keymaps/default/keymap.c +++ b/keyboards/htx_studio/one_handed_keyboard_sl/keymaps/default/keymap.c @@ -1,3 +1,18 @@ +/* Copyright 2025 htx-studio (@https://github.com/htx-studio) + * + * 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