forked from mfulz_github/qmk_firmware
		
	Fix midi for CRKBD (#11644)
Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
This commit is contained in:
		
							parent
							
								
									deea6a9826
								
							
						
					
					
						commit
						bf7e19e997
					
				@ -25,6 +25,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
#define PRODUCT_ID      0x0001
 | 
					#define PRODUCT_ID      0x0001
 | 
				
			||||||
#define DEVICE_VER      0x0001
 | 
					#define DEVICE_VER      0x0001
 | 
				
			||||||
#define MANUFACTURER    foostan
 | 
					#define MANUFACTURER    foostan
 | 
				
			||||||
 | 
					#define PRODUCT         Corne
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* key matrix size */
 | 
					/* key matrix size */
 | 
				
			||||||
// Rows are doubled-up
 | 
					// Rows are doubled-up
 | 
				
			||||||
 | 
				
			|||||||
@ -18,8 +18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define PRODUCT         Corne Keyboard Rev.1 (Split Common)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define USE_SERIAL
 | 
					#define USE_SERIAL
 | 
				
			||||||
#define SOFT_SERIAL_PIN D2
 | 
					#define SOFT_SERIAL_PIN D2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -20,4 +20,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "serial_config.h"
 | 
					#include "serial_config.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define PRODUCT         Corne Keyboard Rev.1 (Legacy Split)
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user