mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-23 14:35:18 -05:00
8 lines
121 B
C
8 lines
121 B
C
|
|
#pragma once
|
|
|
|
#include <zmk/keys.h>
|
|
|
|
int zmk_ble_init();
|
|
bool zmk_ble_handle_key_user(struct zmk_key_event *key_event);
|