summaryrefslogtreecommitdiff
path: root/keyboards/bear_65/bear_65.c
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-02-22 14:04:14 -0800
committerGitHub <noreply@github.com>2021-02-22 17:04:14 -0500
commit76e67a97f47d40edd621fec60e59094a4e500ef0 (patch)
tree2de2d5a473cf296f33f8a9d6cc5419984b5737d4 /keyboards/bear_65/bear_65.c
parent6bbec56d097c430728594285bb207867b94878a3 (diff)
Bugfix for Jacky Studio keyboards (#11981)
PR 10528 was intended to move the source for the Bear 65 and S7 Elephant to the new `jacky_studio` vendor directory. Instead of moving the source files, that PR added the source as if they were newly-supported. The result is that the Bear 65 and both revisions of the S7 Elephant have working, identical firmware in two different directories. This commit removes the source from the old directories.
Diffstat (limited to 'keyboards/bear_65/bear_65.c')
-rw-r--r--keyboards/bear_65/bear_65.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/bear_65/bear_65.c b/keyboards/bear_65/bear_65.c
deleted file mode 100644
index a2ae572b82..0000000000
--- a/keyboards/bear_65/bear_65.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright 2020 MudkipMao
- *
- * 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 "bear_65.h"