Closed benjamin051000 closed 8 months ago
Have a search for closed LED bugs here. I think it's a known issue.
I think the default is without the top facing indicator. I thought someone had fixed it in qmk, but the recent reshuffle may have seen it reappear, or it may never have been fixed there.
On Fri, 10 Feb 2023, 2:06 pm Benjamin Wheeler, @.***> wrote:
Kind of issue? Software/HELP!
Which Board? RGB
Which Board Revision? RGB 2.1
What steps have you taken
- I have searched the Issues page
- I have read the documentation
- For LED issues I have checked the following things
- the pro micro is programmed (and currently telling the LEDs to do something) Yes, via qmk flash --keyboard sofle/rev1 --keymap rgb_default --bootloader dfu
- the pro micro is powered (and showing LEDs) Yup
- the LEDs are powered (check 5v across pins 1 and 3 of J1) Just checked. Yes
- are any of the LEDs showing? All but 36
What is the issue? Please also include what other components you are having issues with - is the software QMK or the configurator, include pictures of your LEDs or soldering issues etc.
[image: IMG_6064] https://user-images.githubusercontent.com/34549440/217990036-ba55722b-46e2-477f-a466-374cd849475b.jpeg You can see that LED 36 is not illuminated (observe lack of reflection through the LED hole).
What you expected:
- LED 36 should light up just like the others
At first I thought I just botched the left half's LED 36... Every single LED works reliably except 36. I replaced 36 several times and considered replacing 35 (perhaps 35 dout was broken). But I just finished the right half, and the exact same issue arose. I'm wondering if this could potentially be a firmware bug since it's unlikely that I made identical mistakes twice in a row, especially considering the chance that it would have happened on any other LED.
— Reply to this email directly, view it on GitHub https://github.com/josefadamcik/SofleKeyboard/issues/173, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFIRN4KGWXK5T6CWRPMLSDTWWWWERANCNFSM6AAAAAAUXJS52E . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hello.
I use indicator LED too and changed in config.h where it appears 35 to 36:
#define RGBLED_NUM 36
#define RGBLED_SPLIT { 36, 36 }
Kind of issue? Software/HELP!
Which Board? RGB
Which Board Revision? RGB 2.1
What steps have you taken
qmk flash --keyboard sofle/rev1 --keymap rgb_default --bootloader dfu
What is the issue? Please also include what other components you are having issues with - is the software QMK or the configurator, include pictures of your LEDs or soldering issues etc.
You can see that LED 36 is not illuminated (observe lack of reflection through the LED hole).
What you expected:
At first I thought I just botched the left half's LED 36... Every single LED works reliably except 36. I replaced 36 several times and considered replacing 35 (perhaps 35 dout was broken). But I just finished the right half, and the exact same issue arose. I'm wondering if this could potentially be a firmware bug since it's unlikely that I made identical mistakes twice in a row, especially considering the chance that it would have happened on any other LED.