blob: 3469199b4641c5905ccf9e9d3be9866ac2d015a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* Copyright (c) 2020 Pete Johanson
*
* SPDX-License-Identifier: MIT
*/
#include "cradio.dtsi"
&default_transform {
col-offset = <17>;
};
&bt_unpair_combo {
key-positions = <21 32>;
};
|