summaryrefslogtreecommitdiff
path: root/keyboards/kprepublic/bm60rgb/rev1
diff options
context:
space:
mode:
authorSergey Vlasov <sigprof@gmail.com>2021-11-06 16:07:53 +0300
committerGitHub <noreply@github.com>2021-11-06 13:07:53 +0000
commite0a64c80726f100c1e8708995a1d96dca37dff31 (patch)
tree79cea2544af26b5bee2afeedea88a61b16cc1881 /keyboards/kprepublic/bm60rgb/rev1
parentd2ed21c36a43fec45fe0509f4686793a074c842d (diff)
Fixup broken build after #15040 (#15073)
Rename keyboard files after moving them into revision directories.
Diffstat (limited to 'keyboards/kprepublic/bm60rgb/rev1')
-rw-r--r--keyboards/kprepublic/bm60rgb/rev1/rev1.c (renamed from keyboards/kprepublic/bm60rgb/rev1/bm60rgb.c)2
-rw-r--r--keyboards/kprepublic/bm60rgb/rev1/rev1.h (renamed from keyboards/kprepublic/bm60rgb/rev1/bm60rgb.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.c b/keyboards/kprepublic/bm60rgb/rev1/rev1.c
index 1b4840934f..352118c1b1 100644
--- a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.c
+++ b/keyboards/kprepublic/bm60rgb/rev1/rev1.c
@@ -13,7 +13,7 @@
* 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 "bm60rgb.h"
+#include "rev1.h"
led_config_t g_led_config = { {
{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 },
diff --git a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.h b/keyboards/kprepublic/bm60rgb/rev1/rev1.h
index b648660d25..b648660d25 100644
--- a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.h
+++ b/keyboards/kprepublic/bm60rgb/rev1/rev1.h