diff --git a/config/boards/shields/Hatsu/am_hatsu_right.overlay b/config/boards/shields/Hatsu/am_hatsu_right.overlay deleted file mode 100644 index 997a2fc..0000000 --- a/config/boards/shields/Hatsu/am_hatsu_right.overlay +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (c) 2020 Pete Johanson - * - * SPDX-License-Identifier: MIT - */ - -#include "am_hatsu.dtsi" - -&default_transform { - col-offset = <6>; -}; - -&kscan0 { - col-gpios - = <&pro_micro 4 (GPIO_ACTIVE_HIGH)> // COL0 - , <&pro_micro 5 (GPIO_ACTIVE_HIGH)> // COL1 - , <&pro_micro 6 (GPIO_ACTIVE_HIGH)> // COL2 - , <&pro_micro 7 (GPIO_ACTIVE_HIGH)> // COL3 - , <&pro_micro 8 (GPIO_ACTIVE_HIGH)> // COL4 - , <&pro_micro 9 (GPIO_ACTIVE_HIGH)> // COL5 - ; -};