Skip to content

Commit

Permalink
Update mapToWootingKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 31, 2024
1 parent a12860a commit 20e973c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ static soup::Thread discover_thread;
case soup::KEY_PREV_TRACK: return 0x3B6;
case soup::KEY_STOP_MEDIA: return 0x3B7;
case soup::KEY_PLAY_PAUSE: return 0x3CD;
case soup::KEY_OEM_5: return 0x401;
case soup::KEY_OEM_6: return 0x402;
case soup::KEY_OEM_1: return 0x403;
case soup::KEY_OEM_2: return 0x404;
case soup::KEY_OEM_3: return 0x405;
Expand Down

0 comments on commit 20e973c

Please sign in to comment.