mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-14 22:27:56 -04:00
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:
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())
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user