diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-16 23:41:55 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-16 23:41:55 -0400 |
commit | c3dd7b694d30a56b9dc9a0ebec6f9f475f63149d (patch) | |
tree | 03c91d845aacc65b2419370ef73e14e000f51d9f /app/boards/shields/lily58/lily58_right.overlay | |
parent | 4f6e2a6694f7f3a5c7d04b984aed218bfff934b1 (diff) |
Initial Lily58 shield definition.
Diffstat (limited to 'app/boards/shields/lily58/lily58_right.overlay')
-rw-r--r-- | app/boards/shields/lily58/lily58_right.overlay | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app/boards/shields/lily58/lily58_right.overlay b/app/boards/shields/lily58/lily58_right.overlay new file mode 100644 index 0000000..748be14 --- /dev/null +++ b/app/boards/shields/lily58/lily58_right.overlay @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2020 Pete Johanson + * + * SPDX-License-Identifier: MIT + */ + +#include "lily58.dtsi" + +&default_transform { + col-offset = <6>; +}; + +&kscan0 { + col-gpios + = <&pro_micro_d 10 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 16 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 14 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 15 GPIO_ACTIVE_HIGH> + , <&pro_micro_a 0 GPIO_ACTIVE_HIGH> + , <&pro_micro_a 1 GPIO_ACTIVE_HIGH> + ; +}; + |