Redragon M818-STD JABNS Standard 12000DPI Wireless Mouse - Black - Redragon | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Redragon

Redragon M818-STD JABNS Standard 12000DPI Wireless Mouse - Black

SKU: RD-M818-STD
R 319.00
Out of Stock

Seamlessly switch between wired, 2.4G, and Bluetooth connections to match your workflow; experience precision with a 12000 DPI sensor designed for rapid response. Quick Specs

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

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

Frequently Bought Together

Seamlessly switch between wired, 2.4G, and Bluetooth connections to match your workflow; experience precision with a 12000 DPI sensor designed for rapid response.

Quick Specs

  • Experience unparalleled precision with a high-resolution 12000 DPI sensor.
  • Adapt to any task with three versatile connection modes: wired, 2.4G wireless, and Bluetooth.
  • Enjoy rapid, lag-free control with a 1000Hz polling rate for smooth cursor movement.
  • Customise your command centre with 6 programmable buttons for efficiency.
  • Lightweight at only 58g, ensuring comfort during extended use.

Engineered for the discerning South African user who demands versatility and precision in their digital interactions.

The Redragon M818-STD JABNS ergonomic wireless mouse is more than just an input device; it is a finely tuned instrument for those who navigate complex digital landscapes. Whether you are meticulously editing documents, engaging in demanding graphic design, or executing rapid commands in productivity software, this office mice adapts to your needs. Its lightweight design ensures comfort through prolonged work sessions, preventing fatigue and maintaining focus. The true strength of the JABNS lies in its adaptability, offering a singular solution for multiple environments and device types. This is the essential tool for professionals and power users who require unwavering performance and seamless integration into their daily workflow.

Master your workflow with adaptive connectivity.

In today's multi-device world, the Redragon M818-STD JABNS ergonomic wireless mouse stands apart with its tri-mode connectivity. Effortlessly switch between a stable wired connection for uninterrupted power and performance, a lag-free 2.4G wireless connection for freedom of movement, and an energy-efficient Bluetooth mode for streamlined pairing with various devices. This versatility ensures that your workflow is never interrupted, regardless of your setup. It is the ideal companion for professionals who transition between desktops, laptops, and tablets throughout their day, demanding a reliable and consistent experience across all platforms.

Unrivalled precision at your fingertips.

The heart of the JABNS ergonomic mouse is its advanced optical sensor, capable of delivering up to 12000 DPI. This high-resolution tracking translates into incredibly precise cursor movement, crucial for tasks demanding fine detail such as graphic design, CAD work, or precise photo editing. Furthermore, the 1000Hz polling rate ensures that every micro-adjustment is registered instantaneously, providing a fluid and responsive experience that keeps pace with your fastest commands. This level of accuracy and speed transforms how you interact with your digital environment, making complex tasks feel effortless and intuitive.

Customisation that empowers productivity.

Beyond its core performance, the Redragon M818-STD JABNS ergonomic wireless mouse is designed to enhance your productivity through intelligent customisation. With 6 programmable buttons, you can assign frequently used macros, shortcuts, or commands, streamlining your workflow and reducing repetitive actions. The included software allows for in-depth configuration, enabling you to tailor the mouse's behaviour to your specific applications and preferences. This level of personalisation ensures that the mouse becomes an extension of your will, allowing you to execute complex operations with a single click, thereby saving valuable time and increasing efficiency.

Designed for enduring comfort and reliability.

Crafted from durable ABS material, the Redragon M818-STD JABNS ergonomic wireless mouse is built to withstand the rigors of daily use. Its ergonomic design, coupled with an exceptionally light weight of just 58g, minimises hand and wrist strain during extended periods of operation. This focus on comfort ensures that you can remain focused and productive throughout your workday without discomfort. The robust construction guarantees longevity, providing a reliable tool that you can depend on day after day, making it a sound investment for any serious user seeking an exceptional office mice experience.

FEATURES:

  • Adapt your control with three distinct connection modes: wired, 2.4G wireless, and Bluetooth, ensuring compatibility with virtually any device or scenario.
  • Achieve pixel-perfect accuracy with the advanced 12000 DPI optical sensor, ideal for detailed work and high-speed operations.
  • Benefit from a lightning-fast 1000Hz polling rate, which guarantees instant response and smooth cursor tracking for a fluid user experience.
  • Boost your efficiency by programming 6 buttons with custom macros and shortcuts, tailoring the mouse to your unique workflow.
  • Experience unparalleled comfort during long sessions thanks to the ultra-lightweight 58g design, reducing fatigue.
  • Utilise the included software to unlock advanced customisation options, personalising your mouse for optimal performance.
  • Built with durable ABS material, this ergonomic wireless mouse is engineered for longevity and consistent performance under daily use.

SPECIFICATIONS:

  • Connectivity: Wired/2.4G/BT
  • Sensor Model: CX52850E +PAW3311
  • MAX DPI: 12000 DPI
  • MAX Polling rate: 1000Hz
  • Button Quantity: 7
  • Programmable button quantity: 6
  • Backlight: N/A
  • Battery Capacity: 400mAH
  • Material: ABS
  • Software availability: Yes
  • O.S. support: Windows/ MA
  • Colour: Black
  • Product Dimensions: 12.4 x 6.8 x 4.3 cm
  • Product Weight: 58g ±5g

WHAT'S IN THE BOX:

  • Redragon M818-STD JABNS Standard 12000DPI Wireless Mouse - Black x1

Why Redragon?

Redragon delivers performance-driven peripherals engineered for gamers and professionals alike. Focusing on value and reliability, Redragon ergonomic wireless mouse products are built to withstand intense use and provide a competitive edge. Choose Redragon for a gaming experience that doesn't break the bank.

Brand Redragon
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 18 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!