Migrate features from rules.mk to data driven - UVWXYZ (#23287)
This commit is contained in:
		
							parent
							
								
									68e8d74188
								
							
						
					
					
						commit
						24d824aae4
					
				
					 264 changed files with 1180 additions and 1605 deletions
				
			
		| 
						 | 
				
			
			@ -63,6 +63,15 @@
 | 
			
		|||
        "driver": "ws2812",
 | 
			
		||||
        "react_on_keyup": true
 | 
			
		||||
    },
 | 
			
		||||
    "features": {
 | 
			
		||||
        "bootmagic": true,
 | 
			
		||||
        "command": false,
 | 
			
		||||
        "console": false,
 | 
			
		||||
        "extrakey": true,
 | 
			
		||||
        "mousekey": true,
 | 
			
		||||
        "nkro": true,
 | 
			
		||||
        "rgb_matrix": true
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["F1", "F0", "D5", "D3"],
 | 
			
		||||
        "rows": ["F4", "C7"]
 | 
			
		||||
| 
						 | 
				
			
			@ -1,12 +0,0 @@
 | 
			
		|||
# Build Options
 | 
			
		||||
#   change yes to no to disable
 | 
			
		||||
#
 | 
			
		||||
BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
 | 
			
		||||
MOUSEKEY_ENABLE = yes        # Mouse keys
 | 
			
		||||
EXTRAKEY_ENABLE = yes        # Audio control and System control
 | 
			
		||||
CONSOLE_ENABLE = no         # Console for debug
 | 
			
		||||
COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
			
		||||
NKRO_ENABLE = yes           # Enable N-Key Rollover
 | 
			
		||||
BACKLIGHT_ENABLE = no        # Enable keyboard backlight functionality
 | 
			
		||||
RGB_MATRIX_ENABLE = yes
 | 
			
		||||
AUDIO_ENABLE = no            # Audio output
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue