blob: c2be512f0081b07fea95d629e8832a6ff3e3c142 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* 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);
|