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