diff options
Diffstat (limited to 'keyboards/exclusive')
-rw-r--r-- | keyboards/exclusive/e65/e65.c | 17 | ||||
-rw-r--r-- | keyboards/exclusive/e6v2/le/le.c | 1 | ||||
-rw-r--r-- | keyboards/exclusive/e6v2/le_bmc/le_bmc.c | 17 | ||||
-rw-r--r-- | keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c | 17 | ||||
-rw-r--r-- | keyboards/exclusive/e7v1/e7v1.c | 1 | ||||
-rw-r--r-- | keyboards/exclusive/e7v1se/e7v1se.c | 17 |
6 files changed, 0 insertions, 70 deletions
diff --git a/keyboards/exclusive/e65/e65.c b/keyboards/exclusive/e65/e65.c deleted file mode 100644 index feb0e65438..0000000000 --- a/keyboards/exclusive/e65/e65.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2019 Brice Figureau - * - * 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 "e65.h" diff --git a/keyboards/exclusive/e6v2/le/le.c b/keyboards/exclusive/e6v2/le/le.c deleted file mode 100644 index dd973feec5..0000000000 --- a/keyboards/exclusive/e6v2/le/le.c +++ /dev/null @@ -1 +0,0 @@ -#include "le.h" diff --git a/keyboards/exclusive/e6v2/le_bmc/le_bmc.c b/keyboards/exclusive/e6v2/le_bmc/le_bmc.c deleted file mode 100644 index e36cfd645d..0000000000 --- a/keyboards/exclusive/e6v2/le_bmc/le_bmc.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2018 amnesia0287 - * - * 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 "le_bmc.h" diff --git a/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c b/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c deleted file mode 100644 index 10dd1a26ed..0000000000 --- a/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2019 MechMerlin - * - * 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 "oe_bmc.h" diff --git a/keyboards/exclusive/e7v1/e7v1.c b/keyboards/exclusive/e7v1/e7v1.c deleted file mode 100644 index 880121f4f0..0000000000 --- a/keyboards/exclusive/e7v1/e7v1.c +++ /dev/null @@ -1 +0,0 @@ -#include "e7v1.h" diff --git a/keyboards/exclusive/e7v1se/e7v1se.c b/keyboards/exclusive/e7v1se/e7v1se.c deleted file mode 100644 index 69248f01d4..0000000000 --- a/keyboards/exclusive/e7v1se/e7v1se.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2019 Bart Riemens - * - * 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 "e7v1se.h" |