diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2022-01-18 03:00:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 11:00:48 -0800 |
commit | 8a3dfe2246c4a6182cf18349e9c4d0d28cae4ec5 (patch) | |
tree | 375dabad09f6e7f0f47725e6a18b199d4e7fd05d /keyboards | |
parent | b8951a0458f34f591299c6d35167a3189be8acb8 (diff) | |
download | qmk_firmware-8a3dfe2246c4a6182cf18349e9c4d0d28cae4ec5.tar.gz qmk_firmware-8a3dfe2246c4a6182cf18349e9c4d0d28cae4ec5.zip |
[Keyboard] fix odin rgb light error (#15914)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/kbdfans/odin/rgb/rgb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kbdfans/odin/rgb/rgb.c b/keyboards/kbdfans/odin/rgb/rgb.c index 3cc2555269..425597a7f6 100644 --- a/keyboards/kbdfans/odin/rgb/rgb.c +++ b/keyboards/kbdfans/odin/rgb/rgb.c @@ -23,7 +23,7 @@ led_config_t g_led_config = { { 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, NO_LED, 51, 52, 53, 54, 55 }, { 75, 74, 73, 72, 71, 70, 69, 68, 67, 66, 65, 64, NO_LED, 63, NO_LED, NO_LED, 58, 57, 56, NO_LED }, { 76, NO_LED, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, NO_LED, 87, NO_LED, 88, 89, 90, 91, 92 }, - { 105,104, 103, NO_LED, NO_LED, NO_LED, 102, NO_LED, NO_LED, NO_LED, NO_LED, 100, NO_LED, 98, 97, 96, 95, 94, 93, NO_LED } + { 103,102, 101, NO_LED, NO_LED, NO_LED, 100, NO_LED, NO_LED, NO_LED, NO_LED, 99, NO_LED, 98, 97, 96, 95, 94, 93, NO_LED } }, { { 12*0, 0 }, { 12*2, 0 }, { 12*3, 0 }, { 12*4, 0 }, { 12*5, 0 }, { 12*7, 0 }, { 12*8, 0 }, { 12*9, 0 }, { 12*10, 0 }, { 12*11, 0 }, { 12*12, 0 }, { 12*13, 0 }, { 12*14, 0 }, { 12*15, 0 }, { 12*16, 0 }, { 12*17, 0 }, { 12*18, 0 }, { 224, 0 }, |