Skip to content

Commit

Permalink
change thumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
glebsexy committed Jul 15, 2024
1 parent 4e43fa5 commit 468671f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/sexy_artsey_3d/sexy_artsey_3d.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#define BLM 6 // BOTTOM MIDDLE
#define BLR 5 // BOTTOM RING
#define BLP 4 // BOTTOM PINKY
#define LOT 8 // O-THUMB
#define LIT 9 // I-THUMB
#define LOT 9 // O-THUMB
#define LIT 8 // I-THUMB

&sk {
release-after-ms = <STICKY_TIMEOUT>;
Expand Down
4 changes: 2 additions & 2 deletions config/boards/shields/sexy_artsey_3d/taipo.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// https://github.com/dlip/zmk-taipo/blob/main/config/taipo.dtsi

#define TCOMBO(NAME, BINDINGS, OUTER_BINDINGS, INNER_BINDINGS, BOTH_BINDINGS, LEFT_KEYPOS) \
#define TCOMBO(NAME, BINDINGS, INNER_BINDINGS, OUTER_BINDINGS, BOTH_BINDINGS, LEFT_KEYPOS) \
combo_l_##NAME { \
timeout-ms = <COMBO_TIMEOUT>; \
bindings = <BINDINGS>; \
Expand All @@ -27,7 +27,7 @@ combo_lb_##NAME { \
};


// single • outerinner • both
// single • innerouter • both
TCOMBO(R, &kp R, &kp LS(R), &kp GT, &kp PSCRN, TLP)
TCOMBO(S, &kp S, &kp LS(S), &kp RBRC, &kp C_BRI_UP, TLR)
TCOMBO(N, &kp N, &kp LS(N), &kp RBKT, &kp C_BRI_DN, TLM)
Expand Down

0 comments on commit 468671f

Please sign in to comment.