forked from kofal.net/zmk
Refactor build/config/keymaps.
* Move all headers to `include/zmk` directory. * Update includes to reference them properly. * Add `keymap.c` file from keymap, if found. * Toplevel CONFIG_ZMK_BLE aggregate config setting.
This commit is contained in:
6
include/zmk/endpoints.h
Normal file
6
include/zmk/endpoints.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <zmk/keys.h>
|
||||
|
||||
int zmk_endpoints_init();
|
||||
int zmk_endpoints_send_key_event(struct zmk_key_event key_event);
|
||||
Reference in New Issue
Block a user