9 lines
No EOL
127 B
C
9 lines
No EOL
127 B
C
|
|
#pragma once
|
|
|
|
#include "keys.h"
|
|
#include "hid.h"
|
|
|
|
int zmk_hog_init();
|
|
|
|
int zmk_hog_send_report(struct zmk_hid_report *report); |