mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	[Keyboard] Add NO_LED positions to match key matrix. (#14417)
				
					
				
			Co-authored-by: filterpaper <filterpaper@localhost>
This commit is contained in:
		
							parent
							
								
									9503d8bd03
								
							
						
					
					
						commit
						0097886db6
					
				@ -18,9 +18,9 @@
 | 
				
			|||||||
#ifdef RGB_MATRIX_ENABLE
 | 
					#ifdef RGB_MATRIX_ENABLE
 | 
				
			||||||
led_config_t g_led_config = { {
 | 
					led_config_t g_led_config = { {
 | 
				
			||||||
    {10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21},
 | 
					    {10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21},
 | 
				
			||||||
    {22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32},
 | 
					    {22, NO_LED, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32},
 | 
				
			||||||
    {33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44},
 | 
					    {33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44},
 | 
				
			||||||
    {45, 46, 47, 48, 49, 50, 51, 52, 53, 54}
 | 
					    {45, 46, 47, 48, NO_LED, 49, 50, NO_LED, 51, 52, 53, 54}
 | 
				
			||||||
}, {
 | 
					}, {
 | 
				
			||||||
    {220, 17}, {172, 17}, {112, 17}, { 50, 17}, {  4, 17}, {  4, 56}, { 50, 56}, {112, 56}, {172, 56}, {220, 56},
 | 
					    {220, 17}, {172, 17}, {112, 17}, { 50, 17}, {  4, 17}, {  4, 56}, { 50, 56}, {112, 56}, {172, 56}, {220, 56},
 | 
				
			||||||
    {  0,  0}, { 20,  0}, { 40,  0}, { 61,  0}, { 81,  0}, {101,  0}, {122,  0}, {142,  0}, {162,  0}, {183,  0}, {203,  0}, {224,  0},
 | 
					    {  0,  0}, { 20,  0}, { 40,  0}, { 61,  0}, { 81,  0}, {101,  0}, {122,  0}, {142,  0}, {162,  0}, {183,  0}, {203,  0}, {224,  0},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user