Skip to content

Commit

Permalink
Create sofle-right.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon authored Aug 18, 2024
1 parent af2f834 commit 404c98c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions boards/shields/sofle/sofle-right.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
* Copyright (c) 2020 Ryan Cross
*
* SPDX-License-Identifier: MIT
*/

#include "sofle.dtsi"

&default_transform {
col-offset = <6>;
};

&kscan0 {
col-gpios
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
, <&pro_micro 16 GPIO_ACTIVE_HIGH>
, <&pro_micro 14 GPIO_ACTIVE_HIGH>
, <&pro_micro 15 GPIO_ACTIVE_HIGH>
, <&pro_micro 18 GPIO_ACTIVE_HIGH>
, <&pro_micro 19 GPIO_ACTIVE_HIGH>
;
};

&right_encoder {
status = "okay";
};

0 comments on commit 404c98c

Please sign in to comment.