Kailh BCP Black Cherry Pie — Pre-Lubed Smooth Thock Linear Switch | 45gf · 80M Cycles
Kailh BCP Linear Switch (Black Cherry Pie) - Product Details /* ========================================= DIYKEY Independent Scope · Minimalist Premium Design Product: Kailh BCP Li near Switch (Black Cherry Pie) ========================================= */ .dk-product-details { /* Design Tokens (Adapted to Black Cherry / Slate theme) */ --dk-primary: #9F1239; /* Cherry Red 800 */ --dk-primary-light: #FFE4E6; /* Cherry Red 100 */ --dk-primary-hover: #881337; /* Cherry Red 900 */ --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: 36px; font-weight: 800; text-align: center; margin: 80px 0 40px; letter-spacing: -1px; color: var(--dk-text-title); line-height: 1.2; } .dk-section-title::after { content: ''; display: block; width: 48px; height: 4px; margin: 16px auto 0; background-color: var(--dk-primary); border-radius: 4px; } .dk-highlight-orange { color: var(--dk-primary); } /* ================= Hero Section ================= */ .dk-hero-section { padding: 40px 0 60px; } .dk-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; 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, .dk-video-wrapper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border: none; } .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: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; } .dk-hero-title { font-size: 44px; font-weight: 800; line-height: 1.2; margin-bottom: 24px; letter-spacing: -1px; color: var(--dk-text-title); } .dk-hero-subtitle { font-size: 18px; color: var(--dk-text-muted); font-weight: 600; margin-bottom: 24px; line-height: 1.5; } .dk-hero-desc { font-size: 16px; color: var(--dk-text-main); margin-bottom: 32px; 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: 24px; margin: 64px 0; text-align: center; background: var(--dk-bg-subtle); padding: 40px 24px; border-radius: var(--dk-radius-xl); border: 1px solid var(--dk-border-color); } .dk-trust-num { font-size: 36px; 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: 32px; } .dk-pain-card { background: var(--dk-bg-card); padding: 40px 24px; 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: 56px; height: 56px; margin: 0 auto 24px; 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: 20px; font-weight: 700; margin-bottom: 16px; color: var(--dk-text-title); } .dk-pain-card p { font-size: 15px; color: var(--dk-text-muted); } .dk-pain-solution { margin-top: 40px; background: var(--dk-text-title); color: #ffffff; padding: 24px 32px; border-radius: var(--dk-radius-md); text-align: center; font-size: 18px; font-weight: 500; box-shadow: var(--dk-shadow-md); } /* ================= FABE Feature Blocks ================= */ .dk-feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin: 100px 0; } .dk-feature-block.reverse { direction: rtl; } .dk-feature-block.reverse > * { direction: ltr; } .dk-feature-media { width: 100%; border-radius: var(--dk-radius-lg); box-shadow: var(--dk-shadow-md); overflow: hidden; background: var(--dk-bg-subtle); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: var(--dk-text-light); font-size: 18px; font-weight: bold; text-align: center; border: 2px dashed var(--dk-border-color); } .dk-feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; } .dk-feature-text h3 { font-size: 32px; font-weight: 800; line-height: 1.3; margin-bottom: 28px; color: var(--dk-text-title); } .dk-fabe-list { display: flex; flex-direction: column; gap: 28px; } .dk-fabe-item { padding-left: 20px; border-left: 4px solid var(--dk-primary); } .dk-fabe-item strong { display: block; font-size: 18px; color: var(--dk-text-title); margin-bottom: 6px; } .dk-fabe-item p { font-size: 16px; 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; } /* Custom Scrollbar for better UX on desktop & mobile hints */ .dk-table-wrapper::-webkit-scrollbar { height: 6px; } .dk-table-wrapper::-webkit-scrollbar-track { background: var(--dk-bg-subtle); border-radius: 0 0 8px 8px; } .dk-table-wrapper::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 8px; } .dk-table-wrapper::-webkit-scrollbar-thumb:hover { background: #94a3b8; } .dk-table { width: 100%; border-collapse: collapse; font-size: 16px; white-space: nowrap; } .dk-table th, .dk-table td { padding: 20px 24px; 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); white-space: nowrap; } .dk-comp-winner { color: var(--dk-primary); font-weight: 700; background: var(--dk-primary-light); padding: 4px 12px; border-radius: 8px; white-space: nowrap; } .dk-table-compare, .dk-table-specs { min-width: 600px; } .dk-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 32px; } .dk-spec-card { background: var(--dk-bg-subtle); padding: 24px; 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: 32px; display: block; margin-bottom: 16px; } .dk-spec-card strong { display: block; font-size: 16px; margin-bottom: 6px; 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: 32px; } .dk-testimonial-card { background: var(--dk-bg-card); padding: 32px; 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-testimonial-card h4 { font-size: 16px; font-weight: 700; color: var(--dk-text-title); margin-bottom: 10px; line-height: 1.4; } .dk-stars { color: #F59E0B; font-size: 18px; margin-bottom: 16px; } .dk-testimonial-card p { font-size: 16px; font-style: italic; color: var(--dk-text-main); margin-bottom: 24px; line-height: 1.7; flex-grow: 1; } .dk-testimonial-user { font-weight: 700; color: var(--dk-primary); font-size: 15px; } /* ================= Trust Features ================= */ .dk-trust-features { background: var(--dk-bg-card); border-radius: var(--dk-radius-xl); padding: 60px 32px; text-align: center; margin: 80px 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: 40px auto 0; } .dk-tf-item { display: flex; flex-direction: column; align-items: center; transition: var(--dk-transition); } .dk-tf-item:hover { transform: translateY(-5px); } .dk-tf-icon { width: 56px; height: 56px; margin-bottom: 16px; color: var(--dk-text-muted); } .dk-tf-item:hover .dk-tf-icon { color: var(--dk-primary); } .dk-tf-item p { font-weight: 700; color: var(--dk-text-title); font-size: 18px; margin-bottom: 8px;} .dk-tf-item span { font-size: 14px; color: var(--dk-text-muted); } /* ================= FAQ ================= */ .dk-faq-wrapper { max-width: 800px; margin: 0 auto; padding: 0 10px; } .dk-faq-item { background: var(--dk-bg-card); border: 1.5px solid var(--dk-border-color); border-radius: var(--dk-radius-md); margin-bottom: 20px; transition: var(--dk-transition); position: relative; overflow: hidden; } .dk-faq-item:hover { border-color: #d1d5db; box-shadow: var(--dk-shadow-sm); } .dk-faq-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background-color: var(--dk-primary); transition: width 0.3s ease; z-index: 2; } .dk-faq-item.active { border-color: var(--dk-primary); box-shadow: var(--dk-shadow-hover); } .dk-faq-item.active::before { width: 5px; } .dk-faq-button { width: 100%; padding: 24px 28px; 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: 14px; font-weight: 800; color: var(--dk-primary); background: var(--dk-primary-light); width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 8px; flex-shrink: 0; } .dk-faq-question-text { font-size: 18px; font-weight: 700; color: var(--dk-text-title); line-height: 1.4; } .dk-faq-icon { width: 24px; height: 24px; color: var(--dk-text-light); transition: var(--dk-transition-bounce); flex-shrink: 0; } .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; } .faq-answer-inner { overflow: hidden; } .dk-faq-answer { padding: 0 28px 28px 72px; color: var(--dk-text-main); font-size: 16px; line-height: 1.8; } /* ================= Responsive (Mobile Optimization) ================= */ @media (max-width: 992px) { .dk-hero-title { font-size: 38px; } .dk-hero-grid { gap: 40px; } .dk-feature-block { gap: 40px; margin: 80px 0; } } @media (max-width: 768px) { /* Typography & General Spacing */ .dk-section-title { font-size: 26px; text-align: left; margin: 56px 0 24px; } .dk-section-title::after { margin-left: 0; } .dk-product-details { padding-bottom: 40px; } /* Hero Section */ .dk-hero-section { padding: 24px 0 40px; } .dk-hero-grid { grid-template-columns: 1fr; gap: 32px; text-align: left; } .dk-video-wrapper { border-radius: var(--dk-radius-lg); } .dk-hero-title { font-size: 32px; margin-bottom: 16px; } .dk-hero-subtitle { font-size: 16px; margin-bottom: 16px; } .dk-hero-desc { font-size: 15px; margin-bottom: 24px; } .dk-hero-tags { justify-content: flex-start; gap: 8px; margin-bottom: 24px; } .dk-tag { font-size: 13px; padding: 6px 14px; } /* Trust Numbers */ .dk-trust-grid { grid-template-columns: repeat(2, 1fr); padding: 24px 16px; margin: 48px 0; gap: 20px; border-radius: var(--dk-radius-lg); } .dk-trust-num { font-size: 28px; } .dk-trust-label { font-size: 12px; } /* Pain Points */ .dk-pain-section .dk-section-title + p { font-size: 15px; margin-bottom: 24px; line-height: 1.5; } .dk-pain-grid { grid-template-columns: 1fr; gap: 20px; } .dk-pain-card { padding: 28px 20px; text-align: left; } .dk-pain-icon { margin: 0 0 16px 0; width: 48px; height: 48px; } .dk-pain-card h3 { font-size: 18px; margin-bottom: 12px; } .dk-pain-solution { text-align: left; font-size: 16px; padding: 20px; margin-top: 24px; } /* Feature Blocks */ .dk-feature-block, .dk-feature-block.reverse { grid-template-columns: 1fr; gap: 28px; direction: ltr; margin: 56px 0; } .dk-feature-text { text-align: left; } .dk-feature-text h3 { font-size: 24px; margin-bottom: 20px; } .dk-fabe-list { gap: 20px; } .dk-fabe-item { padding-left: 16px; } .dk-fabe-item strong { font-size: 16px; } .dk-fabe-item p { font-size: 14px; } /* Tables */ .dk-table-wrapper { margin-bottom: 32px; } .dk-table { font-size: 14px; } .dk-table th, .dk-table td { padding: 14px 16px; } /* Tech Specs Table - Stacked */ .dk-table-specs { min-width: 100%; display: block; white-space: normal; } .dk-table-specs tbody, .dk-table-specs tr { display: block; width: 100%; } .dk-table-specs tr { border-bottom: 1px solid var(--dk-border-color); } .dk-table-specs tr:last-child { border-bottom: none; } .dk-table-specs th, .dk-table-specs td { display: block; width: 100%; text-align: left; border-bottom: none; } .dk-table-specs th { padding: 16px 16px 4px 16px; background: transparent; font-size: 15px; color: var(--dk-text-title); } .dk-table-specs td { padding: 0 16px 16px 16px; font-size: 14px; color: var(--dk-text-muted); } /* Spec Grid */ .dk-spec-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 24px; } .dk-spec-card { padding: 20px 16px; text-align: left; border-radius: var(--dk-radius-md); } .dk-spec-card span { font-size: 28px; margin-bottom: 12px; } /* Testimonials */ .dk-testimonial-grid { grid-template-columns: 1fr; gap: 20px; } .dk-testimonial-card { padding: 24px 20px; } .dk-testimonial-card p { font-size: 15px; margin-bottom: 20px; } /* Trust Features */ .dk-trust-features { padding: 40px 20px; text-align: left; margin: 56px 0; border-radius: var(--dk-radius-lg); } .dk-tf-grid { grid-template-columns: 1fr; gap: 32px; margin: 32px auto 0; } .dk-tf-item { align-items: flex-start; text-align: left; flex-direction: row; gap: 20px; } .dk-tf-icon { width: 52px; height: 52px; margin-bottom: 0; flex-shrink: 0; } .dk-tf-item p { font-size: 18px; margin-bottom: 6px; font-weight: 800; } .dk-tf-item span { font-size: 14px; line-height: 1.5; display: block; } /* FAQ */ .dk-faq-button { padding: 20px 16px; } .dk-faq-question-text { font-size: 15px; } .dk-faq-answer { padding: 0 16px 20px 60px; font-size: 14px; } } @media (max-width: 480px) { .dk-hero-title { font-size: 28px; } .dk-section-title { font-size: 24px; } .dk-faq-answer { padding: 0 16px 20px 16px; margin-top: 12px; border-top: 1px solid var(--dk-bg-subtle); padding-top: 12px; } } Top-Tier Custom Frankenswitch Replica Kailh BCP Linear Switch Tired of the endless sea of ultra-light, hollow-sounding linears? Miss that incredibly solid, deep, and satisfying bottom-out that only true vintage mods can provide? For years, hardcore custom keeb enthusiasts spent insane amounts of money and hours disassembling multiple switches just to frankenswitch the perfect feel—the legendary BCP (Black Cherry Pie). Now, Kailh and Off Studio have officially resurrected this legend in a mass-produced masterpiece.This isn't just a switch; it's a love letter to the endgame typing feel. Faithfully reproducing the exact recipe—a thickened PA66 Nylon housing with that classic Cherry frosted texture and a Dupont POM stem—it delivers that coveted "gritty yet incredibly solid" feedback. Packed with a medium-heavy 52gf operating force, a lightning-fast 1.4mm actuation, and a snappy 20mm KOS extended spring. Skip the hours of tedious hand-lubing and splicing. The Kailh BCP arrives perfectly factory pre-lubed, ready to deliver that deep, muted thock straight out of the box. 🎵 Deep Muted Thock 🍒 Classic PA66 Nylon Housing 🧈 Dupont POM Stem ⚡ 1.4mm Fast Actuation 🔄 20mm KOS Snappy Spring Thock Deep Muted Sound 52gf Medium-Heavy Force 1.4mm Fast Actuation 100% Factory Pre-Lubed Core Advantages: Why the BCP is the Ultimate Linear Endgame We know you miss the authoritative, grounded keystroke of old-school switches, and you're sick of floating on mushy, pingy modern linears. The Kailh BCP strikes the absolute perfect balance between "thick and solid" and "snappy and fast." The Problem: Hollow & Cheap Ping Modern lightweight linears often use soft plastics to achieve smoothness, resulting in a hollow, scattered bottom-out sound heavily plagued by high-pitched clacks or metallic spring ping. The Problem: Fat-Fingering & Mushiness The market is flooded with 30-40g feather-light switches. For heavy typists or intense gamers, this means constant accidental misinputs (fat-fingering) and a sluggish, mushy rebound that ruins rhythm. The Problem: The Frankenswitch Hustle Building a true BCP used to require buying three different switch sets, dismantling them, hand-lubing, and reassembling. It cost over $1.50 per switch and wasted dozens of hours of your life. ✨ Kailh BCP Linear Switch: PA66 Nylon + Dupont POM, 52gf snappy KOS spring, and factory pre-lubed. The legendary muted thock, zero assembly required. End Hollow Ping100% Authentic BCP DNA & Deep Muted Thock The Legendary Recipe Faithfully replicates the exact material formula of the legendary frankenswitch: a thickened PA66 Nylon housing (retaining the pure, classic Cherry frosted texture) paired with a premium Dupont POM stem. Absolute Advantage This specific material clash entirely absorbs sharp collisions. Instead of a loud, scattered clack, you get an incredibly concentrated, warm, and low-frequency "Muted Thock." Sensory Benefit Every keystroke is premium ASMR. It retains that addictive "gritty yet solid" physical feedback that old-school enthusiasts obsess over, turning typing into a profound acoustic art. End Misinputs & Sluggishness52gf Authority & 20mm KOS Snappy Spring Golden Specs Precision-calibrated to a medium-heavy 52±2gf operating force with a solid 63.5gf bottom-out. Internally powered by Kailh's renowned 20mm KOS (Kailh Optimized Spring) extended single-stage spring. Absolute Advantage The 52g force provides a highly confident, authoritative press that completely prevents accidental fat-fingering. The 20mm spring guarantees a ferocious, snappy rebound. Gameplay Benefit Absolute control meets lightning-fast reset. The harder you press, the more satisfying the bounce-back. Your rapid touch-typing and gaming combos will feel incredibly grounded and rhythmic. End The Modding Hustle1.4mm Fast Actuation & Factory Pre-Lubed Hardcore Architecture Integrates an aggressive 1.4mm ultra-short actuation point. Features a rock-solid 5-pin (PCB Mount) base and undergoes high-precision automated factory pre-lubing on the rails and springs. Absolute Advantage The 1.4mm travel gives this heavy switch esports-grade speed. The factory lube perfectly smooths out any unwanted spring ping, and the 5-pin design ensures zero horizontal stem wobble on plateless boards. Setup Benefit Save yourself hundreds of dollars and dozens of hours of tedious splicing. You get the peak, endgame BCP experience straight out of the box. Drop them in and dominate. The Ultimate Upgrade: Kailh BCP vs. Standard Linears Feature Comparison Standard Linear (e.g., Classic Red) ✨ Kailh BCP Linear Switch Acoustics (Sound) Hollow, prone to harsh metallic spring ping Deep, quiet, and extremely solid Muted Thock Housing Material Basic PC or smooth Nylon blends Thickened PA66 Nylon — Classic Cherry frosted texture Operating Force 45 gf (Too light, prone to misinputs) 52 ± 2 gf — Golden medium-heavy authoritative control Actuation (Pre-travel) 2.0 mm (Standard response) 1.4 ± 0.2 mm — Faster actuation, esports-ready Spring Config 15 mm standard short spring 20 mm KOS Extended Spring — Insanely snappy rebound Lubrication Usually dry, forces you to hand-lube High-precision Factory Pre-lubed — No frankenswitching needed Hardcore Tech Specs Transparent, uncompromising data for the enthusiasts. 📈Operating Force52 ± 2 gf 🔙Bottom-Out63.5 ± 2 gf ⚡Actuation1.4 ± 0.2 mm 🎵AcousticsDeep Muted Thock Product Name Kailh BCP Linear Switch (Black Cherry Pie) Switch Type Medium-Heavy Linear Mechanical Switch (Mass-produced legendary frankenswitch) Designer / Manufacturer Designed by Off Studio / Manufactured by Kailh Housing Material Thickened PA66 Nylon (Top and Bottom, featuring classic Cherry frosted texture) Stem Material Dupont POM (Similar to classic MX Cream stem style) Operating Force 52 ± 2 gf (Authoritative control) Bottom-Out Force 63.5 ± 2 gf (Extremely solid physical confirmation) Actuation (Pre-Travel) 1.4 ± 0.2 mm (Ultra-short, fast response) Total Travel 3.5 ± 0.2 mm (Early bottom-out, crisp feedback) Spring Specs 20 mm KOS (Kailh Optimized Spring) Single-Stage Extended Spring Lubrication High-Precision Factory Pre-lubed (Targeting rails and spring) Mounting Pins 5-Pin PCB Mount (Clip the 2 plastic legs with clippers for 3-Pin compatibility) Lifespan ≥ 70,000,000 Keystrokes LED Compatibility Compatible with SMD and through-hole LEDs Real Reviews from the Keeb Community ★★★★★ "This is exactly the BCP I've been waiting for!" "The feel is incredibly authentic! That solid, slightly gritty yet premium feedback, combined with the extremely muted, deep bottom-out sound, is exactly what making a frankenswitch BCP used to feel like. Factory lube is fantastic. I don't have to ruin my hands splicing switches anymore. Absolute endgame." — @CherryPiePurist, Keeb Acoustics Purist 📷 Attached dark-grey custom build macro ★★★★★ "An absolute blessing for heavy-handed FPS players." "The 52g operating force is perfect for me. I have heavy hands and constantly fat-finger light switches, but this switch gives me total control. The 1.4mm actuation is insanely fast for CS2, and the 20mm spring snaps back beautifully." — @HeavyHands, Pro Esports Player 📷 Attached gameplay setup photo ★★★★★ "The PA66 housing texture is unbeatable." "The housing retains that classic Cherry frosted texture, the vintage vibe is off the charts. The 5-pin design sits rock solid on my plateless hot-swap PCB with absolutely zero wobble. Easily the biggest surprise in mass-produced switches this year." — @VintageKeeb, Switch Reviewer 📷 Attached switch teardown photo Premium Quality, Worry-Free Shopping Compatibility Guarantee & 30-Day Returns Fits all Cherry MX style 5-pin or 3-pin hot-swap sockets (just clip the plastic legs for 3-pin). Buy with confidence, zero risk. 70M Keystroke Lifespan Supplied directly from Kailh's top-tier production line. Rigorously tested for 70 million cycles. Built like a vintage tank. Free Shipping & Lightning Dispatch Free shipping on orders over $80 globally. In-stock and dispatched within 24 hours. Full tracking available. Frequently Asked Questions (FAQs) Q What exactly is a BCP (Black Cherry Pie) switch and why is it special? BCP (Black Cherry Pie) is one of the most legendary "Frankenswitches" in the custom keyboard community. Years ago, enthusiasts seeking the ultimate deep, solid sound and feel would buy three different switches: a Cherry top housing, a JWK black bottom housing, and a Kailh Cream POM stem. They would dismantle them, hand-lube them, and splice them together. This process was extremely expensive (over $1.50 per switch) and took hours. By partnering with Off Studio, Kailh has officially mass-produced this legendary recipe (thick PA66 housing + Dupont POM stem), allowing you to experience this top-tier endgame feel at an accessible price, straight out of the box. Q Is the 52gf operating force and 63.5gf bottom-out too heavy for gaming? It falls right into the "Medium-heavy" category. If you are used to ultra-light red or silver switches, it will definitely feel substantial at first. However, the biggest advantage of this weight is absolute control. In tense FPS games, it completely prevents accidental "fat-finger" misinputs. Combined with the ultra-fast 1.4mm actuation and the snappy 20mm extended spring, it provides an incredibly confident, physical confirmation that makes esports and high-speed typing feel incredibly grounded. Q Do I need to hand-lube these switches myself? Absolutely not. The Kailh BCP switch is precision factory pre-lubed on the rails and springs using automated equipment. It is designed to be a true "ready-to-use" product. The vast majority of enthusiasts agree that its smoothness and acoustic profile already meet high-end custom standards out of the box, saving you the massive headache of re-lubing. Q How does its sound profile differ from standard smooth linears? Standard smooth linears typically chase absolute silence or a sharp, high-pitched "clack." The soul of the BCP, however, lies in its "solidity." The collision between the Dupont POM stem and the PA66 Nylon housing creates a very low-profile, muted, and incredibly thick bottom-out sound (often described as a deep "Thock"). It lacks any sharp plastic collisions or metallic spring ping, making it sound intensely premium and grounded—an absolute favorite for heavy Thock lovers. Q My keyboard is a 3-pin hot-swap board. Can I use this 5-pin switch? Yes, you can! The two extra plastic legs on the bottom of the Kailh BCP switch provide extra stem stability and eliminate horizontal wobble on plateless PCBs. If your PCB only supports 3-pin switches, simply use nail clippers or flush cutters to snip off those two side plastic legs flat against the base. They will fit perfectly, and doing so will not void your warranty or affect the switch's functionality in any way. 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
Kailh BCP (Black Cherry Pie) Linear Switches
Related
Kailh Off Studio Black Cherry Pie "BCP" Linear Switches
Related
KAILH BCP Black Cherry Pie Linear Switch Factory Lubed (10PC
Related