diff --git a/keyboards/crkbd/config.h b/keyboards/crkbd/config.h index a2dd710714..d7a3474733 100644 --- a/keyboards/crkbd/config.h +++ b/keyboards/crkbd/config.h @@ -25,6 +25,7 @@ along with this program. If not, see . #define PRODUCT_ID 0x0001 #define DEVICE_VER 0x0001 #define MANUFACTURER foostan +#define PRODUCT Corne /* key matrix size */ // Rows are doubled-up diff --git a/keyboards/crkbd/rev1/common/config.h b/keyboards/crkbd/rev1/common/config.h index 12f5f75766..a2c2cde0b7 100644 --- a/keyboards/crkbd/rev1/common/config.h +++ b/keyboards/crkbd/rev1/common/config.h @@ -18,8 +18,6 @@ along with this program. If not, see . #pragma once -#define PRODUCT Corne Keyboard Rev.1 (Split Common) - #define USE_SERIAL #define SOFT_SERIAL_PIN D2 diff --git a/keyboards/crkbd/rev1/legacy/config.h b/keyboards/crkbd/rev1/legacy/config.h index eae6f788af..e95f49125a 100644 --- a/keyboards/crkbd/rev1/legacy/config.h +++ b/keyboards/crkbd/rev1/legacy/config.h @@ -20,4 +20,3 @@ along with this program. If not, see . #include "serial_config.h" -#define PRODUCT Corne Keyboard Rev.1 (Legacy Split)