diff options
author | David Barr <davidbarr@Davids-iMac.local> | 2020-09-30 16:20:41 +0100 |
---|---|---|
committer | David Barr <davidbarr@Davids-iMac.local> | 2020-09-30 16:20:41 +0100 |
commit | a3d0c03726a0bc607d4daab7a90dda57d4ba6a6f (patch) | |
tree | 37f2fe6a250c5bea779968226e906702022231f0 /app/boards/shields/cradio/cradio_right.overlay | |
parent | ed5d3646fe7596fb40d0b7505f8062cdac6537be (diff) |
rename cradios to cradio
Diffstat (limited to 'app/boards/shields/cradio/cradio_right.overlay')
-rw-r--r-- | app/boards/shields/cradio/cradio_right.overlay | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/boards/shields/cradio/cradio_right.overlay b/app/boards/shields/cradio/cradio_right.overlay new file mode 100644 index 0000000..3469199 --- /dev/null +++ b/app/boards/shields/cradio/cradio_right.overlay @@ -0,0 +1,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>; +}; |