9 lines
148 B
C
9 lines
148 B
C
|
/*
|
||
|
* Copyright (c) 2022 The ZMK Contributors
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
bool zmk_split_bt_peripheral_is_connected(void);
|