qmk/qmk_firmware

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

Open

#18,639 建立於 2022年10月7日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C (43,867 fork)batch import
bughelp wanted

倉庫指標

Star
 (20,368 star)
PR 合併指標
 (平均合併 20天 9小時) (30 天內合併 27 個 PR)

描述

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.

貢獻者指南