Skip to content

Commit

Permalink
Fix launchpad keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
dzervas committed May 25, 2023
1 parent 4bffca0 commit 3372688
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions config/boards/shields/launchpad/launchpad.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
diode-direction = "col2row";

col-gpios
= <&gpio0 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>
, <&gpio0 30 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>
, <&gpio1 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>
= <&gpio0 4 GPIO_ACTIVE_HIGH>
, <&gpio0 30 GPIO_ACTIVE_HIGH>
, <&gpio1 14 GPIO_ACTIVE_HIGH>
;
row-gpios
= <&gpio0 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>
, <&gpio0 28 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>
, <&gpio0 29 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>
= <&gpio0 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 28 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 29 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;
};
};
Expand Down
6 changes: 3 additions & 3 deletions config/launchpad.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

default_layer {
bindings = <
&kp F16 &kp F17 &kp F18
&kp F19 &kp F20 &kp F21
&kp F22 &kp F23 &kp F24
&kp INT1 &kp INT2 &kp INT3
&kp INT4 &kp INT5 &kp INT6
&kp INT7 &kp INT8 &kp INT9
>;
};
};
Expand Down

0 comments on commit 3372688

Please sign in to comment.