diff options
author | dztech <moyi4681@users.noreply.github.com> | 2023-03-16 00:53:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 10:53:28 -0600 |
commit | 3eb04fee87f0c07c7e89a5c47455ebec2d0f994f (patch) | |
tree | c86054a21ce0023054fb57d8d5790f14edcfed59 /keyboards/kbdfans/tiger80/tiger80.c | |
parent | 0996bca9e96a598cf7b28b83550cf63aebf12393 (diff) |
add tiger80 iso layout support (#19975)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/kbdfans/tiger80/tiger80.c')
-rw-r--r-- | keyboards/kbdfans/tiger80/tiger80.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/kbdfans/tiger80/tiger80.c b/keyboards/kbdfans/tiger80/tiger80.c deleted file mode 100644 index 8348a142a2..0000000000 --- a/keyboards/kbdfans/tiger80/tiger80.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2022 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 "tiger80.h" |