diff options
Diffstat (limited to 'keyboards/sentraq')
-rw-r--r-- | keyboards/sentraq/number_pad/number_pad.c | 16 | ||||
-rw-r--r-- | keyboards/sentraq/s60_x/default/default.c | 1 | ||||
-rw-r--r-- | keyboards/sentraq/s60_x/rgb/rgb.c | 1 | ||||
-rw-r--r-- | keyboards/sentraq/s65_plus/s65_plus.c | 1 | ||||
-rw-r--r-- | keyboards/sentraq/s65_x/s65_x.c | 1 |
5 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/sentraq/number_pad/number_pad.c b/keyboards/sentraq/number_pad/number_pad.c deleted file mode 100644 index f323648714..0000000000 --- a/keyboards/sentraq/number_pad/number_pad.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 QMK Community - * - * 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 "number_pad.h" diff --git a/keyboards/sentraq/s60_x/default/default.c b/keyboards/sentraq/s60_x/default/default.c deleted file mode 100644 index 2a5bcfdd6d..0000000000 --- a/keyboards/sentraq/s60_x/default/default.c +++ /dev/null @@ -1 +0,0 @@ -#include "default.h" diff --git a/keyboards/sentraq/s60_x/rgb/rgb.c b/keyboards/sentraq/s60_x/rgb/rgb.c deleted file mode 100644 index 0117e14ae5..0000000000 --- a/keyboards/sentraq/s60_x/rgb/rgb.c +++ /dev/null @@ -1 +0,0 @@ -#include "rgb.h" diff --git a/keyboards/sentraq/s65_plus/s65_plus.c b/keyboards/sentraq/s65_plus/s65_plus.c deleted file mode 100644 index 7b20ee0696..0000000000 --- a/keyboards/sentraq/s65_plus/s65_plus.c +++ /dev/null @@ -1 +0,0 @@ -#include "s65_plus.h" diff --git a/keyboards/sentraq/s65_x/s65_x.c b/keyboards/sentraq/s65_x/s65_x.c deleted file mode 100644 index 09ce310b07..0000000000 --- a/keyboards/sentraq/s65_x/s65_x.c +++ /dev/null @@ -1 +0,0 @@ -#include "s65_x.h" |