Skip to content

Commit

Permalink
Fix midi for CRKBD (#11644)
Browse files Browse the repository at this point in the history
Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
  • Loading branch information
Loïc Wisniewski and BuildTools authored Jan 25, 2021
1 parent deea6a9 commit bf7e19e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions keyboards/crkbd/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions keyboards/crkbd/rev1/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/rev1/legacy/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit bf7e19e

Please sign in to comment.