Closed Sanic closed 5 years ago
Hi, you seem to have everything set correctly.
I didn't write the EEPROM content. This isn't needed when i'm not using EE_HANDS, right?
You're correct, it isn't needed.
I have two suggestions:
I neither of the above work it should be a hardware problem.
Hi,
thank you for the clarification. This helped me to track the error down. I've used an RGB colorstrip that worked fine when using the supplied connector, but for putting it into the keyboard i desoldered the cable. I guess the pcb didn't like that. Cut off the first LED and now it works fine! Thanks!
Great! Glad I was able to help :smile:
Hi!
First things first: Thank you very much for this nice project. I built a wired redox over the couple last weeks and i'm close to finishing this project. The keyboard functionality itself does work on both halves, but i have problems getting the RGB underflow (6 LEDs per half) working. I've flashed both halves with the same firmware using the following config.h:
I didn't write the EEPROM content. This isn't needed when i'm not using EE_HANDS, right?
Right after flashing, the RGB underflow didn't work. Should it light up per default? After checking the current keymap in the qmk repo, i saw that the light can be toggled on the ADJUST layer with RGB_TOG. I've tried that but it didn't help. Other keys (such as F3, F4) are sent fine, so i think that i'm on the right layer. The rules.mk is still on the default values:
The rules.mk in the default keymap is also still on the default and enables RGBLIGHT_ENABLE
Hardware-wise, i checked that the RGB strips have +5 Power and i also checked that TX0 on the left hand master is connected to the DIN of the RGB strip in the left hand.
Do you have any suggestions how i can debug this further?