Strip decimals from RGB Matrix layout positions (#23943)

This commit is contained in:
Ryan 2024-06-17 20:12:26 +10:00 committed by GitHub
parent 4864d5afca
commit 3f44231d2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 429 additions and 429 deletions

View file

@ -10,16 +10,16 @@ led_config_t g_led_config = { {
}, {
// LED Index to Physical Position
//through switch
{ 26.6, 10 }, { 4.3, 10 }, { 3.8, 49.3 }, { 23.3, 49.3 },
{ 69.4, 49.3 }, { 68.9, 10 }, { 90.6, 10 }, { 89.5, 49.3 },
{ 134, 49.3 }, { 132.9, 10 }, { 155.7, 10 }, { 155.1, 49.3 },
{ 199.6, 49.3 }, { 199.6, 10 }, { 219.1, 10 }, { 219.1, 49.3 },
{ 26, 10 }, { 4, 10 }, { 3, 49 }, { 23, 49 },
{ 69, 49 }, { 68, 10 }, { 90, 10 }, { 89, 49 },
{ 134, 49 }, { 132, 10 }, { 155, 10 }, { 155, 49 },
{ 199, 49 }, { 199, 10 }, { 219, 10 }, { 219, 49 },
//underglow
{ 218, 62.2 }, { 188.7, 62.2 }, { 159.5, 62.2 }, { 123.7, 62.2 }, //bottom right
{ 100.3, 62.2 }, { 59.1, 62.2 }, { 35.3, 62.2 }, { 5.4, 62.2 }, //bottom left
{ 6, 6.4 }, { 35.3, 6.4 }, { 59.1, 6.4 }, { 100.3, 6.4 }, //top left
{ 123.7, 6.4 }, { 159.5, 6.4 }, { 188.7, 6.4 }, { 218, 6.4 } //top right
{ 218, 62 }, { 188, 62 }, { 159, 62 }, { 123, 62 }, //bottom right
{ 100, 62 }, { 59, 62 }, { 35, 62 }, { 5, 62 }, //bottom left
{ 6, 6 }, { 35, 6 }, { 59, 6 }, { 100, 6 }, //top left
{ 123, 6 }, { 159, 6 }, { 188, 6 }, { 218, 6 } //top right
}, {
// LED Index to Flag
4, 4, 4, 4,