diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-17 14:02:04 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 14:02:04 +1100 |
commit | 02ccc50e6085a9d0a4f38f252960e2d14ffe4d1f (patch) | |
tree | 8a35e27d2eaeec9d37e775d4ba167117ca250d6d /keyboards/lazydesigners | |
parent | c7f58145fb8cf5ea4337a1bb0439111fe2ce65f0 (diff) |
Remove more empty headers (#20155)
Diffstat (limited to 'keyboards/lazydesigners')
-rw-r--r-- | keyboards/lazydesigners/bolt/bolt.c | 1 | ||||
-rwxr-xr-x | keyboards/lazydesigners/cassette8/cassette8.c | 17 | ||||
-rw-r--r-- | keyboards/lazydesigners/dimple/ortho/ortho.c | 15 | ||||
-rw-r--r-- | keyboards/lazydesigners/dimpleplus/dimpleplus.c | 1 | ||||
-rw-r--r-- | keyboards/lazydesigners/the30/the30.c | 16 | ||||
-rw-r--r-- | keyboards/lazydesigners/the40/the40.c | 14 | ||||
-rwxr-xr-x | keyboards/lazydesigners/the60/rev1/rev1.c | 2 | ||||
-rwxr-xr-x | keyboards/lazydesigners/the60/rev2/rev2.c | 1 |
8 files changed, 0 insertions, 67 deletions
diff --git a/keyboards/lazydesigners/bolt/bolt.c b/keyboards/lazydesigners/bolt/bolt.c deleted file mode 100644 index 074d6bfd5a..0000000000 --- a/keyboards/lazydesigners/bolt/bolt.c +++ /dev/null @@ -1 +0,0 @@ -#include "bolt.h" diff --git a/keyboards/lazydesigners/cassette8/cassette8.c b/keyboards/lazydesigners/cassette8/cassette8.c deleted file mode 100755 index a36de6d7a6..0000000000 --- a/keyboards/lazydesigners/cassette8/cassette8.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2021 LAZYDESIGNERS - * - * 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 "cassette8.h" diff --git a/keyboards/lazydesigners/dimple/ortho/ortho.c b/keyboards/lazydesigners/dimple/ortho/ortho.c deleted file mode 100644 index da76fde176..0000000000 --- a/keyboards/lazydesigners/dimple/ortho/ortho.c +++ /dev/null @@ -1,15 +0,0 @@ -/* - Copyright 2021 LAZYDESIGNERS - 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 "ortho.h" diff --git a/keyboards/lazydesigners/dimpleplus/dimpleplus.c b/keyboards/lazydesigners/dimpleplus/dimpleplus.c deleted file mode 100644 index 36eed8cc13..0000000000 --- a/keyboards/lazydesigners/dimpleplus/dimpleplus.c +++ /dev/null @@ -1 +0,0 @@ -#include "dimpleplus.h" diff --git a/keyboards/lazydesigners/the30/the30.c b/keyboards/lazydesigners/the30/the30.c deleted file mode 100644 index c41e16dc08..0000000000 --- a/keyboards/lazydesigners/the30/the30.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 Erovia - * - * 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 "the30.h" diff --git a/keyboards/lazydesigners/the40/the40.c b/keyboards/lazydesigners/the40/the40.c deleted file mode 100644 index cd1a22a9c3..0000000000 --- a/keyboards/lazydesigners/the40/the40.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - Copyright 2020 LAZYDESIGNERS - 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 "the40.h" diff --git a/keyboards/lazydesigners/the60/rev1/rev1.c b/keyboards/lazydesigners/the60/rev1/rev1.c deleted file mode 100755 index 1b6fbd7c2d..0000000000 --- a/keyboards/lazydesigners/the60/rev1/rev1.c +++ /dev/null @@ -1,2 +0,0 @@ -#include "rev1.h" - diff --git a/keyboards/lazydesigners/the60/rev2/rev2.c b/keyboards/lazydesigners/the60/rev2/rev2.c deleted file mode 100755 index b1af81707d..0000000000 --- a/keyboards/lazydesigners/the60/rev2/rev2.c +++ /dev/null @@ -1 +0,0 @@ -#include "rev2.h" |