2020-10-01 15:56:54 +10:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2020-06-29 14:37:11 +10:00
|
|
|
#pragma once
|
|
|
|
|
2020-12-03 03:41:57 +11:00
|
|
|
int zmk_split_bt_position_pressed(uint8_t position);
|
|
|
|
int zmk_split_bt_position_released(uint8_t position);
|