qmk/qmk_firmware

[Bug] Duck TC-V3 firmware - Indicator LEDs not functioning

Open

#11,754 opened on Feb 1, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C (43,867 forks)batch import
bughelp wanted

Repository metrics

Stars
 (20,368 stars)
PR merge metrics
 (Avg merge 20d 9h) (27 merged PRs in 30d)

Description

Describe the Bug

After flashing the Duck TC-V3 PCB with the QMK firmware compiled and downloaded from QMK Configurator, the indicator LEDs (Caps, Scroll Lock, etc) no longer turn on/off. To verify the LED indicators operate correctly, when re-flashing to original firmware for O2D...the LED indicators work as expected.

Looking at the files in the QMK repository (keyboards/duck/tcv3), there are custom mapping and indicator_led.c/h files present. However, in the vtc3.c file has the code for backlighting and indicators has been commented out.

Would it be possible to have the firmware for the Duck TC-V3 updated to enable the functionality of the indicator LEDs?

Tagging @mechmerlin since you are listed as the keyboard maintainer

Contributor guide