1
0
Fork 0

Migrate RGB Matrix layout for two boards (#23963)

This commit is contained in:
Ryan 2024-06-23 13:08:57 +10:00 committed by GitHub
parent b4047be3eb
commit e96d6d9bd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 99 additions and 49 deletions

View file

@ -17,34 +17,6 @@
#include "quantum.h"
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
// Key Matrix to LED Index
{ 0, 1, 2, 3, 4, 5, 6},
{ 7, 8, 9, 10, 11, 12, 13},
{ 14, 15, 16, 17, 18, 19, NO_LED },
{ 20, 21, 22, 23, NO_LED, 24, NO_LED},
{ 25, 26, 27, 28, 29, NO_LED, NO_LED},
{ 30, 31, 32, 33, 34, 35}
}, {
{0,0}, {37,0}, {75,0}, {112,0}, {149,0}, {187,0}, {224,0},
{0,16}, {37,16}, {75,16}, {112,16}, {149,16}, {187,16}, {224,16},
{0,32}, {37,32}, {75,32}, {112,32}, {149,32}, {187,32},
{0,48}, {37,48}, {75,48}, {112,48}, {187,48},
{0,64}, {37,64}, {65,64}, {112,64}, {149,64},
{187,64}, {173,64}, {186,64}, {198,64}, {211,64},{224,64},
}, {
4,4,4,4,4,4,4,
4,4,4,4,4,4,4,
4,4,4,4,4,4,
4,4,4,4,4,
4,4,4,4,4,
4,4,4,4,4,4
} };
#endif
/* OLED */
#ifdef OLED_ENABLE
uint16_t startup_timer = 0;