Migrate features from rules.mk to DD (#23247)
This commit is contained in:
		
							parent
							
								
									f217cd4657
								
							
						
					
					
						commit
						8e5cd981e1
					
				
					 484 changed files with 2147 additions and 2980 deletions
				
			
		| 
						 | 
				
			
			@ -8,6 +8,16 @@
 | 
			
		|||
        "pid": "0x422D",
 | 
			
		||||
        "device_version": "2.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    "features": {
 | 
			
		||||
        "backlight": true,
 | 
			
		||||
        "bootmagic": false,
 | 
			
		||||
        "command": true,
 | 
			
		||||
        "console": false,
 | 
			
		||||
        "extrakey": true,
 | 
			
		||||
        "mousekey": true,
 | 
			
		||||
        "nkro": false,
 | 
			
		||||
        "rgblight": true
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2"],
 | 
			
		||||
        "rows": ["B0", "B1", "B2", "B3", "B4", "B5"]
 | 
			
		||||
| 
						 | 
				
			
			@ -1,10 +0,0 @@
 | 
			
		|||
# Build Options
 | 
			
		||||
#   change yes to no to disable
 | 
			
		||||
#
 | 
			
		||||
BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
 | 
			
		||||
MOUSEKEY_ENABLE = yes
 | 
			
		||||
EXTRAKEY_ENABLE = yes
 | 
			
		||||
CONSOLE_ENABLE = no
 | 
			
		||||
COMMAND_ENABLE = yes
 | 
			
		||||
BACKLIGHT_ENABLE = yes
 | 
			
		||||
RGBLIGHT_ENABLE = yes
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue