Some initial BEL HoG support.

This commit is contained in:
Pete Johanson
2020-05-15 09:41:06 -04:00
parent 04fe57d3a3
commit 73bea6218e
13 changed files with 523 additions and 160 deletions

View File

@@ -5,12 +5,10 @@
#include <usb/class/usb_hid.h>
#include "keys.h"
#include "hid.h"
int zmk_usb_hid_init();
// TODO: Modifiers!
int zmk_usb_hid_press_key(zmk_key key);
int zmk_usb_hid_release_key(zmk_key key);
int zmk_usb_hid_send_report(const struct zmk_hid_report *report);
#endif