Fix LED mapping for GMMK Pro (#13189)
This commit is contained in:
		
							parent
							
								
									836b8f7d64
								
							
						
					
					
						commit
						fda4149cc3
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -17,17 +17,17 @@
 | 
			
		|||
 | 
			
		||||
#ifdef RGB_MATRIX_ENABLE
 | 
			
		||||
led_config_t g_led_config = { {
 | 
			
		||||
    { 4,      NO_LED, NO_LED, 97,     65,     79, 5,      28 },
 | 
			
		||||
    { 4,      NO_LED, NO_LED, 95,     65,     79, 5,      28 },
 | 
			
		||||
    { 8,      2,      9,      0,      10,     75, 1,      7  },
 | 
			
		||||
    { 14,     3,      15,     NO_LED, 16,     86, 6,      13 },
 | 
			
		||||
    { 20,     18,     21,     23,     22,     94, 12,     19 },
 | 
			
		||||
    { 25,     30,     26,     31,     27,     32, 29,     24 },
 | 
			
		||||
    { 41,     36,     42,     37,     43,     38, 35,     40 },
 | 
			
		||||
    { 46,     89,     47,     34,     48,     72, 78,     45 },
 | 
			
		||||
    { 52,     39,     53,     101,    54,     82, 44,     51 },
 | 
			
		||||
    { 52,     39,     53,     97,     54,     82, 44,     51 },
 | 
			
		||||
    { 58,     63,     59,     64,     NO_LED, 60, 62,     57 },
 | 
			
		||||
    { 11,     90,     55,     17,     33,     49, NO_LED, 69 },
 | 
			
		||||
    { NO_LED, 85,     93,     61,     100,    66, 50,     56 }
 | 
			
		||||
    { NO_LED, 85,     93,     61,     96,     66, 50,     56 }
 | 
			
		||||
}, {
 | 
			
		||||
    { 0, 0 }, // 0, ESC, k13
 | 
			
		||||
    { 0, 15 }, // 1, ~, k16
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue