summaryrefslogtreecommitdiff
path: root/app/include/zmk/endpoints.h
blob: 624bb4e8efa1127b21fdb15cb0bd3367df23125f (plain)
1
2
3
4
5
6
7
#pragma once

#include <zmk/keys.h>
#include <zmk/hid.h>

int zmk_endpoints_init();
int zmk_endpoints_send_report(u8_t usage_report);