Skip to content

Commit

Permalink
right col pins
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Oct 29, 2024
1 parent 6086757 commit 1d51c96
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
28 changes: 15 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions config/boards/shields/wyld_dm/wyld_dm_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
, <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // 1.04
// , <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // 1.04
;
// col-gpios
// = <&gpio0 31 GPIO_ACTIVE_HIGH> // 0.31
// , <&gpio0 29 GPIO_ACTIVE_HIGH> // 0.29
// , <&gpio0 2 GPIO_ACTIVE_HIGH> // 0.02
// , <&gpio1 15 GPIO_ACTIVE_HIGH> // 1.15
// , <&gpio1 13 GPIO_ACTIVE_HIGH> // 1.13
col-gpios
= <&gpio0 31 GPIO_ACTIVE_HIGH> // 0.31
, <&gpio0 29 GPIO_ACTIVE_HIGH> // 0.29
, <&gpio0 2 GPIO_ACTIVE_HIGH> // 0.02
, <&gpio1 15 GPIO_ACTIVE_HIGH> // 1.15
, <&gpio1 13 GPIO_ACTIVE_HIGH> // 1.13
, <&gpio1 11 GPIO_ACTIVE_HIGH> // 1.10
, <&gpio0 10 (GPIO_ACTIVE_HIGH )> // 0.10
; col-gpios
// = <&gpio0 10 (GPIO_ACTIVE_HIGH )>
// , <&gpio1 11 GPIO_ACTIVE_HIGH> // 1.10
// , <&gpio0 10 (GPIO_ACTIVE_HIGH )> // 0.10
// , <&gpio1 13 GPIO_ACTIVE_HIGH> // 1.13
// , <&gpio1 15 GPIO_ACTIVE_HIGH> // 1.15
// , <&gpio0 2 GPIO_ACTIVE_HIGH> // 0.02
// , <&gpio0 29 GPIO_ACTIVE_HIGH> // 0.29
// , <&gpio0 31 GPIO_ACTIVE_HIGH> // 0.31
// ;
col-gpios
= <&gpio0 10 (GPIO_ACTIVE_HIGH )>
, <&gpio1 11 GPIO_ACTIVE_HIGH> // 1.10
, <&gpio1 13 GPIO_ACTIVE_HIGH> // 1.13
, <&gpio1 15 GPIO_ACTIVE_HIGH> // 1.15
, <&gpio0 2 GPIO_ACTIVE_HIGH> // 0.02
, <&gpio0 29 GPIO_ACTIVE_HIGH> // 0.29
, <&gpio0 31 GPIO_ACTIVE_HIGH> // 0.31
;
//
};

&right_encoder {
Expand Down
2 changes: 1 addition & 1 deletion config/wyld_dm.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
&kp CAPS &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&mo RAISE &kp SPACE &kp ENTER &mo LOWER
&kp TAB &kp DEL &kp RALT &kp RGUI
&kp TAB &kp BSPC &kp DEL &kp RALT
&kp LCTRL &kp HOME &kp K_MUTE &kp RCTRL
>;

Expand Down

0 comments on commit 1d51c96

Please sign in to comment.