forked from mirrors/qmk_userspace
ADB keyboard LEDs support
This commit is contained in:
parent
40c24dc89a
commit
06db39583f
5 changed files with 60 additions and 13 deletions
1
adb.h
1
adb.h
|
@ -14,5 +14,6 @@
|
|||
void adb_host_init(void);
|
||||
bool adb_host_psw(void);
|
||||
uint16_t adb_host_kbd_recv(void);
|
||||
void adb_host_kbd_led(uint8_t led);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue