Skip to content

Commit

Permalink
Not pro micro.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Jul 27, 2024
1 parent 3497dda commit 6faa0eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion boards/arm/waveshare_rp2040_zero/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ config BOARD

config RP2_FLASH_W25Q080
default y

endif # BOARD_WAVESHARE_RP2040_ZERO
14 changes: 7 additions & 7 deletions boards/shields/mr_useful/mr_useful.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
label = "default_kscan";
diode-direction = "col2row";

row-gpios = <&pro_micro 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&pro_micro 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&pro_micro 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&pro_micro 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
row-gpios = <&waveshare_rp2040_zero 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&waveshare_rp2040_zero 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&waveshare_rp2040_zero 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>,
<&waveshare_rp2040_zero 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;

col-gpios = <&pro_micro 11 GPIO_ACTIVE_HIGH>,
<&pro_micro 12 GPIO_ACTIVE_HIGH>,
<&pro_micro 13 GPIO_ACTIVE_HIGH>;
col-gpios = <&waveshare_rp2040_zero 11 GPIO_ACTIVE_HIGH>,
<&waveshare_rp2040_zero 12 GPIO_ACTIVE_HIGH>,
<&waveshare_rp2040_zero 13 GPIO_ACTIVE_HIGH>;
};

default_transform: matrix_transform {
Expand Down

0 comments on commit 6faa0eb

Please sign in to comment.