Some refactoring to prep for BLE support.

This commit is contained in:
Pete Johanson
2020-05-12 14:15:33 -04:00
parent be53560b77
commit 04fe57d3a3
8 changed files with 43 additions and 19 deletions

5
src/endpoints.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include "keys.h"
int zmk_endpoints_send_key_event(struct zmk_key_event key_event);