Redragon WYVERN K761 Pro Full-size RGB Wireless Mechanical Gaming Keyboard - White/Green - Redragon | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Redragon

Redragon WYVERN K761 Pro Full-size RGB Wireless Mechanical Gaming Keyboard - White/Green

SKU: RD-K761WG-RGB-PRO
R 1 099.00
Out of Stock

The Redragon WYVERN K761 Pro Full-Size RGB Wireless Mechanical Gaming Keyboard is engineered for gamers, creators, and professionals who demand precision, versatility, and immersive customisation. Designed with advanced tri-mode connectivity, this full-size mechanical keyboard seamlessly switches...

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

The Redragon WYVERN K761 Pro Full-Size RGB Wireless Mechanical Gaming Keyboard is engineered for gamers, creators, and professionals who demand precision, versatility, and immersive customisation. Designed with advanced tri-mode connectivity, this full-size mechanical keyboard seamlessly switches between USB Type-C wired, Bluetooth 3.0/5.0, and ultra-low latency 2.4GHz wireless, ensuring smooth performance whether you're gaming competitively or working across multiple devices. The standout 1.41-inch TFT Smart Info Display provides real-time keyboard information such as connection mode, battery level, and typing status, while also supporting customised GIF animations to match your mood or gaming setup. With its vibrant RGB shine-through lighting and premium round PBT keycaps, the K761 Pro delivers both durability and stunning visual impact, making it a perfect centrepiece for any gaming battlestation or productivity workspace.

Built with a precision gasket-mounted structure, the WYVERN K761 Pro offers a premium typing experience rarely found in traditional mechanical keyboards. The gasket design, combined with five layers of sound-dampening materials, including 3.5mm PO foam, IXPE switch foam, PET sound pad, bottom socket foam, and a silicone bottom pad, significantly reduces hollow noise while enhancing typing comfort. Equipped with thick-lubed Redragon Linear Mint Mambo switches, the keyboard delivers smooth, cushioned keystrokes with creamy linear feedback ideal for fast-paced gaming and long typing sessions. A convenient multifunction control knob allows instant adjustment of RGB brightness and media controls, while the 4000mAh rechargeable battery ensures long-lasting wireless performance. With hot-swappable switch sockets supporting both 3-pin and 5-pin switches, the K761 Pro allows enthusiasts to customise their typing feel without soldering, making it a versatile choice for gamers and keyboard enthusiasts across South Africa.

FEATURES:

  • Complete keyboard layout with dedicated function row and numeric keypad for gaming, productivity, and professional workflows.
  • 1.41" TFT Smart Info Display shows battery level, connection mode, keyboard status, and supports custom GIF animations for personalisation.
  • Connect via 2.4GHz wireless dongle, Bluetooth 3.0/5.0, or USB Type-C wired for seamless multi-device performance.
  • Precision-locked gasket design with multiple sound-dampening layers for smoother, quieter, and more flexible typing feedback.
  • Hot-Swappable Switch Sockets that are compatible with 3-pin and 5-pin mechanical switches, allowing easy customisation without soldering.
  • Adjust volume, media playback, and RGB brightness instantly with the control knob, paired with vibrant shine-through RGB backlighting.

SPECIFICATIONS:

  • Connection: 2.4Ghz/BT/USB Type-C Wired
  • Layout: Full size (104 keys)
  • Keycaps: Shine-through PBT keycaps
  • Display: 1.41" TFT Smart Info Screen
  • Switches: Linear Mint Mambo Switch
  • Hot Swappable: Yes, Compatible (3/5 pins)
  • Compatibility: Windows, MacOS, Linux
  • Battery: 4000mAh, Rechargeable
  • Height Adjustable: Yes
  • Keyboard Size: 44.3 x 13.2 x  3.8 cm
  • Product Weight: 1450g

WHAT'S IN THE BOX:

  • Redragon WYVERN K761 Pro Full-size RGB Wireless Mechanical Gaming Keyboard - White/Green x1
  • Detachable USB Type-C Cable x1
  • Nano Receiver x1
  • Keycap & Switch Puller x1
  • Spare Switches x8
  • Redragon Sticker x1
  • User Manual x1
Brand Redragon
Colour -
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!