blob: b9f9fc3e0b6674efa2472a4156ac5fa01d074b12 (
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(uint8_t position);
int zmk_split_bt_position_released(uint8_t position);
|