Skip to content

Commit afd7115

Browse files
committed
whb04b: Add missing entry in FeedRotaryButtonCodes::codeMap
Tested by overwriting incoming 0x1c codes by 0x9b in usb.cc
1 parent 3f7daf8 commit afd7115

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hal/user_comps/xhc-whb04b-6/pendant.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ FeedRotaryButtonCodes::FeedRotaryButtonCodes() :
343343
{percent_60.code, &percent_60},
344344
{percent_100.code, &percent_100},
345345
{lead.code, &lead},
346+
{lead9B.code, &lead},
346347
{undefined.code, &undefined}
347348
}
348349
{

0 commit comments

Comments
 (0)