Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
978e2fcd14
|
@ -5,16 +5,16 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
led_config_t g_led_config = { {
|
||||
{12,11,10,9 ,8 ,7 },
|
||||
{18,17,16,15,14,13},
|
||||
{24,23,22,21,20,19},
|
||||
{30,29,28,27,26,25},
|
||||
{NO_LED,35,34,33,32,31},
|
||||
{42,43,44,45,46,47},
|
||||
{48,49,50,51,52,53},
|
||||
{54,55,56,57,58,59},
|
||||
{60,61,62,63,64,65},
|
||||
{NO_LED,66,67,68,69,70}
|
||||
{11,10, 9, 8, 7, 6},
|
||||
{17,16,15,14,13,12},
|
||||
{23,22,21,20,19,18},
|
||||
{29,28,27,26,25,24},
|
||||
{NO_LED,34,33,32,31,30},
|
||||
{41,42,43,44,45,46},
|
||||
{47,48,49,50,51,52},
|
||||
{53,54,55,56,57,58},
|
||||
{59,60,61,62,63,64},
|
||||
{NO_LED,65,66,67,68,69}
|
||||
},{
|
||||
|
||||
{86,55},{51,55},{17,40},{17,10},{51,10},{86,10},
|
||||
|
|
Loading…
Reference in New Issue