From 8e130ae460122bb949d65e4099b2a1c7affe67a4 Mon Sep 17 00:00:00 2001 From: Takeshi Nishio Date: Tue, 17 Mar 2020 05:48:31 +0900 Subject: [PATCH] Update Fix migrate errors from test_duplex_dp to test_col2col --- keyboards/test_col2col/config.h | 2 +- keyboards/test_col2col/{test_duplex_dp.c => test_col2col.c} | 2 +- keyboards/test_col2col/{test_duplex_dp.h => test_col2col.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename keyboards/test_col2col/{test_duplex_dp.c => test_col2col.c} (98%) rename keyboards/test_col2col/{test_duplex_dp.h => test_col2col.h} (100%) diff --git a/keyboards/test_col2col/config.h b/keyboards/test_col2col/config.h index 4458cb526cd..9934932f085 100644 --- a/keyboards/test_col2col/config.h +++ b/keyboards/test_col2col/config.h @@ -24,7 +24,7 @@ along with this program. If not, see . #define PRODUCT_ID 0x0000 #define DEVICE_VER 0x0001 #define MANUFACTURER jpskenn -#define PRODUCT test_duplex_dp +#define PRODUCT test_col2col2 #define DESCRIPTION A custom keyboard /* key matrix size */ diff --git a/keyboards/test_col2col/test_duplex_dp.c b/keyboards/test_col2col/test_col2col.c similarity index 98% rename from keyboards/test_col2col/test_duplex_dp.c rename to keyboards/test_col2col/test_col2col.c index 1e4e35059c4..54ae20d9cd4 100644 --- a/keyboards/test_col2col/test_duplex_dp.c +++ b/keyboards/test_col2col/test_col2col.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -#include "test_duplex_dp.h" +#include "test_col2col.h" // Optional override functions below. // You can leave any or all of these undefined. diff --git a/keyboards/test_col2col/test_duplex_dp.h b/keyboards/test_col2col/test_col2col.h similarity index 100% rename from keyboards/test_col2col/test_duplex_dp.h rename to keyboards/test_col2col/test_col2col.h