Implement a matrix patching system in the Keychron QMK controller to apply keyboard-specific patches to correct for misplaced LEDs

This commit is contained in:
Adam Honse committed 2026-07-12 16:25:07 -05:00
1 parent 21009cdc45
commit 285a7bce4e
3 files changed
+98 -3

No files matched your search

@@ -23,7 +23,7 @@ DetectedControllers DetectQMKKeychronControllers(hid_device_info* info, const st
if(dev)
{
QMKKeychronController* controller = new QMKKeychronController(dev, info->path);
QMKKeychronController* controller = new QMKKeychronController(dev, info->path, info->product_id);
if(controller->GetSupported())
{