summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive/e85/e85.c
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-09-01 14:45:25 -0700
committerGitHub <noreply@github.com>2020-09-01 14:45:25 -0700
commitf145696dad27893b11213b314797711541431a9f (patch)
tree7f32919892af943655d9eb8573d39f36c093adac /keyboards/exclusive/e85/e85.c
parent7fe01239ddfa87a0fe7ba26e659972f1040bffc6 (diff)
E85 Hotswap/Soldered Fixes (#10173)
* split up the e85 into hotswap and soldered variants * remove layout_all LAYOUT macro for hotswap pcb * add copyright header to to all config files * remove list of alternate bootloaders * spruce up config file * comply with PR check list * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/rules.mk * Update keyboards/exclusive/e85/config.h * Update keyboards/exclusive/e85/hotswap/config.h * Update keyboards/exclusive/e85/soldered/config.h * remove LAYOUT_all in hotswap and also remove superfluous comments * remove the soldered tsangan map
Diffstat (limited to 'keyboards/exclusive/e85/e85.c')
-rw-r--r--keyboards/exclusive/e85/e85.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/exclusive/e85/e85.c b/keyboards/exclusive/e85/e85.c
deleted file mode 100644
index 20cd0e03f5..0000000000
--- a/keyboards/exclusive/e85/e85.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright 2020 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 "e85.h"