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
				
			
		| 
						 | 
				
			
			@ -21,10 +21,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
#define LOCKING_SUPPORT_ENABLE
 | 
			
		||||
/* Locking resynchronize hack */
 | 
			
		||||
#define LOCKING_RESYNC_ENABLE
 | 
			
		||||
// enable NKRO_ENABLE
 | 
			
		||||
#define FORCE_NKRO
 | 
			
		||||
// The number of LEDs connected
 | 
			
		||||
 | 
			
		||||
// The number of LEDs connected
 | 
			
		||||
#define RGB_MATRIX_LED_COUNT 34
 | 
			
		||||
 | 
			
		||||
#ifdef RGB_MATRIX_ENABLE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,8 @@
 | 
			
		|||
    "usb": {
 | 
			
		||||
        "vid": "0x1A53",
 | 
			
		||||
        "pid": "0x4F51",
 | 
			
		||||
        "device_version": "1.0.2"
 | 
			
		||||
        "device_version": "1.0.2",
 | 
			
		||||
        "force_nkro": true
 | 
			
		||||
    },
 | 
			
		||||
    "ws2812": {
 | 
			
		||||
        "pin": "C15"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue