Skip to content

Commit

Permalink
chord bvzq
Browse files Browse the repository at this point in the history
  • Loading branch information
willpuckett committed Oct 25, 2024
1 parent c73ac00 commit d791af1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 12 additions & 3 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,24 @@

// Engrammer center column rotated on to home row
#if LAYOUT == ENGRAMMER
ZMK_COMBO(caps_word, &caps_word, LM1 RM1, 0, 50, RPI)
ZMK_COMBO(minus, &mt UNDER MINUS, 13 14, 0, 25, RPI)
ZMK_COMBO(comma, &mt LT COMMA, 14 15, 0, 25, RPI)
ZMK_COMBO(sqt, &mt DQT SQT, 15 16, 0, 25, RPI)
ZMK_COMBO(semi, &mt COLON SEMI, 19 20, 0, 25, RPI)
ZMK_COMBO(dot, &mt GT DOT, 20 21, 0, 25, RPI)
ZMK_COMBO(slash, &mt QMARK SLASH, 21 22, 0, 25, RPI)
ZMK_COMBO(caps_word, &caps_word, LM1 RM1, 0, 25, RPI)
ZMK_COMBO(equl, &mt PLUS EQUAL, RT2 RT3, 0, 25, RPI)
ZMK_COMBO(bslh, &mt PIPE BSLH, LT2 LT3, 0, 25, RPI)
ZMK_COMBO(equl, &mt PLUS EQUAL, RT1 RT2, 0, 25, RPI)
ZMK_COMBO(bslh, &mt PIPE BSLH, LT1 LT2, 0, 25, RPI)
ZMK_COMBO(letterb, &kp B, TL2 TL3, 0, 25, RPI)
ZMK_COMBO(letterb, &kp B, BR2 BR3, 0, 25, RPI)
ZMK_COMBO(letterv, &kp V, TR2 TR3, 0, 25, RPI)
ZMK_COMBO(letterz, &kp Z, BR1 BR2, 0, 25, RPI)
ZMK_COMBO(letterq, &kp Q, BR3 BR4, 0, 25, RPI)
ZMK_COMBO(cclbkt, &mt LBRC LBKT, ML0 MB0, 0, 50, RPI)
ZMK_COMBO(ccrbkt, &mt RBRC RBKT, MR0 MB0, ALL, 50, RPI)

// ZMK_COMBO(bl_next, &bt BT_NXT, RT5 RM5 RB5, NUM_L, 50, RPI)
#endif

// Numbers
Expand Down
2 changes: 0 additions & 2 deletions config/taps.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// #include "zmk-helpers/key-labels/42.h"

// ╭─────────────────────────┬─────────────────────────╮
// │ LT5 LT4 LT3 LT2 LT1 LT0 │ RT0 RT1 RT2 RT3 RT4 RT5 │
// │ LM5 LM4 LM3 LM2 LM1 LM0 │ RM0 RM1 RM2 RM3 RM4 RM5 │
Expand Down

0 comments on commit d791af1

Please sign in to comment.