Update q11 iso version

This commit is contained in:
lalalademaxiya1 2023-04-13 12:28:26 +08:00
parent 72e2db543e
commit bd2e97adad
3 changed files with 16 additions and 10 deletions

View File

@ -81,6 +81,7 @@
{"matrix":[6,6], "x":15, "y":0 },
{"matrix":[6,7], "x":16, "y":0 },
{"matrix":[6,8], "x":17.25, "y":0 },
{"matrix":[1,0], "x":0, "y":1.25 },
{"matrix":[1,1], "x":1.25, "y":1.25 },
{"matrix":[1,2], "x":2.25, "y":1.25 },
@ -97,6 +98,7 @@
{"matrix":[7,5], "x":14, "y":1.25 },
{"matrix":[7,6], "x":15, "y":1.25, "w":2 },
{"matrix":[7,8], "x":17.25, "y":1.25 },
{"matrix":[2,0], "x":0, "y":2.25 },
{"matrix":[2,1], "x":1.25, "y":2.25, "w":1.5 },
{"matrix":[2,2], "x":2.75, "y":2.25 },
@ -112,6 +114,7 @@
{"matrix":[8,5], "x":13.5, "y":2.25 },
{"matrix":[8,6], "x":14.5, "y":2.25 },
{"matrix":[8,8], "x":17.25, "y":2.25 },
{"matrix":[3,0], "x":0, "y":3.25 },
{"matrix":[3,1], "x":1.25, "y":3.25, "w":1.75 },
{"matrix":[3,2], "x":3, "y":3.25 },
@ -128,6 +131,7 @@
{"matrix":[9,7], "x":14.75, "y":3.25 },
{"matrix":[8,7], "x":15.75, "y":2.25, "w":1.25, "h":2 },
{"matrix":[9,8], "x":17.25, "y":3.25 },
{"matrix":[4,0], "x":0, "y":4.25 },
{"matrix":[4,1], "x":1.25, "y":4.25, "w":1.25 },
{"matrix":[4,2], "x":2.5, "y":4.25 },
@ -143,6 +147,7 @@
{"matrix":[10,4], "x":13.25, "y":4.25 },
{"matrix":[10,5], "x":14.25, "y":4.25, "w":1.75 },
{"matrix":[10,7], "x":16.25, "y":4.25 },
{"matrix":[5,0], "x":0, "y":5.25 },
{"matrix":[5,1], "x":1.25, "y":5.25, "w":1.25 },
{"matrix":[5,2], "x":2.5, "y":5.25, "w":1.25 },

View File

@ -60,8 +60,8 @@ const ckled2001_led PROGMEM g_ckled2001_leds[RGB_MATRIX_LED_COUNT] = {
{0, J_7, L_7, K_7}, // G
{0, J_9, L_9, K_9}, // M4
{0, J_10, L_10, K_10}, // NUBS
{0, J_11, L_11, K_11}, // Shift_J
{0, J_10, L_10, K_10}, // Shift_L
{0, J_11, L_11, K_11}, // NUBS
{0, J_12, L_12, K_12}, // Z
{0, J_13, L_13, K_13}, // X
{0, J_14, L_14, K_14}, // C
@ -140,10 +140,11 @@ led_config_t g_led_config = {
{ 22, 23, 24, 25, 26, 27, 28, __, __ },
{ 29, 30, 31, 32, 33, 34, 35, 36, __ },
{ 37, 38, 39, 40, 41, __, 42, __, __ },
{ 43, 44, 45, 46, 47, 48, 49, 50, __ },
{ 51, 52, 53, 54, 55, 56, 57, __, 58 },
{ 59, 60, 61, 62, 63, 64, 65, 74, 66 },
{ 67, 68, 69, 70, 71, 72, 73, __, 75 },
{ 67, 68, 69, 70, 71, 72, __, 73, 75 },
{ 76, 77, 78, 79, 80, 81, __, 82, __ },
{ __, 83, 84, 85, 86, __, 87, 88, 89 },
},
@ -165,11 +166,11 @@ led_config_t g_led_config = {
{
// RGB LED Index to Flag
1, 1, 1, 1, 1, 1, 1,
1, 1, 4, 4, 4, 4, 4, 4,
1, 1, 4, 4, 4, 4, 4,
1, 8, 4, 4, 4, 4, 4,
1, 1, 4, 4, 4, 4, 4, 4,
1, 1, 1, 1, 4, 4,
4, 1, 4, 4, 4, 4, 4, 4,
4, 1, 4, 4, 4, 4, 4,
4, 8, 4, 4, 4, 4, 4,
4, 1, 4, 4, 4, 4, 4, 4,
4, 1, 1, 1, 4, 4,
1, 1, 1, 1, 1, 1, 1, 1,
4, 4, 4, 4, 4, 4, 1, 1,
4, 4, 4, 4, 4, 4, 4, 1,

View File

@ -25,9 +25,9 @@
const matrix_row_t matrix_mask[] = {
0b011111111,
0b011111111,
0b011111111,
0b011011111,
0b001111111,
0b011111101,
0b011111111,
0b001011111,
0b111111111,
0b101111111,