Move RGB_MATRIX_DRIVER to data driven (#20350)
				
					
				
			This commit is contained in:
		
							parent
							
								
									10fc6c4cd6
								
							
						
					
					
						commit
						522048725f
					
				
					 833 changed files with 1250 additions and 437 deletions
				
			
		| 
						 | 
				
			
			@ -4,6 +4,9 @@
 | 
			
		|||
        "pid": "0x9D9D",
 | 
			
		||||
        "device_version": "0.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "rgb_matrix": {
 | 
			
		||||
        "driver": "WS2812"
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
 | 
			
		||||
        "rows": ["B4", "E6", "D7", "D4"]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,4 +11,3 @@ OLED_ENABLE = yes          # Enables the use of OLED displays
 | 
			
		|||
ENCODER_ENABLE = yes       # Enables the use of one or more encoders
 | 
			
		||||
RGBLIGHT_ENABLE = yes      # Enable keyboard RGB underglow
 | 
			
		||||
RGB_MATRIX_ENABLE = no     # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)
 | 
			
		||||
RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,6 +4,9 @@
 | 
			
		|||
        "pid": "0x9D9D",
 | 
			
		||||
        "device_version": "0.0.2"
 | 
			
		||||
    },
 | 
			
		||||
    "rgb_matrix": {
 | 
			
		||||
        "driver": "WS2812"
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["B2", "B6", "B5", "B4", "E6", "D7", "C6", "D4"],
 | 
			
		||||
        "rows": ["F6", "F7", "B1", "B3"]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,4 +11,3 @@ OLED_ENABLE = yes          # Enables the use of OLED displays
 | 
			
		|||
ENCODER_ENABLE = yes       # Enables the use of one or more encoders
 | 
			
		||||
RGBLIGHT_ENABLE = yes      # Enable keyboard RGB underglow
 | 
			
		||||
RGB_MATRIX_ENABLE = no     # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)
 | 
			
		||||
RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue