Move FORCE_NKRO to data driven (#20604)
				
					
				
			This commit is contained in:
		
							parent
							
								
									3bc4aeac6c
								
							
						
					
					
						commit
						12d42cedd2
					
				
					 228 changed files with 209 additions and 781 deletions
				
			
		| 
						 | 
				
			
			@ -12,8 +12,6 @@
 | 
			
		|||
/* Locking resynchronize hack */
 | 
			
		||||
#define LOCKING_RESYNC_ENABLE
 | 
			
		||||
 | 
			
		||||
#define FORCE_NKRO
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Feature disable options
 | 
			
		||||
 *  These options are also useful to firmware size reduction.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,8 @@
 | 
			
		|||
    "usb": {
 | 
			
		||||
        "vid": "0x6D77",
 | 
			
		||||
        "pid": "0x170E",
 | 
			
		||||
        "device_version": "0.0.1"
 | 
			
		||||
        "device_version": "0.0.1",
 | 
			
		||||
        "force_nkro": true
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["B0", "A7", "A6", "A5", "A4", "A3"],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -36,6 +36,3 @@
 | 
			
		|||
#define SPI_MISO_PAL_MODE 5
 | 
			
		||||
#define CIRQUE_PINNACLE_SPI_DIVISOR 8
 | 
			
		||||
#define CIRQUE_PINNACLE_SPI_CS_PIN A3
 | 
			
		||||
 | 
			
		||||
/* Force NKRO */
 | 
			
		||||
#define FORCE_NKRO
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,7 +19,8 @@
 | 
			
		|||
    "usb": {
 | 
			
		||||
        "vid": "0x6D77",
 | 
			
		||||
        "pid": "0x1710",
 | 
			
		||||
        "device_version": "0.2.0"
 | 
			
		||||
        "device_version": "0.2.0",
 | 
			
		||||
        "force_nkro": true
 | 
			
		||||
    },
 | 
			
		||||
    "diode_direction": "COL2ROW",
 | 
			
		||||
    "rgblight": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue