This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-core-4.1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix system key send
teensy4-core
PaulStoffregen
8 years ago
parent
98183abe41
commit
dc2cc5fbe4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy3/usb_keyboard.c
+ 1
- 1
teensy3/usb_keyboard.c
View File
@@ -604,7 +604,7 @@ static void usb_keymedia_press_system_key(uint8_t key)
}
for (i=0; i < 3; i++) {
if (keymedia_system_keys[i] == 0) {
keymedia_
consumer
_keys[i] = key;
keymedia_
system
_keys[i] = key;
usb_keymedia_send();
return;
}
Write
Preview
Loading…
Cancel
Save