forked from kofal.net/zmk
Get *basic* USB report sending working.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <devicetree.h>
|
||||
|
||||
#include "kscan.h"
|
||||
#include "usb_hid.h"
|
||||
|
||||
void main(void)
|
||||
{
|
||||
@@ -18,4 +19,9 @@ void main(void)
|
||||
printk("Keyboard Scan Init Failed\n");
|
||||
return;
|
||||
}
|
||||
|
||||
if (zmk_usb_hid_init() < 0) {
|
||||
printk("USB HID Init Failed\n");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user