Keychron M6SB72 1K Wireless Mouse (BT/2.4GHz/Wired) with Huano silent Micro switch and premium wheel - White - Keychron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Keychron

Keychron M6SB72 1K Wireless Mouse (BT/2.4GHz/Wired) with Huano silent Micro switch and premium wheel - White

SKU: M6S-B72
R 935.74
In Stock

Tri-mode wireless connectivity | Up to 26000 DPI precision | Silent Huano micro switches | Premium metal scroll wheel | Ergonomic right-handed design

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

Frequently Bought Together

Tri-mode wireless connectivity | Up to 12000 DPI precision | Silent Huano micro switches | Premium metal scroll wheel | Ergonomic right-handed design

Professional precision for the modern South African workspace

Clear, responsive control is the bedrock of a productive workday, and the Keychron M6S wireless mouse delivers exactly that. Designed for right-handed professionals who demand reliable, versatile connectivity and whisper-quiet operation, the M6S combines a refined ergonomic shape with serious performance credentials — making it a compelling choice for anyone who spends hours at a desk and expects their peripherals to keep pace.

Connect your way, without compromise

Tired of being tethered to a single connection type? The M6S offers true tri-mode flexibility: pair it wirelessly via Bluetooth, connect through the 2.4GHz wireless receiver for a lag-free link, or plug in via USB wired mode when you need guaranteed uptime. Switching between a desktop, laptop, and home workstation has never been more effortless — your mouse moves with you.

Commanding accuracy across every task

At the heart of the M6S is a sensor capable of reaching up to 12000 DPI, giving you the sensitivity range to navigate expansive multi-monitor setups or fine-tune detail work with equal confidence. A 1000Hz polling rate ensures that every movement is reported to your computer with sharp, consistent responsiveness — the kind of accuracy that supports focused, productive work throughout the day.

Quiet enough to command the room

Open-plan offices and shared workspaces demand consideration, and the M6S is built with that in mind. The Huano silent micro switches dramatically reduce click noise without sacrificing the satisfying, tactile feedback you rely on for confident input. Paired with a premium metal scroll wheel that rolls with smooth, measured precision, every interaction feels refined and deliberate — never disruptive.

Features

  • Tri-mode connectivity: Bluetooth, 2.4 GHz wireless, and wired USB — seamless switching between devices and setups.
  • Up to 12000 DPI sensor delivers precise, adjustable tracking for everything from detailed work to wide-screen navigation.
  • 1000Hz polling rate ensures responsive, consistent cursor movement with minimal latency.
  • Huano silent micro switches reduce click noise significantly, keeping shared workspaces considerate and professional.
  • Premium metal scroll wheel provides smooth, tactile scrolling with a quality feel.
  • Ergonomic right-handed shape supports natural hand positioning during extended work sessions.
  • Available in White for a clean, modern aesthetic that complements contemporary desk setups.

Specifications

  • Max DPI: 50-12000
  • Connection: Tri-mode
  • Wireless: 2.4GHz
  • Bluetooth: 5.3
  • Max Polling Rate: 1000Hz
  • Switches: Huano Silent Micro Switch
  • Switch Lifetime: 20 million clicks
  • Shape: Ergonomic Right-Handed
  • Battery Life: Up to 165 hours
  • Colour: White
  • Product Dimensions: 12.2 x 7.5 x 5 cm
  • Product Weight: 86g
  • Warranty: 12

What's in the Box

  • Keychron M6SB72 1K Premium Wheel Wireless Mouse - White x1
  • USB Type-C to Type-C Cable x1
  • USB-A to USB Type-C Adapter x1
  • Extension Adapter for Receiver x1
  • USB Type-C 2.4GHz Receiver x1
  • USB-A 2.4GHz Receiver x1
Brand Keychron
Colour White
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

Port Connect Expert Wireless Bluetooth® Mouse
Port

Port Connect Expert Wireless Bluetooth® Mouse

R 572.36

In Stock

Xiaomi Comfort Edition Wireless Mouse - Black
Xiaomi

Xiaomi Comfort Edition Wireless Mouse - Black

R 312.81

In Stock

Xiaomi Wireless Mouse 3 - Blue
Xiaomi

Xiaomi Wireless Mouse 3 - Blue

R 447.78

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!