Keychron Banana Gateron KS-33 Low Profile 2.0 Mechanical Switch 110 pcs - Keychron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Keychron

Keychron Banana Gateron KS-33 Low Profile 2.0 Mechanical Switch 110 pcs

SKU: G195
R 447.78
In Stock

The Keychron Gateron KS-33 Low Profile 2.0 Banana Switch Set is designed for keyboard enthusiasts who want to customise or refresh their Keychron low-profile keyboard. Each switch in this 110-piece set features the KS-33 low-profile 2.0 design, keeping your keyboard slim while delivering a genuine...

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

Frequently Bought Together

The Keychron Gateron KS-33 Low Profile 2.0 Banana Switch Set is designed for keyboard enthusiasts who want to customise or refresh their Keychron low-profile keyboard. Each switch in this 110-piece set features the KS-33 low-profile 2.0 design, keeping your keyboard slim while delivering a genuine mechanical feel. The Banana variant is colour-coded yellow for easy identification when sorting or swapping switches. With 110 switches per set, you have enough to fully populate a keyboard and keep a few spares on hand.

Features

  • 110 Gateron KS-33 Low Profile 2.0 Banana switches per set
  • Low-profile 2.0 design for slim keyboard builds
  • Banana (yellow) variant for easy switch identification
  • Compatible with Keychron low-profile keyboards
  • Spare switches included beyond a standard full-size layout

Specifications

  • Accessory Type: Mechanical Switch Set
  • Compatible With:
    • K1, K1 SE, K3, K5, K5 SE, K7, K1 Pro, K3 Pro, K5 Pro, K7 Pro, K9 Pro, K11 Pro, K13 Pro, K15 Pro, K17 Pro
    • K1 Max, K3 Max, K5 Max, K7 Max, K11 Max, K13 Max, K15 Max, K17 Max
    • S1, K1 Version 6 and K3 Version 3 mechanical keyboard.
  • Pack Quantity: 110
  • Colour: Banana (Yellow)
  • Warranty: 12 months

What's in the Box

  • Gateron KS-33 Low Profile 2.0 Banana Mechanical Switches x110

*Low profile Gateron Mechanical switch keyboard is not compatible with any conventional mx style mechanical switch.

Brand Keychron
Colour Banana (Yellow)
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12
0.0
0 reviews
Login to Review

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

Related Products

Keychron Coiled Aviator Cable - Mint/Straight
Keychron

Keychron Coiled Aviator Cable - Mint/Straight

R 364.72

In Stock

Keychron Brown Gateron Low Profile Switches 110 pcs
Keychron

Keychron Brown Gateron Low Profile Switches 110 pcs

R 468.54

Only 4 left - order soon!

Keychron Coiled Aviator Blue Cable
Keychron

Keychron Coiled Aviator Blue Cable

R 312.81

In Stock

// 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!