diff --git a/keyboards/lotus/gridpad/keymaps/default/keymap.c b/keyboards/lotus/gridpad/keymaps/default/keymap.c index a42c5f78f4..700b283ace 100644 --- a/keyboards/lotus/gridpad/keymaps/default/keymap.c +++ b/keyboards/lotus/gridpad/keymaps/default/keymap.c @@ -45,8 +45,8 @@ const is31_led g_is31_leds[RGB_MATRIX_LED_COUNT] = { led_config_t g_led_config = { { // Key Matrix to LED Index { 4, 7, 6, 9, 0, 1, 3, 11, }, - { 8, 20, 21, 23, 15, 16, 18, 19, }, - { 12, 5, 2, NO_LED, 17, NO_LED, 13, 10, }, + { 8, 20, 21, 23, 15, 14, 18, 19, }, + { 12, 5, 2, NO_LED, 17, 16, 13, 10, }, {NO_LED, NO_LED, NO_LED, NO_LED, 22, NO_LED, NO_LED, NO_LED, }, }, { // LED Index to Physical Position diff --git a/keyboards/lotus/led.py b/keyboards/lotus/led.py index bc4c071201..8fb439d8d0 100755 --- a/keyboards/lotus/led.py +++ b/keyboards/lotus/led.py @@ -169,7 +169,7 @@ gridpad = [ { "id": "8", "x":1332, "y": 294, "matrix": (1,0) }, { "id": "2", "x":1395, "y": 294, "matrix": (5,0) }, { "id": "22", "x":1460, "y": 294, "matrix": (2,1) }, - { "id": "17", "x":1523, "y": 294, "matrix": (5,1) }, + { "id": "17", "x":1523, "y": 294, "matrix": (5,2) }, { "id": "7", "x":1332, "y": 368, "matrix": (2,0) }, { "id": "4", "x":1395, "y": 368, "matrix": (6,0) },