From fda4149cc3b04f6adf5285018c7289a5e56bfa88 Mon Sep 17 00:00:00 2001 From: Gigahawk Date: Sun, 13 Jun 2021 19:38:20 -0700 Subject: Fix LED mapping for GMMK Pro (#13189) --- keyboards/gmmk/pro/pro.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keyboards') diff --git a/keyboards/gmmk/pro/pro.c b/keyboards/gmmk/pro/pro.c index 3a343f2237..9ed7ac8865 100644 --- a/keyboards/gmmk/pro/pro.c +++ b/keyboards/gmmk/pro/pro.c @@ -17,17 +17,17 @@ #ifdef RGB_MATRIX_ENABLE led_config_t g_led_config = { { - { 4, NO_LED, NO_LED, 97, 65, 79, 5, 28 }, + { 4, NO_LED, NO_LED, 95, 65, 79, 5, 28 }, { 8, 2, 9, 0, 10, 75, 1, 7 }, { 14, 3, 15, NO_LED, 16, 86, 6, 13 }, { 20, 18, 21, 23, 22, 94, 12, 19 }, { 25, 30, 26, 31, 27, 32, 29, 24 }, { 41, 36, 42, 37, 43, 38, 35, 40 }, { 46, 89, 47, 34, 48, 72, 78, 45 }, - { 52, 39, 53, 101, 54, 82, 44, 51 }, + { 52, 39, 53, 97, 54, 82, 44, 51 }, { 58, 63, 59, 64, NO_LED, 60, 62, 57 }, { 11, 90, 55, 17, 33, 49, NO_LED, 69 }, - { NO_LED, 85, 93, 61, 100, 66, 50, 56 } + { NO_LED, 85, 93, 61, 96, 66, 50, 56 } }, { { 0, 0 }, // 0, ESC, k13 { 0, 15 }, // 1, ~, k16 -- cgit v1.2.3