forked from mirrors/qmk_userspace
Add consumer/system control feature to LUFA.
This commit is contained in:
parent
a9a3610dd4
commit
3d81d5221e
10 changed files with 209 additions and 96 deletions
|
@ -62,11 +62,6 @@ int main(void)
|
|||
|
||||
debug("initForUsbConnectivity()\n");
|
||||
initForUsbConnectivity();
|
||||
int i;
|
||||
while(--i){ /* To configured */
|
||||
usbPoll();
|
||||
_delay_ms(1);
|
||||
}
|
||||
|
||||
debug("main loop\n");
|
||||
while (1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue