[Keyboard] Latinpad LED index correction (#17109)

This commit is contained in:
Albert Y 2022-05-17 13:02:35 +08:00 committed by GitHub
parent aa970e8560
commit 8b9cb030a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,25 +16,23 @@
#include "latinpad.h" #include "latinpad.h"
#ifdef RGB_MATRIX_ENABLE #ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { led_config_t g_led_config = { {
{ { 0, 1, 2, 3 },
{ 1, 2, 3, 4 }, { 4, 5, 6, 7 },
{ 5, 6, 7, 8 }, { 8, 9, 10, 11 },
{ 9, 10, 11, 12 }, { 12, 13, 14, 15 },
{ 13, 14, 15, 16 }, { 16, 17, NO_LED, NO_LED }
{ 17, 18, NO_LED, NO_LED } },{
},{
{ 74, 21 }, { 37, 21 }, { 24, 21 }, { 18, 21 }, { 74, 21 }, { 37, 21 }, { 24, 21 }, { 18, 21 },
{ 74, 10 }, { 37, 10 }, { 28, 10 }, { 18, 10 }, { 74, 10 }, { 37, 10 }, { 28, 10 }, { 18, 10 },
{ 74, 7 }, { 37, 7 }, { 20, 7 }, { 18, 7 }, { 74, 7 }, { 37, 7 }, { 20, 7 }, { 18, 7 },
{ 74, 5 }, { 37, 5 }, { 22, 5 }, { 18, 5 }, { 74, 5 }, { 37, 5 }, { 22, 5 }, { 18, 5 },
{ 74, 5 }, { 37, 5 }, { 74, 5 }, { 37, 5 },
},{ },{
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1 1, 1
} } };
};
#endif #endif