diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-12-08 09:01:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 04:01:56 +1100 |
commit | de92e8b3b02a8bb5440b344b0a270512fc4b514c (patch) | |
tree | 891dca5746cb04bdcc563818894d432465af9b2e /keyboards/idobao/id80/v2/v2.c | |
parent | e4f4e0a3073085fbc4cca52d70ecab27ab90a68e (diff) |
Idobao ID80 V2: Partial Data-Driven Conversion (#19247)
Diffstat (limited to 'keyboards/idobao/id80/v2/v2.c')
-rw-r--r-- | keyboards/idobao/id80/v2/v2.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/idobao/id80/v2/v2.c b/keyboards/idobao/id80/v2/v2.c deleted file mode 100644 index f92f5e0629..0000000000 --- a/keyboards/idobao/id80/v2/v2.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2020 Sergey Vlasov <sigprof@gmail.com> - * - * 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 "v2.h" |