Migrate features and LTO from rules.mk to data driven (#23302)
This commit is contained in:
		
							parent
							
								
									86e7df0c2a
								
							
						
					
					
						commit
						426bb9c651
					
				
					 291 changed files with 1763 additions and 2023 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +0,0 @@
 | 
			
		|||
{
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["B0", "B1", "B2", "B3", "D2", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "D3"],
 | 
			
		||||
        "rows": ["F0", "F1", "F4", "F5", "F6", "E6"]
 | 
			
		||||
    },
 | 
			
		||||
    "diode_direction": "ROW2COL"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										19
									
								
								keyboards/melgeek/mach80/rev1/keyboard.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								keyboards/melgeek/mach80/rev1/keyboard.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
{
 | 
			
		||||
    "build": {
 | 
			
		||||
        "lto": true
 | 
			
		||||
    },
 | 
			
		||||
    "features": {
 | 
			
		||||
        "bootmagic": true,
 | 
			
		||||
        "command": false,
 | 
			
		||||
        "console": false,
 | 
			
		||||
        "extrakey": true,
 | 
			
		||||
        "mousekey": true,
 | 
			
		||||
        "nkro": true,
 | 
			
		||||
        "rgb_matrix": true
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["B0", "B1", "B2", "B3", "D2", "D5", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "D3"],
 | 
			
		||||
        "rows": ["F0", "F1", "F4", "F5", "F6", "E6"]
 | 
			
		||||
    },
 | 
			
		||||
    "diode_direction": "ROW2COL"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,14 +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
 | 
			
		||||
RGBLIGHT_ENABLE = no           # Enable keyboard RGB underglow
 | 
			
		||||
RGB_MATRIX_ENABLE = yes        # Use RGB matrix
 | 
			
		||||
 | 
			
		||||
LTO_ENABLE = yes
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue