mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-14 00:56:57 -05:00
12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
/*
|
|
* Copyright (c) 2020 Pete Johanson
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
#include "cradio.dtsi"
|
|
|
|
&bt_unpair_combo {
|
|
|
|
key-positions = <0 16>;
|
|
};
|