diff options
author | spbgzh <72414103+spbgzh@users.noreply.github.com> | 2023-01-18 11:54:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 00:54:20 -0800 |
commit | e6ec2bde07368e7d69b424fde7c6804307ac02f2 (patch) | |
tree | 0629eb49e907d8647e05d9210d7da5f304de1ec4 /keyboards/wuque/tata80/wkl/wkl.c | |
parent | f5a31fdda62bef7883020acca2263f03700bf2eb (diff) |
[Keyboard] Add tata80 (#19445)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/wuque/tata80/wkl/wkl.c')
-rw-r--r-- | keyboards/wuque/tata80/wkl/wkl.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/wuque/tata80/wkl/wkl.c b/keyboards/wuque/tata80/wkl/wkl.c new file mode 100644 index 0000000000..23811762d1 --- /dev/null +++ b/keyboards/wuque/tata80/wkl/wkl.c @@ -0,0 +1,17 @@ +/* Copyright 2022 wuque + * + * 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 "wkl.h" + |