Skip to content

Commit

Permalink
volume reversed and corrected name
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 24, 2025
1 parent 1755c30 commit 0706cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/wyld_dm.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONFIG_ZMK_KEYBOARD_NAME="wyld_6x7"
CONFIG_ZMK_KEYBOARD_NAME="wyld_5x7"
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
# CONFIG_ZMK_EXT_POWER=y
# CONFIG_BT_LL_SW_LLCP_LEGACY=y
Expand Down
6 changes: 3 additions & 3 deletions config/wyld_dm.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
&kp UP &kp DOWN &kp LEFT &kp RIGHT
>;

sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
};

lower_layer {
Expand All @@ -57,7 +57,7 @@
&trans &trans &trans &trans
>;

sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;

};

Expand All @@ -75,7 +75,7 @@
&trans &trans &trans &trans
>;

sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
};

};
Expand Down

0 comments on commit 0706cdc

Please sign in to comment.