diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2021-10-05 09:16:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 18:16:47 -0700 |
commit | b441efbdf64d30031854c68a9c76376b38339b1e (patch) | |
tree | b810d4eaa716c6440c4fd7b7336245350e833239 /keyboards/dztech/duo_s/duo_s.c | |
parent | 27d9579fd52b56dd4aa65e14a604ae4eb51386f3 (diff) |
[Keyboard] add dztech duo_s keyboard (#14625)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/dztech/duo_s/duo_s.c')
-rw-r--r-- | keyboards/dztech/duo_s/duo_s.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/dztech/duo_s/duo_s.c b/keyboards/dztech/duo_s/duo_s.c new file mode 100644 index 0000000000..ca64b1ff56 --- /dev/null +++ b/keyboards/dztech/duo_s/duo_s.c @@ -0,0 +1,16 @@ +/* Copyright 2021 DZTECH <moyi4681@live.cn> + * + * 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 <http://www.gnu.org/licenses/>. + */ +#include "duo_s.h" |