From 9bdd079932c457e207db3cdfc53709065b6d993e Mon Sep 17 00:00:00 2001 From: Dean Scarff Date: Sat, 14 Jan 2023 10:57:39 +1100 Subject: [PATCH] [Keyboard] keebio/iris document LED matrix Add a comment to g_led_config to save the next person some head-scratching. --- keyboards/keebio/iris/rev6b/rev6b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/keebio/iris/rev6b/rev6b.c b/keyboards/keebio/iris/rev6b/rev6b.c index f4d9a6830b48..883154c5c3d2 100644 --- a/keyboards/keebio/iris/rev6b/rev6b.c +++ b/keyboards/keebio/iris/rev6b/rev6b.c @@ -22,7 +22,7 @@ led_config_t g_led_config = { { { 12, 13, 14, 15, 16, 17 }, { 23, 22, 21, 20, 19, 18 }, { NO_LED, NO_LED, 24, 25, 26, 27 }, - // Right Half + // Right Half (mirrored, i.e. LEDs 39 and 40 are the leftmost column). { 34, 35, 36, 37, 38, 39 }, { 45, 44, 43, 42, 41, 40 }, { 46, 47, 48, 49, 50, 51 },