Keychron M3 RGB Wireless Optical Mouse - White - Keychron | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Keychron

Keychron M3 RGB Wireless Optical Mouse - White

SKU: M3-A3
R 1 199.00
In Stock

The Keychron M3 RGB Wireless Optical Mouse is engineered for gamers, professionals, and creative users who demand precision, speed, and reliable wireless performance. Built around the powerful PixArt 3395 sensor, the M3 delivers ultra-accurate tracking with a DPI range of 100 to 26,000, ensuring...

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

Frequently Bought Together

The Keychron M3 RGB Wireless Optical Mouse is engineered for gamers, professionals, and creative users who demand precision, speed, and reliable wireless performance. Built around the powerful PixArt 3395 sensor, the M3 delivers ultra-accurate tracking with a DPI range of 100 to 26,000, ensuring pixel-perfect control whether you are editing images, navigating complex workflows, or competing in fast-paced gaming environments. With IPS speeds of up to 650 and an impressive 1000Hz polling rate in wired and 2.4GHz modes, this mouse provides near-instant response times, delivering the smooth, lag-free performance expected from high-end peripherals. Its ergonomic shape and ultra-lightweight 79g design ensure exceptional comfort during long sessions, making it an excellent choice for both productivity and competitive gameplay.

Designed for versatility, the Keychron M3 supports three connection modes — USB wired, ultra-low latency 2.4GHz wireless, and Bluetooth 5.1, allowing seamless switching between devices such as laptops, desktops, and tablets. The durable Kailh GM 8.0 micro switches offer crisp tactile feedback and extended durability, ensuring reliable clicks through thousands of hours of use. A 600mAh rechargeable battery provides up to 70 hours of usage, making the mouse ideal for both office and gaming setups where uninterrupted performance is essential. Complementing its performance is customisable RGB backlighting, adding a sleek modern aesthetic that fits perfectly into any RGB-enabled workstation or gaming battle station.

FEATURES:

  • Powered by the PixArt 3395 optical sensor with adjustable 100 – 26,000 DPI for precise control across all applications.
  • Connect via USB wired, 2.4GHz wireless with 1000Hz polling rate, or Bluetooth 5.1 for maximum flexibility.
  • Supports up to 650 IPS tracking speed and 1000Hz polling rate for minimal latency and smooth cursor movement.
  • High-quality Kailh GM 8.0 micro switches provide crisp, tactile clicks and long-lasting durability.
  • Weighing only 79g, the M3 is designed for extended comfort and effortless movement.
  • Integrated RGB backlighting enhances your workspace with vibrant illumination and modern aesthetics.

SPECIFICATIONS:

  • Switches: Kailh GM 8.0 micro switch
  • Sensor: PixArt 3395
  • DPI (CPI) Range: 100 - 26000
  • IPS: Up to 650
  • Polling Rate (highest level): 1000 Hz (2.4 GHz / Wired mode)
  • Lift Off Distance: 1.0 mm / 2.0 mm
  • Tracks On Glass (min. 4 mm thickness): No
  • Bluetooth Version: 5.1
  • Battery: 600mAh
  • Usage Duration Up to 70 hours
  • RGB Lights: Yes
  • Colour: White
  • Product Dimensions: 12.5 x 6.8 x 4 cm

WHAT'S IN THE BOX:

  • Keychron M3 RGB Wireless Optical Mouse - White x1
  • Type-C to Type-C Cable x1
  • Type-A to Type-C Adapter x1
  • Extension Adapter for Receiver x1
  • Type-C 2.4GHz Receiver x1
  • Type-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 Months
0.0
0 reviews
Login to Review

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

Related Products

Xiaomi Dual-mode Wireless Silent Mouse 2 - White
Xiaomi

Xiaomi Dual-mode Wireless Silent Mouse 2 - White

R 349.00

In Stock

New
Keychron M6 30000 DPI Wireless Silent Mouse - Black (BT/2.4GHz/Wired)
Redragon BM-4049 1200DPI Wired Optical Mouse
Redragon

Redragon BM-4049 1200DPI Wired Optical Mouse

R 39.00

Out of 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!