REDRAGON MECHANICAL POLLUX PRO WIRELESS BT|RF GAMING KEYBOARD - Redragon | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Redragon

REDRAGON MECHANICAL POLLUX PRO WIRELESS BT|RF GAMING KEYBOARD

SKU: RD-K628RGB-PRO-BRW
R 539.00 R 699.00
You save R 160.00 (23%)
Out of Stock
You save R 160.00 (23% off)

The Redragon POLLUX K628 PRO Wireless Gaming Keyboard features a 75% layout with 78 keys to maximize your gaming performance. It features true innovation with 99.8% of switches being compatible with this free-mod hot-swappable keyboard. The POLLUX is equipped with an innovative tri-mode connection...

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 POLLUX K628 PRO Wireless Gaming Keyboard features a 75% layout with 78 keys to maximize your gaming performance. It features true innovation with 99.8% of switches being compatible with this free-mod hot-swappable keyboard. The POLLUX is equipped with an innovative tri-mode connection technology allowing you to connect via a high-powered USB Type-C cable or opt for fewer cables and clutter with support for both Bluetooth 3.0/5.0 & 2.4Ghz wireless.

Make typing easier with the vibrant and groovy RGB lighting with 20 modes and backlighting presets to choose from. This allows you to create the perfect ambience for your desk setup. For the best possible typing experience, the Pollux Pro comes with red hot-swappable switches that are interchangeable with almost all switch types on the market, whether it is 3-pin or 5-pin. It has a linear design and is exceptionally quiet to make sure to not disturb others while you're gaming intensely.

FEATURES:

  • Linear Red Switches
  • Fully Hot-Swappable
  • Free-Mod Plate Mounted PCB
  • Dedicated Arrow Keys
  • 78 Keys 75% Compact Layout
  • Lightweight and Portable

SPECIFICATIONS:

  • Height Adjustable: Yes
  • Lighting: RGB
  • Switches: Outemu RED Switches
  • Connector: Type-C Cable
  • Matrix: 78 Keys
  • Connectivity: USB Type-C wired, BT 3.0/5.0 & 2.4Ghz
  • Battery: 1600mAh
  • Keyboard Rollover: Full Key with 100% Anti-Ghosting
  • Cable Length: 180 cm
  • Weight: 470g
  • Dimensions: 35.48 x 10.5 x 2.4 cm

WHAT’S IN THE BOX:

  • Redragon POLLUX K628 PRO Wireless Gaming Keyboard – Black x1
  • USB Type-C Cable x1
Brand Redragon
Colour Black/Red
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

-30%
Redragon K521 RGB NETHERBANE 104-Key Membrane Gaming Keyboard
Redragon

Redragon K521 RGB NETHERBANE 104-Key Membrane Gaming Keyboard

R 139.00 R 199.00

Save R 60.00

In Stock

-17%
Keychron Q3 HE QMK 80% Wireless Custom Mechanical Keyboard (Nebula Switch) – Carbon Black
Keychron

Keychron Q3 HE QMK 80% Wireless Custom Mechanical Keyboard (Nebula Switch) – Carbon Black

R 4 059.00 R 4 899.00

Save R 840.00

In Stock

-20%
Redragon K719WGB GALATIN RGB PRO Full sized Wireless Gaming Keyboard - White
Redragon

Redragon K719WGB GALATIN RGB PRO Full sized Wireless Gaming Keyboard - White

R 879.00 R 1 099.00

Save R 220.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!