Skip to content

Commit 15495a3

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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, &lead9B},
346347
{undefined.code, &undefined}
347348
}
348349
{

0 commit comments

Comments
 (0)