HMX Swift V2 — RGB Linear Switch with Light Guide | Smooth · Factory Lubed · 80M
HMX Swift V2 Linear Switch - Board-Versatile Acoustics & Silky Glide /* ========================================= DIYKEY Independent Scope · Minimalist Premium Design Product: HMX Swift V2 Linear Switch ========================================= */ .dk-product-details { /* Design Tokens - "Swift Violet" theme for a highly custom, aesthetic, and premium keeb vibe */ --dk-primary: #7C3AED; /* Violet 600 */ --dk-primary-light: #F5F3FF; /* Violet 50 */ --dk-primary-hover: #5B21B6; /* Violet 800 */ --dk-text-title: #111827; --dk-text-main: #374151; --dk-text-muted: #6b7280; --dk-text-light: #9ca3af; --dk-bg-main: #fcfcfc; --dk-bg-card: #ffffff; --dk-bg-subtle: #f8fafc; --dk-border-color: #e5e7eb; --dk-radius-xl: 32px; --dk-radius-lg: 24px; --dk-radius-md: 16px; --dk-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.03); --dk-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.05); --dk-shadow-hover: 0 20px 40px -10px rgba(0, 0, 0, 0.08); --dk-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); --dk-transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: var(--dk-bg-main); color: var(--dk-text-main); line-height: 1.6; padding-bottom: 80px; box-sizing: border-box; -webkit-font-smoothing: antialiased; } .dk-product-details * { box-sizing: border-box; margin: 0; padding: 0; } .dk-container { width: 92%; max-width: 1100px; margin: 0 auto; } /* Generic Titles */ .dk-section-title { font-size: 32px; font-weight: 800; text-align: center; margin: 64px 0 32px; letter-spacing: -1px; color: var(--dk-text-title); line-height: 1.2; } .dk-section-title::after { content: ''; display: block; width: 40px; height: 4px; margin: 12px auto 0; background-color: var(--dk-primary); border-radius: 4px; } /* ================= Hero Section ================= */ .dk-hero-section { padding: 32px 0 48px; } .dk-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; } .dk-video-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 0 auto; border-radius: var(--dk-radius-xl); overflow: hidden; background: #000000; box-shadow: var(--dk-shadow-md); transform: translateZ(0); display: flex; align-items: center; justify-content: center; color: var(--dk-text-muted); font-size: 14px; } .dk-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .dk-feature-media { width: 100%; border-radius: var(--dk-radius-lg); box-shadow: var(--dk-shadow-md); overflow: hidden; background: #f0f2f5; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: var(--dk-text-light); font-size: 14px; text-align: center; position: relative; } .dk-feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; } .dk-hero-badge { display: inline-flex; background: var(--dk-primary-light); color: var(--dk-primary); padding: 8px 18px; border-radius: 40px; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; } .dk-hero-title { font-size: 38px; font-weight: 800; line-height: 1.2; margin-bottom: 20px; letter-spacing: -1px; color: var(--dk-text-title); } .dk-hero-subtitle { font-size: 17px; color: var(--dk-text-muted); font-weight: 600; margin-bottom: 20px; line-height: 1.5; } .dk-hero-desc { font-size: 15px; color: var(--dk-text-main); margin-bottom: 28px; line-height: 1.7; } .dk-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; } .dk-tag { background: var(--dk-bg-subtle); padding: 8px 16px; border-radius: 40px; font-size: 14px; font-weight: 600; color: var(--dk-text-main); transition: var(--dk-transition); border: 1px solid var(--dk-border-color); } .dk-tag:hover { background: var(--dk-primary-light); color: var(--dk-primary); border-color: var(--dk-primary-light); transform: translateY(-2px); } /* ================= Trust Numbers ================= */ .dk-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 48px 0; text-align: center; background: var(--dk-bg-subtle); padding: 32px 20px; border-radius: var(--dk-radius-xl); border: 1px solid var(--dk-border-color); } .dk-trust-num { font-size: 32px; font-weight: 800; color: var(--dk-primary); letter-spacing: -1px; } .dk-trust-label { font-size: 13px; color: var(--dk-text-muted); font-weight: 700; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.5px; } /* ================= Pain Points ================= */ .dk-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .dk-pain-card { background: var(--dk-bg-card); padding: 32px 20px; border-radius: var(--dk-radius-lg); text-align: center; box-shadow: var(--dk-shadow-sm); border: 1px solid #f3f4f6; transition: var(--dk-transition); } .dk-pain-card:hover { transform: translateY(-8px); box-shadow: var(--dk-shadow-hover); border-color: var(--dk-primary-light); } .dk-pain-icon { width: 48px; height: 48px; margin: 0 auto 20px; color: var(--dk-text-title); transition: var(--dk-transition); } .dk-pain-icon svg { width: 100%; height: 100%; } .dk-pain-card:hover .dk-pain-icon { color: var(--dk-primary); transform: scale(1.1); } .dk-pain-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--dk-text-title); } .dk-pain-card p { font-size: 15px; color: var(--dk-text-muted); } .dk-pain-solution { margin-top: 32px; background: var(--dk-text-title); color: #ffffff; padding: 20px 28px; border-radius: var(--dk-radius-md); text-align: center; font-size: 16px; font-weight: 500; box-shadow: var(--dk-shadow-md); } /* ================= FABE Feature Blocks ================= */ .dk-feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin: 64px 0; } .dk-feature-block.reverse { direction: rtl; } .dk-feature-block.reverse > * { direction: ltr; } .dk-feature-text h3 { font-size: 28px; font-weight: 800; line-height: 1.3; margin-bottom: 24px; color: var(--dk-text-title); } .dk-fabe-list { display: flex; flex-direction: column; gap: 20px; } .dk-fabe-item { padding-left: 16px; border-left: 4px solid var(--dk-primary); } .dk-fabe-item strong { display: block; font-size: 16px; color: var(--dk-text-title); margin-bottom: 6px; } .dk-fabe-item p { font-size: 15px; color: var(--dk-text-muted); } /* ================= Spec Tables ================= */ .dk-table-wrapper { margin-bottom: 48px; border-radius: var(--dk-radius-md); background: var(--dk-bg-card); box-shadow: var(--dk-shadow-sm); border: 1px solid var(--dk-border-color); overflow-x: auto; -webkit-overflow-scrolling: touch; } .dk-table { width: 100%; border-collapse: collapse; font-size: 15px; white-space: nowrap; } .dk-table th, .dk-table td { padding: 16px 20px; border-bottom: 1px solid var(--dk-border-color); text-align: left; } .dk-table th { background: var(--dk-bg-subtle); font-weight: 700; color: var(--dk-text-title); } .dk-comp-winner { color: var(--dk-primary); font-weight: 700; background: var(--dk-primary-light); padding: 4px 10px; border-radius: 6px; white-space: nowrap; } .dk-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; } .dk-spec-card { background: var(--dk-bg-subtle); padding: 20px; border-radius: var(--dk-radius-md); text-align: center; border: 1px solid var(--dk-border-color); transition: var(--dk-transition); } .dk-spec-card:hover { background: #fff; box-shadow: var(--dk-shadow-hover); transform: translateY(-4px); } .dk-spec-card span { font-size: 28px; display: block; margin-bottom: 12px; } .dk-spec-card strong { display: block; font-size: 15px; margin-bottom: 4px; color: var(--dk-text-title); } .dk-spec-card p { font-size: 14px; color: var(--dk-text-muted); } /* ================= Testimonials ================= */ .dk-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .dk-testimonial-card { background: var(--dk-bg-card); padding: 24px; border-radius: var(--dk-radius-lg); box-shadow: var(--dk-shadow-sm); border: 1px solid var(--dk-border-color); transition: var(--dk-transition); display: flex; flex-direction: column; } .dk-testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--dk-shadow-hover); } .dk-stars { color: #F59E0B; font-size: 16px; margin-bottom: 12px; } .dk-testimonial-card p { font-size: 15px; font-style: italic; color: var(--dk-text-main); margin-bottom: 20px; line-height: 1.7; flex-grow: 1; } .dk-testimonial-user { font-weight: 700; color: var(--dk-primary); font-size: 14px; } /* ================= Trust Features ================= */ .dk-trust-features { background: var(--dk-bg-card); border-radius: var(--dk-radius-xl); padding: 48px 24px; text-align: center; margin: 64px 0; border: 1px solid var(--dk-border-color); box-shadow: var(--dk-shadow-sm); } .dk-tf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 32px auto 0; } .dk-tf-item { display: flex; flex-direction: column; align-items: center; } .dk-tf-icon { width: 48px; height: 48px; margin-bottom: 12px; color: var(--dk-text-muted); } .dk-tf-item p { font-weight: 700; color: var(--dk-text-title); font-size: 16px; margin-bottom: 6px;} .dk-tf-item span { font-size: 14px; color: var(--dk-text-muted); } /* ================= FAQ ================= */ .dk-faq-wrapper { max-width: 800px; margin: 0 auto; } .dk-faq-item { background: var(--dk-bg-card); border: 1.5px solid var(--dk-border-color); border-radius: var(--dk-radius-md); margin-bottom: 16px; transition: var(--dk-transition); position: relative; overflow: hidden; } .dk-faq-item.active { border-color: var(--dk-primary); box-shadow: var(--dk-shadow-hover); } .dk-faq-button { width: 100%; padding: 20px 24px; background: none; border: none; display: flex; align-items: flex-start; justify-content: space-between; cursor: pointer; text-align: left; gap: 16px; outline: none; } .dk-faq-q-box { display: flex; gap: 16px; align-items: flex-start; } .dk-faq-label { font-size: 13px; font-weight: 800; color: var(--dk-primary); background: var(--dk-primary-light); width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 6px; flex-shrink: 0; } .dk-faq-question-text { font-size: 16px; font-weight: 700; color: var(--dk-text-title); line-height: 1.4; } .dk-faq-icon { width: 22px; height: 22px; color: var(--dk-text-light); transition: var(--dk-transition-bounce); } .dk-faq-item.active .dk-faq-icon { transform: rotate(180deg); color: var(--dk-primary); } .dk-faq-collapse { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); } .dk-faq-item.active .dk-faq-collapse { grid-template-rows: 1fr; } .dk-faq-answer-inner { overflow: hidden; } .dk-faq-answer { padding: 0 24px 24px 66px; color: var(--dk-text-main); font-size: 15px; line-height: 1.7; } /* Poetic Footer */ .dk-poetic-footer { text-align: center; padding: 32px 20px; margin-top: 40px; font-style: italic; color: var(--dk-primary); font-size: 16px; background: var(--dk-bg-subtle); border-radius: var(--dk-radius-md); border: 1px solid var(--dk-primary-light); } /* ================= Responsive Adjustment ================= */ @media (max-width: 768px) { .dk-hero-grid { grid-template-columns: 1fr; gap: 32px; } .dk-section-title { font-size: 26px; } .dk-trust-grid { grid-template-columns: repeat(2, 1fr); } .dk-pain-grid { grid-template-columns: 1fr; } .dk-feature-block, .dk-feature-block.reverse { grid-template-columns: 1fr; gap: 32px; direction: ltr; } .dk-spec-grid { grid-template-columns: repeat(2, 1fr); } .dk-testimonial-grid { grid-template-columns: 1fr; } .dk-tf-grid { grid-template-columns: 1fr; gap: 32px; } .dk-table-wrapper { overflow-x: auto; } .dk-feature-media { border-radius: var(--dk-radius-lg); } .dk-video-wrapper { border-radius: var(--dk-radius-lg); } } HMX Acoustic Masterpiece HMX Swift V2 Linear Switch The Perfect Balance of Board-Versatile Acoustics and Ultimate Silky Glide. Tired of monotonous, boring linear switches? Or exhausted by switches that are too light (causing typos) or too heavy (causing fatigue)? HMX introduces the highly anticipated disruptor in the custom keeb scene—the "HMX Swift V2 Linear Switch."Often praised as the "Transformer of Linears," it pioneers the "Board-Versatile Acoustics" feature, dynamically adapting its sound profile to your keyboard's build—shifting from a warm, muted "Thock" to a bright, crisp "Clack." Equipped with an exclusive LY blend stem, a 22mm Korean KOS extended spring, and a golden 42gf actuation sweet spot, the Swift V2 guarantees premium auditory ASMR and a buttery-smooth feel, whether you're executing complex RPG/MMO combos or typing heavily all day. 🎵 Board-Versatile Acoustics 🧈 Custom LY Stem 🎯 42gf Sweet-Spot 🌊 22mm KOS Spring Thock/Clack Dynamic Sound 42gf Actuation Force LY Ultra-Smooth Stem 22mm KOS Long Spring Core Advantages: Redefining Your Linear Experience We know custom enthusiasts don't just want smoothness; they crave the joy of perfect "acoustic resonance" with their specific keyboard kit. The Swift V2 is built exactly for this. The Problem: Monotonous Sound Most linear switches have a fixed sound profile that feels flat regardless of the board, or worse, they emit harsh, high-frequency metallic pings that ruin any ASMR experience. The Problem: Wobbly & Scratchy Standard stems have high friction, becoming scratchy over time. To achieve smoothness, manufacturers often sacrifice stem stability, leading to annoying keycap wobble. The Problem: Typos & Fatigue Ultra-light switches (e.g., 35g) cause accidental misfires during intense gaming, while heavier switches (55g+) leave your fingers aching after long typing sessions. ✨ HMX Swift V2 Linear: The endgame solution offering Board-Versatile Acoustics, an ultra-stable LY stem, and a fatigue-free 42gf actuation with a 22mm KOS spring. Say Goodbye to MonotonyBoard-Versatile Acoustics: Thock or Clack Traditional Issue Most linear switches lack acoustic adaptability. They either sound consistently boring across all kits or produce annoying high-frequency metallic leaf pings. The HMX Advantage Combines a PA12 top and PA30 bottom housing with a newly molded LY stem, creating unparalleled acoustic plasticity that adapts to your build. The Benefit A switch that "listens" to your setup. In a PC-plate or foam-heavy kit, it delivers a warm, muted "Thock." In an aluminum or brass build, it shifts to a bright, crisp "Clack." It filters out all harsh pings, leaving only a highly addictive, pure nylon bottom-out for top-tier ASMR enjoyment. Say Goodbye to Wobble & ScratchExclusive LY Stem: Rock-Solid & Silky Glide Traditional Issue Common stem materials generate friction over time, and prioritizing smoothness often leads to loose tolerances and wobbly keycaps. The HMX Advantage Utilizes HMX’s secret-recipe LY blend material for the stem alongside brand-new high-precision molds, complemented by automated factory lubing. The Benefit Smooth as gliding on ice, stable as a rock. The LY material possesses an ultra-low friction coefficient and excellent self-lubricating properties. It maintains a perfectly stable vertical travel without extra support pillars, ensuring a buttery, scratch-free glide even after millions of keystrokes. Say Goodbye to Fatigue & Typos42gf Sweet Spot + 22mm KOS Long Spring Traditional Issue Overly light switches (e.g., 35g) lead to accidental misfires during intense gaming, while heavier switches cause rapid finger fatigue and cramping. The HMX Advantage Precisely targets a 42gf actuation and a 50gf bottom-out, powered by the industry-renowned 22mm Korean KOS single-stage extended spring. The Benefit The perfect "Goldilocks" zone between speed and control. The 42g initial force makes rapid combos effortless, while the 50g bottom-out resistance effectively prevents accidental typos. The progressive linear feel and snappy KOS rebound make it the ultimate ergonomic choice for MMO gamers and full-time typists. Feature Comparison: The HMX Evolution Features Generic Linear Switch ✨ HMX Swift V2 Acoustic Profile Monotonous, prone to harsh ping Board-Versatile — Adapts from Thock to Clack Stem Material Standard POM/Blend (average glide) Exclusive LY Blend — Ultra-low friction & stable Actuation Force 45 – 55gf (Can be fatiguing) 42 ± 2 gf — Golden sweet-spot, zero fatigue Spring Config 15mm standard short spring 22mm KOS Long Spring — High-recoil & snappy Total Travel 4.0 mm 3.8 ± 0.2 mm — Crisp, early bottom-out Lubrication Usually dry, requires hand-lubing Precision factory pre-lubed — Plug and play Technical Specifications Hardcore data for keyboard enthusiasts. 🎵AcousticsThock / Clack 🧈StemLY Blend 🪶Force42 gf 🌊Spring22mm KOS Product Name HMX Swift V2 Linear Switch Switch Type Linear Mechanical Switch (Balances speed and control) Acoustic Profile Board-Versatile Acoustics (Adapts from Muted Thock to Bright Clack) Housing Material PA12 (Top Housing) + PA30 (Bottom Base) Stem Material HMX Custom LY Blend (New high-precision mold) Operating Force 42 ± 2 gf Bottom-Out Force 50 ± 2 gf Pre-Travel 2.0 mm Total Travel 3.8 ± 0.2 mm (Shortened for crisp bottom-out) Spring Specs 22 mm Korean KOS Single-Stage Extended Spring (High consistency) Pin Configuration 5-Pin (PCB Mount stability; can clip pins to fit 3-pin boards) Lubrication Fully Automated High-Precision Factory Lube LED Compatibility Perfectly supports SMD & through-hole LEDs (RGB Ready) Customer Reviews ★★★★★ "One switch, two personalities. Magical!" "The Swift V2 is the first switch I've used that genuinely changes character with the board. In my aluminum case, it's a super crisp clack; swap it to my full-PC build, and it becomes a deep, muted thock. The sound is absolutely addictive." — @AcousticAlchemist, Keeb Acoustic Geek ★★★★★ "The endgame answer for MMO gamers." "The 42g actuation is perfect for MMOs—it feels incredibly light and fast, but the 50g bottom-out ensures I never accidentally pop a cooldown in high-stress raids. The smoothness of the LY stem is simply outrageous." — @MMOEnthusiast, Hardcore Gamer ★★★★★ "Pure ASMR without the harsh ping." "Finally, a linear switch that isn't monotonous. That subtle nylon 'tap' sound is incredibly therapeutic, with zero high-frequency harshness or spring ping. HMX really turned a switch into a piece of art this time." — @KeebASMR, Desk Setup Influencer Premium Quality, Official Support Free Shipping Over $80 Global stock, dispatched within 24 hours via lightning logistics. 30-Day Risk-Free Trial Not a fan of the feel? Return them within 30 days. Zero stress, zero risk. 1-Year Official Warranty Genuine HMX engineering. Factory pre-lubed for long-lasting, worry-free performance. Frequently Asked Questions Q What exactly does "Board-Versatile Acoustics" mean? The Swift V2 is highly sensitive to the materials of your keyboard kit. Its acoustic profile shifts based on your plate and case materials. If you use a PC (Polycarbonate) plate or a foam-heavy gasket mount, it produces a warm, muted "Thock." If paired with an aluminum or brass kit, it delivers a bright, crisp "Clack." This allows you to experience completely different auditory vibes simply by changing your board, without needing to buy new switches. Q What is the "LY" stem material, and what are its advantages? LY is a proprietary custom polymer blend developed by HMX. It is specifically engineered for ultra-low friction and self-stability. It combines the buttery smoothness of POM while enhancing the acoustic feedback. It significantly reduces stem wobble, providing a silky, rock-solid typing feel that lasts for millions of keystrokes. Q Is the 42g actuation force too light for gaming? Will I misclick? Not at all! 42g is widely considered the "golden sweet-spot" for balancing speed and control. It's light enough to allow for rapid, fatigue-free skill casting in RPG, MMO, or MOBA games. However, because its bottom-out force is 50g, this progressive resistance provides a natural cushion that effectively prevents accidental misfires during tense moments. Q Do I need to manually re-lube these switches myself? No. The Swift V2 is precision-lubricated at the factory using automated equipment. Combined with the natural self-lubricating properties of the LY stem, it delivers an endgame buttery-smooth feel right out of the box. You can install them directly into your keyboard without any tedious manual lubing. Q My keyboard is 3-pin hot-swap. Can I use these 5-pin switches? Yes! The two extra plastic side pins are meant to provide extra stability on plateless builds. If your keyboard PCB only supports 3-pin switches, you can simply use a pair of nail clippers or flush cutters to snip off the two extra plastic pins flush with the base. It will then fit perfectly and function without any issues or loss of warranty. ⚡ Resonating with every touch, gliding with every strike. HMX Swift V2 Linear Switch — Bringing you the ultimate board-versatile acoustic experience and a flawless golden touch. Let every keystroke be pure enjoyment. document.addEventListener("DOMContentLoaded", function() { const faqItems = document.querySelectorAll('.dk-faq-item'); faqItems.forEach(item => { const btn = item.querySelector('.dk-faq-button'); btn.addEventListener('click', () => { const isActive = item.classList.contains('active'); faqItems.forEach(i => { i.classList.remove('active'); i.querySelector('.dk-faq-button').setAttribute('aria-expanded', 'false'); }); if (!isActive) { item.classList.add('active'); btn.setAttribute('aria-expanded', 'true'); } }); }); });
More you might like
Related
HMX Swift V2 Linear Switch (10 Pack)
Related