{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreia42q2bqorvxjt5eyv4zey5ig7npetvqzuo65pwgc2d6j5xjgjwoq",
"uri": "at://did:plc:nw2u7aissf6da5kj66elkchg/app.bsky.feed.post/3mlxuv747vsd2"
},
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreihbzzruutno6j234ebluozysoszzuzjml65c2ncfhbcdkqblaerlm"
},
"mimeType": "image/jpeg",
"size": 100586
},
"description": "Using Home Row mods was always a challenge for me. When trying Home Row Mods on QMK-based keyboards, the problem was always timing and chords. Sadly, chords are an all-or-nothing feature unless you invest in building custom functions in the firmware, something I have yet to get into.\n\nHowever, the story on ZMK keyboards is very different. The behaviours in ZMK allow for greater flexibility with keyboard setup, albeit with increased complexity, at least for those just starting out.\n\nEquipped […]",
"path": "/832/tweaking-switch-weight-for-home-row-mods/",
"publishedAt": "2026-05-16T12:45:13.000Z",
"site": "https://its23.eu",
"tags": [
"ergokeyboard",
"keyboard",
"keyboards",
"mechanicalkeyboard",
"his video",
"https://www.youtube.com/shorts/LSlomqlv7T4"
],
"textContent": "Using Home Row mods was always a challenge for me. When trying Home Row Mods on QMK-based keyboards, the problem was always timing and chords. Sadly, chords are an all-or-nothing feature unless you invest in building custom functions in the firmware, something I have yet to get into.\n\nHowever, the story on ZMK keyboards is very different. The behaviours in ZMK allow for greater flexibility with keyboard setup, albeit with increased complexity, at least for those just starting out.\n\nEquipped with a new Corne-J/Eyelash from PandaKB, I set out to finally master using Home Row mods. The promise of improved ergonomics was all too alluring.\n\nThe behaviour:\n\n\n // LEFT JOYSTICK RIGHT\n // 0 1 2 3 4 5 6 7 8 9 10 11 12\n // 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27\n // 28 29 30 31 32 33 34 35 36 37 38 39 40 41\n // 41 42 43 44 45 46\n\n // Home row mods — hold triggers only when a key on the OPPOSITE half is pressed\n hml: homerow_mods_left {\n \tcompatible = \"zmk,behavior-hold-tap\";\n \t#binding-cells = <2>;\n \tflavor = \"balanced\";\n \ttapping-term-ms = <220>;\n \tquick-tap-ms = <150>;\n \trequire-prior-idle-ms = <120>;\n \tbindings = <&kp>, <&kp>;\n \thold-trigger-key-positions = <7 8 9 10 11 12 22 23 24 25 26 27 36 37 38 39 40 41 44 45 46>;\n \thold-trigger-on-release;\n };\n\n hmr: homerow_mods_right {\n \tcompatible = \"zmk,behavior-hold-tap\";\n \t#binding-cells = <2>;\n \tflavor = \"balanced\";\n \ttapping-term-ms = <220>;\n \tquick-tap-ms = <150>;\n \trequire-prior-idle-ms = <120>;\n \tbindings = <&kp>, <&kp>;\n \thold-trigger-key-positions = <0 1 2 3 4 5 13 14 15 16 17 18 28 29 30 31 32 33 41 42 43>;\n \thold-trigger-on-release;\n };\n\n\nNothing fancy. The above approach follows standard ZMK guidelines. But unlike QMK, this behaviour can be applied only to select keys, the Home Row mods. For Layer Toggle, I can keep the other config, which uses a `hold-preferred` behaviour on the thumb cluster.\n\n\n < {\n \tquick-tap-ms = <200>;\n \ttapping-term-ms = <150>;\n \tflavor = \"hold-preferred\";\n };\n\n\nThe last obstacle was accidental presses. I know that the split keyboard community raves about Sunset Choc V1 switches, but I personally cannot stand them for longer typing or programming sessions. Not to mention that, together with Red Pro or Choc Browns, they share the same LEGO-like sound (I love how EIGA appropriately captured this in his video).\n\nhttps://www.youtube.com/shorts/LSlomqlv7T4\n\nSo the only options for me were either Twilight or Bokeh silent switches. And silent they are. They are smooth and pillowy, only a tad scratchy, but untrained ears will not pick it up.\n\n#### The problem?\n\n\nTwilight switches are too light for Home Row mods. With Twilights, it is impossible for me to keep my fingers hovering over the home row without accidental activations.\n\nAt the same time, Bokeh switches, being heavier, prevent activation, but they put a bit too much effort on my pinkies and others.\n\nThe solution is simple. I put Bokeh switches on the keys where I park my fingers. Everything else is Twilight for smooth, easy presses.\n\nAnd thus, the perfect keyboard is born. For me, at least. For now.",
"title": "Tweaking Switch Weight for Home Row Mods",
"updatedAt": "2026-05-16T12:49:34.000Z"
}