diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-15 17:21:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 17:21:23 -0400 |
commit | ed28f5a6a3f984c4026899edd30d4ef3c1cf4ed3 (patch) | |
tree | 50c8e82fd8ec488ec6c4bbe61894a268a0797fbf /app/boards/shields/cradio/cradio_right.overlay | |
parent | a1387eb041f01be99243710e7e2edf67451d6dd5 (diff) | |
parent | f7912eb9decc2048c204818defc717a71135edc6 (diff) |
Merge pull request #224 from davidphilipbarr/cradio
Cradio
Diffstat (limited to 'app/boards/shields/cradio/cradio_right.overlay')
-rw-r--r-- | app/boards/shields/cradio/cradio_right.overlay | 11 |
1 files changed, 11 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..01aa1ab --- /dev/null +++ b/app/boards/shields/cradio/cradio_right.overlay @@ -0,0 +1,11 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include "cradio.dtsi" + +&default_transform { + col-offset = <17>; +}; |