diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:41:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 22:41:33 -0400 |
commit | f6110a632d0ddbc0a9ebd7bfd4997366f95facfd (patch) | |
tree | f6d43e4b6a3a4851a7c19ac4bf0b6d6396b213d4 /app/boards/shields/lily58/lily58_left.overlay | |
parent | 4f6e2a6694f7f3a5c7d04b984aed218bfff934b1 (diff) | |
parent | 4495aaa7be99550efc0b139084d352dfef7b99ad (diff) |
Merge pull request #57 from petejohanson/boards/lily58-initial-shield
Initial Lily58 shield definition.
Diffstat (limited to 'app/boards/shields/lily58/lily58_left.overlay')
-rw-r--r-- | app/boards/shields/lily58/lily58_left.overlay | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/boards/shields/lily58/lily58_left.overlay b/app/boards/shields/lily58/lily58_left.overlay new file mode 100644 index 0000000..c8e2213 --- /dev/null +++ b/app/boards/shields/lily58/lily58_left.overlay @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2020 Pete Johanson + * + * SPDX-License-Identifier: MIT + */ + +#include "lily58.dtsi" + +&kscan0 { + col-gpios + = <&pro_micro_a 1 GPIO_ACTIVE_HIGH> + , <&pro_micro_a 0 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 15 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 14 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 16 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 10 GPIO_ACTIVE_HIGH> + ; +}; + |