Keychron CHERRY MX2A Speed Silver RGB Switch Set - Keychron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Keychron

Keychron CHERRY MX2A Speed Silver RGB Switch Set

SKU: G203
R 949.00
In Stock

Enhance your typing and gaming experience with the Keychron CHERRY MX2A Speed Silver RGB Switch Set, the latest evolution of the renowned CHERRY MX switches. Designed for unparalleled precision and durability, the MX2A series features a smoother keystroke, improved actuation consistency, and a...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Enhance your typing and gaming experience with the Keychron CHERRY MX2A Speed Silver RGB Switch Set, the latest evolution of the renowned CHERRY MX switches. Designed for unparalleled precision and durability, the MX2A series features a smoother keystroke, improved actuation consistency, and a refined sound profile. Whether you are a dedicated typist, an esports professional, or a mechanical keyboard enthusiast, these switches deliver a premium feel that elevates every keystroke.

The Keychron CHERRY MX2A Speed Silver ilver RGB Switch Set introduces an optimised lubrication process that enhances smoothness while reducing friction, resulting in a seamless and responsive performance. The gold crosspoint contact system ensures superior reliability with over 100 million keystrokes, making these switches a long-term investment for your mechanical keyboard. Available in multiple variants, including linear, tactile, and clicky options, this set caters to every user preference, from ultra-responsive keypresses to satisfying tactile feedback. Upgrade your keyboard’s performance with the Keychron CHERRY MX2A Speed Silver RGB Switch Set and experience precision-engineered keystrokes with every press.

FEATURES:

  • High-precision ring lubrication reduces friction for smoother keystrokes
  • Barrel spring geometry reduces inner scratches
  • Unique spring-centering stem structure provides consistent actuation
  • Bottom housing design minimises scratchiness and enhances acoustics
  • Industry-leading gold crosspoint contact over 100 million keystrokes
  • Supports most mechanical keyboards with hot-swappable sockets.

SPECIFICATIONS:

  • Switch Type: Linear (No Click)
  • Actuation Force: 45 cN
  • Initial Force: 30 cN
  • Final Force: 100 cN
  • Standard grid dimensions: 19.05 mm
  • Switching voltage: 2 - 12V AC/DC
  • Switching Current: max. 10 mA, min. 10 μA
  • Keystroke Lifespan: Over 100 million actuations
  • IP Protection class: 40
  • Bounce time: typically < 1 ms
  • Pre-lubed: Yes
  • Pre-Travel: 1.2mm
  • Travel Distance: 3.4mm
  • Sound Level: Low
  • Suitable for: Midway Gaming/Office
  • Stem: Plastic polymer, MX stem
  • Upper Housing: Plastic polymer
  • Housing Base: Plastic polymer and glass fibre
  • Spring: Spring Steel
  • Pins: 3-Pins
  • SMD LED Support: Yes
  • Number of Switches: 110

PS: SMD is an acronym for Surface Mounted Device. Their LEDs are attached to a rectangular printed circuit board (PCB). These LED chips can come in a variety of shapes and sizes that can produce different light intensities and colours.

WHAT’S IN THE BOX:

  • Keychron CHERRY MX2A Speed Silver RGB Switch Set x1
Brand Keychron
Colour -
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!