aboutsummaryrefslogtreecommitdiffstats
path: root/src/hid.c
blob: ed4eeddae08493c8b5360960c3826a3c0ad95abc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "hid.h"

void
hid_init(void)
{
	
}

void
hid_task(void)
{

	/* assemble hid report */
}