summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoïc Wisniewski <metaheavens@gmail.com>2021-01-25 04:12:28 +0100
committerGitHub <noreply@github.com>2021-01-25 14:12:28 +1100
commitbf7e19e9977fc23a41898c90ce973d990717cfb4 (patch)
treea7b50fd6644e0271ec753b291bdd6b4146c81708
parentdeea6a98267e3b9bf793d9a64bfd586a07ef5c48 (diff)
Fix midi for CRKBD (#11644)
Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
-rw-r--r--keyboards/crkbd/config.h1
-rw-r--r--keyboards/crkbd/rev1/common/config.h2
-rw-r--r--keyboards/crkbd/rev1/legacy/config.h1
3 files changed, 1 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
 #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 <http://www.gnu.org/licenses/>.
 
 #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 <http://www.gnu.org/licenses/>.
 
 #include "serial_config.h"
 
-#define PRODUCT         Corne Keyboard Rev.1 (Legacy Split)