josefadamcik / SofleKeyboard

A split keyboard based on Lily58, Crkbd and Helix keyboards
https://josefadamcik.github.io/SofleKeyboard/
Other
1.79k stars 277 forks source link

LED 36 doesn't light up when using `rgb_default` keymap on either side #173

Closed benjamin051000 closed 4 months ago

benjamin051000 commented 1 year ago

Kind of issue? Software/HELP!

Which Board? RGB

Which Board Revision? RGB 2.1

What steps have you taken

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.

IMG_6064 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.

DaneEvans commented 1 year 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: @.***>

qjao commented 6 months ago

This page has a firmware with it working.

7oo1er commented 5 months ago

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 }