Move backlight config to data driven, part 1 (#19887)
This commit is contained in:
		
							parent
							
								
									4b69225c22
								
							
						
					
					
						commit
						9c0ce80d7e
					
				
					 128 changed files with 110 additions and 131 deletions
				
			
		| 
						 | 
				
			
			@ -21,9 +21,6 @@
 | 
			
		|||
#define MATRIX_ROW_PINS     { B2, B3, B1, D4, B4, D1, E6, B0, F0, F1, F4, F5 }
 | 
			
		||||
#define MATRIX_COL_PINS     { D0, D2, D3, D5, B5, D7, F6, F7, C7, B6 }
 | 
			
		||||
 | 
			
		||||
/* LED Configuration */
 | 
			
		||||
#define BACKLIGHT_PINS          {D6}
 | 
			
		||||
 | 
			
		||||
#define BACKLIGHT_LEVELS        6
 | 
			
		||||
 | 
			
		||||
/* COL2ROW or ROW2COL */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,6 +8,9 @@
 | 
			
		|||
        "pid": "0x4A58",
 | 
			
		||||
        "device_version": "0.2.0"
 | 
			
		||||
    },
 | 
			
		||||
    "backlight": {
 | 
			
		||||
        "pins": ["D6"]
 | 
			
		||||
    },
 | 
			
		||||
    "indicators": {
 | 
			
		||||
        "caps_lock": "B7",
 | 
			
		||||
        "num_lock": "C6"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue