Skip to content

Commit

Permalink
Adjusting the encoder direction
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Aug 13, 2024
1 parent f6c075f commit e8a708f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/splitkb_aurora_sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
&mt LCTRL ESC &mt LEFT_ALT DOWN &lt 1 UP &mt LGUI SPACE &lt 2 ENTER &lt 1 BACKSPACE &mt RGUI SPACE &lt 2 LEFT &lt 3 RIGHT_COMMAND &mt RS(RA(RCTRL)) DEL
>;

sensor-bindings = <&inc_dec_kp UP DOWN>, <&inc_dec_kp RIGHT LEFT>;
sensor-bindings = <&inc_dec_kp UP DOWN>, <&inc_dec_kp LEFT RIGHT>;
};

NUM {
Expand All @@ -113,7 +113,7 @@

sensor-bindings =
<&inc_dec_kp LA(UP) RA(DOWN)>,
<&inc_dec_kp LA(RIGHT) LA(LEFT)>;
<&inc_dec_kp LA(LEFT) LA(RIGHT)>;
};

NAV {
Expand All @@ -134,7 +134,7 @@

sensor-bindings =
<&inc_dec_kp LA(LG(UP)) LA(LG(DOWN))>,
<&inc_dec_kp RA(RG(RIGHT)) RA(RG(LEFT))>;
<&inc_dec_kp RA(RG(LEFT)) RA(RG(RIGHT))>;
};

SHORT-BT {
Expand Down

0 comments on commit e8a708f

Please sign in to comment.