[Keyboard] 0xc_pad LED index correction (#17120)
This commit is contained in:
		| @@ -16,15 +16,19 @@ | ||||
| #include "0xc_pad.h" | ||||
|  | ||||
| #ifdef RGB_MATRIX_ENABLE | ||||
| #    define Q(...) __VA_ARGS__ | ||||
|  | ||||
| led_config_t g_led_config = { | ||||
| led_config_t g_led_config = { { | ||||
|     // indices | ||||
|     LAYOUT(0, 6, 1, 5, 7, 2, 4, 8, 11, 3, 9, 10), | ||||
|     {     0,    6, KC_NO, KC_NO }, | ||||
|     {     1,    5,     7, KC_NO }, | ||||
|     {     2,    4,     8,    11 }, | ||||
|     { KC_NO,    3,     9,    10 } | ||||
| }, { | ||||
|     // phys position | ||||
|     LED_LAYOUT(Q({96, 110}), Q({128, 110}), Q({80, 83}), Q({112, 83}), Q({144, 83}), Q({64, 55}), Q({96, 55}), Q({128, 55}), Q({160, 55}), Q({80, 28}), Q({112, 28}), Q({144, 28})), | ||||
|     { 96, 110}, { 80, 83}, { 64,  55}, { 80, 28}, | ||||
|     { 96,  55}, {112, 83}, {128, 110}, {144, 83}, | ||||
|     {128,  55}, {112, 28}, {144,  28}, {160, 55} | ||||
| }, { | ||||
|     // flags | ||||
|     LED_LAYOUT(4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4), | ||||
| }; | ||||
| #    undef Q | ||||
|     4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 | ||||
| } }; | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user