Some refactoring to prep for BLE support.
This commit is contained in:
parent
be53560b77
commit
04fe57d3a3
8 changed files with 43 additions and 19 deletions
5
src/endpoints.h
Normal file
5
src/endpoints.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "keys.h"
|
||||
|
||||
int zmk_endpoints_send_key_event(struct zmk_key_event key_event);
|
||||
Loading…
Add table
Add a link
Reference in a new issue