c68e3d3e42
Fixes #205
10 lines
No EOL
200 B
C
10 lines
No EOL
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); |