zmk_mf68/app/include/zmk/split/bluetooth/service.h
2020-10-02 13:14:31 +05:30

10 lines
200 B
C

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#pragma once
int zmk_split_bt_position_pressed(u8_t position);
int zmk_split_bt_position_released(u8_t position);