aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-bf7e19e9977fc23a41898c90ce973d990717cfb4.tar.gz
qmk_firmware-bf7e19e9977fc23a41898c90ce973d990717cfb4.zip
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 a2dd71071..d7a347473 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/>.
25#define PRODUCT_ID 0x0001 25#define PRODUCT_ID 0x0001
26#define DEVICE_VER 0x0001 26#define DEVICE_VER 0x0001
27#define MANUFACTURER foostan 27#define MANUFACTURER foostan
28#define PRODUCT Corne
28 29
29/* key matrix size */ 30/* key matrix size */
30// Rows are doubled-up 31// Rows are doubled-up
diff --git a/keyboards/crkbd/rev1/common/config.h b/keyboards/crkbd/rev1/common/config.h
index 12f5f7576..a2c2cde0b 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/>.
18 18
19#pragma once 19#pragma once
20 20
21#define PRODUCT Corne Keyboard Rev.1 (Split Common)
22
23#define USE_SERIAL 21#define USE_SERIAL
24#define SOFT_SERIAL_PIN D2 22#define SOFT_SERIAL_PIN D2
25 23
diff --git a/keyboards/crkbd/rev1/legacy/config.h b/keyboards/crkbd/rev1/legacy/config.h
index eae6f788a..e95f49125 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/>.
20 20
21#include "serial_config.h" 21#include "serial_config.h"
22 22
23#define PRODUCT Corne Keyboard Rev.1 (Legacy Split)