Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AnalogSense.js
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ class AsProviderBytech extends AsProvider
{
static populateFilters(filters)
{
filters.push({ vendorId: 0x372E, productId: 0x105B }); // Redragon K709 HE (K709PLB-RGB-M)
filters.push({ vendorId: 0x372E, productId: 0x105B, usagePage: 0xFF00 }); // Redragon K709 HE (K709PLB-RGB-M)
}

_buildPayload(cmd, sub)
Expand Down