diff options
| author | pbz <jasonchall@gmail.com> | 2021-01-02 13:52:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-02 18:52:50 +0000 |
| commit | dcd665999a5ee04372559d56fc22b9a2d0784bf2 (patch) | |
| tree | e1cf80682a57a23c247f8cf479f77a9bced9fdbe /app/boards/shields/bfo9000/bfo9000_right.overlay | |
| parent | 319ce302700eec9bf2a38b308ac1320aea548453 (diff) | |
feat(shields): add bfo9000 shield
PR: #472
Diffstat (limited to 'app/boards/shields/bfo9000/bfo9000_right.overlay')
| -rw-r--r-- | app/boards/shields/bfo9000/bfo9000_right.overlay | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app/boards/shields/bfo9000/bfo9000_right.overlay b/app/boards/shields/bfo9000/bfo9000_right.overlay new file mode 100644 index 0000000..ab3fb55 --- /dev/null +++ b/app/boards/shields/bfo9000/bfo9000_right.overlay @@ -0,0 +1,25 @@ + /* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +#include "bfo9000.dtsi" + +&default_transform { + col-offset = <9>; +}; + +&kscan0 { + col-gpios + = <&pro_micro_d 9 GPIO_ACTIVE_HIGH> + , <&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> + , <&pro_micro_a 2 GPIO_ACTIVE_HIGH> + , <&pro_micro_a 3 GPIO_ACTIVE_HIGH> + ; +}; |
