Keychron M6S-A24 PixArt 3950 8K 30000DPI Wireless Mouse (BT/2.4GHz/Wired) - White - Keychron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Keychron

Keychron M6S-A24 PixArt 3950 8K 30000DPI Wireless Mouse (BT/2.4GHz/Wired) - White

SKU: M6S-A24
R 1 558.66
In Stock

Tri-mode wireless connectivity | 30000 DPI precision | 8000 Hz polling rate | Ergonomic right-handed design | Clean white finish

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

Frequently Bought Together

Tri-mode wireless connectivity | 30000 DPI precision | 8000 Hz polling rate | Ergonomic right-handed design | Clean white finish

Precision and flexibility for the modern South African professional

The Keychron M6S wireless mouse is built for professionals who refuse to compromise between performance and convenience. Powered by the PixArt 3950 sensor with up to 30000 DPI and an 8000Hz polling rate, it delivers exceptionally responsive, accurate cursor movement — whether you're navigating complex spreadsheets, managing detailed design work, or simply keeping pace with a demanding workday.

Connect however suits your workflow

Tired of being tethered to a single connection type? The M6S offers true tri-mode connectivity — Bluetooth, 2.4GHz wireless via USB receiver, and wired — so you can switch effortlessly between your desktop, laptop, or any other device. Whether you prefer the reliability of a wired connection or the freedom of wireless, the M6S adapts to how you work, not the other way around.

Shaped for comfort through long working hours

The M6S features an ergonomic right-handed shape that supports a natural hand position throughout the working day. Its clean white finish keeps things professional and understated, fitting comfortably into any modern workspace without drawing unnecessary attention. Less fatigue, more focus — exactly what a capable office mouse should deliver.

Features

  • Tri-mode connectivity: Bluetooth, 2.4GHz wireless, and wired — switch between devices with ease.
  • PixArt 3950 sensor with up to 30000 DPI for accurate, responsive cursor control across varied tasks.
  • 8000Hz polling rate delivers exceptionally smooth and consistent tracking performance.
  • Ergonomic right-handed shape designed to reduce fatigue during extended use.
  • Clean white finish suits professional desk setups and modern workspaces.
  • Backed by a 12-month warranty for peace of mind.

Specifications

  • Max DPI: 30000
  • Connection: Tri-mode (2.4 GHz / Bluetooth 5.1 / Type-C Wired)
  • Max Polling Rate: 8000
  • Shape: Ergonomic Right-Handed
  • Bluetooth Version: 5.3
  • Battery Life: Up to 120 hours
  • RGB Lighting: No
  • Colour: White
  • Warranty: 12
  • Product Weight: 86g

What's in the Box

  • Keychron M6S-A24 PixArt 3950 8K 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-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

Xiaomi Wireless Mouse 3 - Blue
Xiaomi

Xiaomi Wireless Mouse 3 - Blue

R 447.78

In Stock

UGREEN M511 Ergonomic 2.4GHz Wireless Mouse - Black
Ugreen

UGREEN M511 Ergonomic 2.4GHz Wireless Mouse - Black

R 208.99

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!