qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.02k stars 38.74k forks source link

[Bug] NK65 Sidebar Indicator lights are off by one #9698

Closed scottwater closed 2 years ago

scottwater commented 4 years ago

Hello,

I noticed the LED indicator lights on the far right of the NK65 (V2) seem to be off by 1.

Pressing my layer one key, lights up the second (middle) light. Pressing my layer two key, lights up the third (bottom) light. Pressing my layer three key, does not light up any of the indicators.

Before filing, I did grab the most recent QMK source (around 12 PM EST on July 10), compiled, and re-flashed.

I tried to go through the NK keymap source, but I did not see anything obvious. I can record a video if that would be helpful.

System Information

Additional Context

The regular VIA controller indicator light settings are working. It just just the status indicator lights are off.

kb-elmo commented 4 years ago

This is not a bug or a malfunction. The topmost LED is configured to be the capslock indicator by default.

If you want to change that you will have to edit the LED configuration in the file nk65.c in the nk65 keyboard folder and compile QMK yourself.

zvecr commented 2 years ago

This issue has been automatically closed because it has not had any recent activity. If this issue is still valid, re-open the issue and let us know.