Redragon BRAGI PRO K688 98+1 Gasket Wireless Mechanical Keyboard (Triple Mode, RGB, Hot-Swappable, Cream Linear Switches) - Redragon | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Redragon

Redragon BRAGI PRO K688 98+1 Gasket Wireless Mechanical Keyboard (Triple Mode, RGB, Hot-Swappable, Cream Linear Switches)

SKU: RD-K688GB-RGB-PRO
R 899.00
In Stock

The Redragon BRAGI PRO K688 98+1 Gasket Wireless Mechanical Keyboard is engineered for seamless multi-device productivity, immersive typing, and premium customisation. Designed around a robust gasket-mounted architecture, this keyboard delivers a remarkably soft and elastic typing experience with...

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

Frequently Bought Together

The Redragon BRAGI PRO K688 98+1 Gasket Wireless Mechanical Keyboard is engineered for seamless multi-device productivity, immersive typing, and premium customisation. Designed around a robust gasket-mounted architecture, this keyboard delivers a remarkably soft and elastic typing experience with significantly reduced resonance, thanks to its multi-layered silencing structure and pre-lubed linear switches.

Whether you're toggling between devices, recording macros, or adjusting RGB effects on the fly, the BRAGI PRO K688 empowers users with true versatility. Supporting wired Type-C, 2.4GHz wireless, and Bluetooth 5.0 connectivity, it offers triple-mode switching and allows up to five simultaneous device pairings—ideal for dynamic workspaces or hybrid setups.

Hot-swappable compatibility with both 3-pin and 5-pin switches ensures extensive customisation potential, while the MDA-profile keycaps enhance tactile feedback and ergonomic comfort for extended use. With programmable macros available across all keys and vivid per-key RGB backlighting (16 patterns, 16.8 million colours, rhythm-sync effects), users can finely tailor performance and aesthetics to their workflow or gaming style.

The multi-function control knob integrates both volume and lighting controls for intuitive on-the-fly adjustments, eliminating interruptions. Whether you're a competitive gamer, content creator, or tech enthusiast, the Redragon BRAGI PRO K688 offers a superior mechanical typing solution with industry-leading flexibility and precision.

FEATURES:

  • Gasket-mounted 98+1 mechanical keyboard
  • Pre-lubed cream linear switches with “thocky” acoustic profile
  • Triple-mode connectivity: Type-C, 2.4GHz, Bluetooth 5.0
  • Supports simultaneous connection to up to 5 devices
  • Full-key macro programmability with onboard recording/editing
  • RGB backlighting with 16 patterns and 16.8 million colours
  • Multi-function rotary knob for volume and lighting controls
  • MDA-profile keycaps for improved comfort and grip
  • Noise-reduction silicone layers for dampened acoustics
  • Hot-swappable switch support (3-pin & 5-pin)

SPECIFICATIONS:

  • Switch Type: Cream linear (pre-lubed, hot-swappable)
  • Connectivity: Wired Type-C, 2.4GHz Wireless, Bluetooth 5.0
  • Device Pairing: Up to 5 devices (switch via FN + number keys)
  • Lighting: Per-key RGB, 16 lighting modes, rhythm-sync support
  • Keycaps: MDA-profile, sculpted for ergonomic usage
  • Mounting Structure: Gasket-mounted with 5-layer silencer
  • Knob Functionality:
    • Default: Volume adjustment
    • FN + knob: Brightness control
    • Short press: Lighting mode toggle
  • Compatibility: Windows, Mac, Android, PS4, PS5, Xbox
  • Dimensions: 42.39 x 19.71 x 6.6 cm
  • Weight: 1174.80g

WHAT'S IN THE BOX:

  • Redragon BRAGI PRO K688 98+1 Gasket Wireless Mechanical Keyboard ×1
  • Detachable USB Type-C Cable ×1
  • Keycap Puller ×1
  • Extra Cream Linear Switches ×4
  • English User Manual ×1
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!