Fix midi for CRKBD (#11644) Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
3 files changed, 1 insertions(+), 3 deletions(-) M keyboards/crkbd/config.h M keyboards/crkbd/rev1/common/config.h M keyboards/crkbd/rev1/legacy/config.h
M keyboards/crkbd/config.h => keyboards/crkbd/config.h +1 -0
@@ 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
M keyboards/crkbd/rev1/common/config.h => keyboards/crkbd/rev1/common/config.h +0 -2
@@ 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
M keyboards/crkbd/rev1/legacy/config.h => keyboards/crkbd/rev1/legacy/config.h +0 -1