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
				
			
		| 
						 | 
				
			
			@ -8,6 +8,9 @@
 | 
			
		|||
        "pid": "0x3060",
 | 
			
		||||
        "device_version": "0.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "rgb_matrix": {
 | 
			
		||||
        "driver": "WS2812"
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7"],
 | 
			
		||||
        "rows": ["C6", "B6", "B5", "B4", "D7", "E6"]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,6 @@ RGBLIGHT_ENABLE         = yes       # Enable global lighting effects. Do not ena
 | 
			
		|||
LED_MIRRORED            = yes       # Mirror LEDs across halves (enable DIP 1 on slave, and DIP 2 and 3 on master)
 | 
			
		||||
 | 
			
		||||
RGB_MATRIX_ENABLE       = no        # Enable per-key coordinate based RGB effects. Do not enable with RGBlight
 | 
			
		||||
RGB_MATRIX_DRIVER       = WS2812
 | 
			
		||||
RGB_MATRIX_KEYPRESSES   = no        # Enable reactive per-key effects.
 | 
			
		||||
RGB_MATRIX_FRAMEBUFFER_EFFECTS = no # Enable frame buffer effects like the typing heatmap.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,6 +8,9 @@
 | 
			
		|||
        "pid": "0x3060",
 | 
			
		||||
        "device_version": "0.0.2"
 | 
			
		||||
    },
 | 
			
		||||
    "rgb_matrix": {
 | 
			
		||||
        "driver": "WS2812"
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7"],
 | 
			
		||||
        "rows": ["C6", "B6", "B5", "B4", "D7", "E6"]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,6 @@ RGBLIGHT_ENABLE         = no        # Enable global lighting effects. Do not ena
 | 
			
		|||
LED_MIRRORED            = no        # Mirror LEDs across halves (enable DIP 1 on slave, and DIP 2 and 3 on master)
 | 
			
		||||
 | 
			
		||||
RGB_MATRIX_ENABLE = yes             # Enable per-key coordinate based RGB effects. Do not enable with RGBlight
 | 
			
		||||
RGB_MATRIX_DRIVER = WS2812
 | 
			
		||||
RGB_MATRIX_KEYPRESSES   = no        # Enable reactive per-key effects.
 | 
			
		||||
RGB_MATRIX_FRAMEBUFFER_EFFECTS = no # Enable frame buffer effects like the typing heatmap.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue