Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-core-4.1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix system key send
teensy4-core
PaulStoffregen
hace 8 años
padre
98183abe41
commit
dc2cc5fbe4
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy3/usb_keyboard.c
+ 1
- 1
teensy3/usb_keyboard.c
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar