qmk/qmk_firmware

[Bug] YMDK YMD75V3 Caps lock LED pin does not work.

Open

#18,639 opened on 2022年10月7日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C (43,867 forks)batch import
bughelp wanted

Repository metrics

Stars
 (20,368 stars)
PR merge metrics
 (平均マージ 20d 9h) (30d で 27 merged PRs)

説明

Describe the Bug

YMDK YMD75V3 has non-RGB LED pins across its PCB, but the current ymd75_rev3_via.hex firmware does not turn the Light on for the board if you solder lights on.

The issue is better described by sigprof#7355 on the ymdk discord: If you took this file from the upstream QMK or VIA, the problem is that the source code for this PCB revision (https://github.com/qmk/qmk_firmware/tree/master/keyboards/ymdk/ymd75/rev3) does not have a proper LED_CAPS_LOCK_PIN defined. This information needs to be obtained either from YMDK, or from reverse engineering the actual PCB, then the indicator LED would work properly.

It should note that YMDK has a sort of workaround firmware on their discord that I am currently using that does turn it on but its brightness cannot be adjusted.

Keyboard Used

YMDK YMD75 Rev3

Link to product page (if applicable)

https://ymdkey.com/collections/case-plate-pcb/products/ymdk-ymd75v3-qmk-hot-swap-hot-swappable-kailh-socket-84-pcb-fully-programmable-support-ansi-iso-interchange-ymd75-v2

Operating System

Windows 10 21H2

qmk doctor Output

No response

Is AutoHotKey / Karabiner installed

  • AutoHotKey (Windows)
  • Karabiner (macOS)

Other keyboard-related software installed

QMK and VIA

Additional Context

Also for some reason the current firmware doesn't seem to be automatically detected on VIA which is rather frustrating.

コントリビューターガイド