From 76e67a97f47d40edd621fec60e59094a4e500ef0 Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Mon, 22 Feb 2021 14:04:14 -0800 Subject: 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. --- keyboards/s7_elephant/rev1/rev1.c | 1 - 1 file changed, 1 deletion(-) delete mode 100644 keyboards/s7_elephant/rev1/rev1.c (limited to 'keyboards/s7_elephant/rev1/rev1.c') diff --git a/keyboards/s7_elephant/rev1/rev1.c b/keyboards/s7_elephant/rev1/rev1.c deleted file mode 100644 index 520a869e57..0000000000 --- a/keyboards/s7_elephant/rev1/rev1.c +++ /dev/null @@ -1 +0,0 @@ -#include "rev1.h" -- cgit v1.2.3