aboutsummaryrefslogtreecommitdiffstats
path: root/src/hid.h
blob: 65efb0118a7992dbd06159f35ee9b6a65cc7d448 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include <stdbool.h>
#include <stdint.h>

void hid_init(void);
bool hid_gen_report(uint8_t *keycode);
void hid_task(void);