[Keyboard] Latinpad LED index correction (#17109)
This commit is contained in:
		
							parent
							
								
									aa970e8560
								
							
						
					
					
						commit
						8b9cb030a7
					
				
					 1 changed files with 9 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -16,25 +16,23 @@
 | 
			
		|||
#include "latinpad.h"
 | 
			
		||||
 | 
			
		||||
#ifdef RGB_MATRIX_ENABLE
 | 
			
		||||
  led_config_t g_led_config = {
 | 
			
		||||
  {
 | 
			
		||||
    {   1,  2,  3,  4 },  
 | 
			
		||||
    {   5,  6,  7,  8 },
 | 
			
		||||
    {   9, 10, 11, 12 },
 | 
			
		||||
    {   13, 14, 15, 16 },
 | 
			
		||||
    {  17, 18, NO_LED, NO_LED }
 | 
			
		||||
  },{
 | 
			
		||||
led_config_t g_led_config = { {
 | 
			
		||||
    {   0,  1,  2,  3 },
 | 
			
		||||
    {   4,  5,  6,  7 },
 | 
			
		||||
    {   8,  9, 10, 11 },
 | 
			
		||||
    {  12, 13, 14, 15 },
 | 
			
		||||
    {  16, 17, NO_LED, NO_LED }
 | 
			
		||||
},{
 | 
			
		||||
    { 74, 21 }, { 37, 21 }, { 24, 21 }, { 18, 21 },
 | 
			
		||||
    { 74, 10 }, { 37, 10 }, { 28, 10 }, { 18, 10 },
 | 
			
		||||
    { 74, 7 }, { 37, 7 }, { 20, 7 }, { 18, 7 },
 | 
			
		||||
    { 74, 5 }, { 37, 5 }, { 22, 5 }, { 18, 5 },
 | 
			
		||||
	{ 74, 5 }, { 37, 5 },
 | 
			
		||||
  },{
 | 
			
		||||
},{
 | 
			
		||||
    1, 1, 1, 1,
 | 
			
		||||
    1, 1, 1, 1,
 | 
			
		||||
    1, 1, 1, 1,
 | 
			
		||||
    1, 1, 1, 1,
 | 
			
		||||
    1, 1
 | 
			
		||||
  }
 | 
			
		||||
  };
 | 
			
		||||
} };
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue