This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
cinaeco
/
qmk_firmware
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
2c14172467
Branches
Tags
master
qmk_firmware
/
users
/
csc027
/
custom_audio.h
custom_audio.h
102 B
Histórico
Raw
1
2
3
4
5
6
7
8
#pragma once
#if defined(AUDIO_ENABLE)
void on_usb_led_off(void);
void on_usb_led_on(void);
#endif