Simagic Maglink Pro
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap'); .pca-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .pca-wrap { fo nt-family: 'Poppins', sans-serif; color: #1a1a2e; line-height: 1.6; width: 100%; } .pca-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c0342a; margin-bottom: 8px; } .pca-section-title { font-size: 18px; font-weight: 800; color: #0d1b2a; margin-bottom: 20px; line-height: 1.3; } /* ── Stat pills ── */ .pca-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; } .pca-stat { background: #fff; border: 1px solid #c8e6f8; border-radius: 50px; padding: 5px 14px; display: flex; align-items: baseline; gap: 5px; } .pca-stat-num { font-size: 13px; font-weight: 700; color: #0277bd; } .pca-stat-label { font-size: 13px; color: #4a90c4; } /* ── Feature cards ── */ .pca-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-bottom: 48px; } .pca-feature-card { background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; padding: 16px; } .pca-feature-icon { width: 23px; height: 23px; background: #0277bd; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; } .pca-feature-icon svg { width: 11px; height: 11px; fill: #fff; } .pca-feature-card h4 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 5px; } .pca-feature-card p { font-size: 12px; color: #4a5568; line-height: 1.5; } /* ── Accessory cards ── */ .pca-accessory-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-bottom: 48px; } .pca-accessory-card { background: #fff; border: 1px solid #d0e8f8; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; } .pca-accessory-card__img { background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 20px; min-height: 180px; } .pca-accessory-card__img img { max-width: 100%; max-height: 140px; object-fit: contain; transition: transform 0.3s ease; transform: scale(1.3); } .pca-accessory-card:hover .pca-accessory-card__img img { transform: scale(1.37); } .pca-accessory-card__body { padding: 14px 16px 18px; flex: 1; display: flex; flex-direction: column; border-top: 1px solid #e8f4fd; } .pca-accessory-card__type { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c0342a; margin-bottom: 4px; } .pca-accessory-card__name { font-size: 16px; font-weight: 800; color: #0d1b2a; margin-bottom: 8px; line-height: 1.2; } .pca-accessory-card__desc { font-size: 12px; color: #4a5568; line-height: 1.6; margin-bottom: 12px; flex: 1; } .pca-accessory-card__tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; } .pca-accessory-card__tag { font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 50px; background: #eef7ff; border: 1px solid #c8e6f8; color: #0277bd; } /* ── Split sections ── */ .pca-split { margin-bottom: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 16px; overflow: hidden; } .pca-split__img { width: 100%; height: 100%; object-fit: cover; display: block; background: #fff; } .pca-split__body { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; background: #fff; } .pca-split__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #c0342a; margin-bottom: 6px; } .pca-split__title { font-size: 18px; font-weight: 800; color: #0d1b2a; margin-bottom: 4px; } .pca-split__subtitle { font-size: 12px; font-weight: 600; color: #4a90c4; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 14px; } .pca-split__text { font-size: 13px; color: #4a5568; line-height: 1.65; } .pca-split__points { list-style: none; padding: 0; margin: 14px 0 0; } .pca-split__points li { display: flex; gap: 10px; font-size: 13px; color: #374151; margin-bottom: 10px; line-height: 1.5; } .pca-split__points li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #0277bd; flex-shrink: 0; margin-top: 6px; } .pca-split__points strong { color: #0d1b2a; } .pca-zeus-dark { background: #fff; border-radius: 16px; overflow: hidden; margin-bottom: 4px; } .pca-zeus-dark .pca-split__body { background: #fff; border: none; } .pca-zeus-dark .pca-split__points li::before { background: #c0342a; } /* ── UP+ badge ── */ .pca-up-badge { display: inline-flex; align-items: center; gap: 8px; background: #eef7ff; border: 1px solid #c8e6f8; border-radius: 8px; padding: 5px 12px; margin-bottom: 16px; } .pca-up-badge span { font-size: 10px; font-weight: 700; color: #0277bd; letter-spacing: 0.06em; text-transform: uppercase; } /* ── Spec rows ── */ .pca-specs-dark { background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; overflow: hidden; margin-bottom: 48px; } .pca-spec-row { display: flex; justify-content: space-between; padding: 9px 12px; background: #fff; font-size: 13px; gap: 12px; } .pca-spec-row.alt { background: #f7fbff; } .pca-spec-row .sk { color: #718096; } .pca-spec-row .sv { font-weight: 700; color: #0d1b2a; text-align: right; } /* ── FAQ ── */ .pca-faq { margin-bottom: 48px; } .pca-faq-group { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #c0342a; margin: 28px 0 4px; padding: 0 0 0 4px; } .pca-faq-group:first-child { margin-top: 0; } .pca-faq details { border-bottom: 1px solid #e2edf8; } .pca-faq details:first-of-type { border-top: 1px solid #e2edf8; } .pca-faq summary { list-style: none; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 15px 4px; cursor: pointer; font-size: 13px; font-weight: 500; color: #0d1b2a; line-height: 1.45; user-select: none; -webkit-user-select: none; } .pca-faq summary::-webkit-details-marker { display: none; } .pca-faq summary::after { content: ''; flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c0342a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/contain no-repeat; transition: transform 0.2s ease; } .pca-faq details[open] > summary::after { transform: rotate(180deg); } .pca-faq summary:hover { color: #c0342a; } .pca-faq-a { font-size: 13px; color: #4a5568; line-height: 1.65; padding: 0 4px 16px 4px; } .pca-faq-a strong { color: #0d1b2a; font-weight: 700; } .pca-faq-a a { color: #0277bd; } /* ── Warranty ── */ .pca-warranty { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; } .pca-warranty-item { flex: 1; min-width: 160px; background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; } .pca-warranty-icon { width: 32px; height: 32px; background: #0277bd; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .pca-warranty-icon svg { width: 16px; height: 16px; fill: #fff; } .pca-warranty-item h5 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 3px; } .pca-warranty-item p { font-size: 12px; color: #718096; line-height: 1.45; } /* ── Accessory Finder (ZCF) ── */ .zcf * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .zcf-step { display: none; } .zcf-step.zcf-active { display: block; } .zcf-progress { display: flex; gap: 6px; margin-bottom: 16px; align-items: center; } .zcf-dot { width: 7px; height: 7px; border-radius: 50%; background: #e0e0e0; transition: all 0.22s; } .zcf-dot.done { background: #0d1b2a; width: 20px; border-radius: 4px; } .zcf-dot.active { background: #c0342a; transform: scale(1.35); } .zcf-q { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 3px; } .zcf-sub { font-size: 11px; color: #718096; margin-bottom: 14px; line-height: 1.5; } .zcf-opts { display: grid; gap: 10px; } .zcf-opts.cols2 { grid-template-columns: 1fr 1fr; } .zcf-opts.cols3 { grid-template-columns: 1fr 1fr 1fr; } .zcf-opt { background: #fff; border: 1.5px solid #ebebeb; border-radius: 14px; cursor: pointer; display: flex; flex-direction: column; align-items: stretch; text-align: center; width: 100%; overflow: hidden; position: relative; transition: border-color 0.15s, transform 0.12s, box-shadow 0.15s; } .zcf-opt:hover { border-color: #0d1b2a; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.08); } .zcf-opt.zcf-sel { border: 2px solid #c0342a; box-shadow: 0 4px 16px rgba(192,52,42,0.12); transform: translateY(-2px); } .zcf-opt-thumb { width: 100%; height: 168px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; padding: 12px; } .zcf-opt-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.2s; transform: scale(1.25); } .zcf-opt:hover .zcf-opt-thumb img, .zcf-opt.zcf-sel .zcf-opt-thumb img { transform: scale(1.32) translateY(-2px); } .zcf-opt-body { padding: 9px 10px 12px; background: #fff; border-top: 1px solid #ebebeb; } .zcf-opt.zcf-sel .zcf-opt-body { border-top-color: #f5c5c0; } .zcf-ot { font-size: 12px; font-weight: 700; color: #0d1b2a; display: block; margin-bottom: 2px; line-height: 1.3; } .zcf-od { font-size: 10px; color: #999; line-height: 1.4; display: block; } .zcf-sel-check { position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; border-radius: 50%; background: #c0342a; display: none; align-items: center; justify-content: center; font-size: 11px; color: #fff; font-weight: 700; z-index: 2; } .zcf-opt.zcf-sel .zcf-sel-check { display: flex; } .zcf-nav { display: flex; gap: 8px; margin-top: 14px; } .zcf-btn { padding: 8px 18px; border-radius: 50px; font-size: 11px; font-weight: 700; cursor: pointer; border: 1.5px solid #ddd; background: transparent; color: #555; transition: all 0.15s; letter-spacing: 0.03em; } .zcf-btn:hover { border-color: #aaa; color: #0d1b2a; } .zcf-result { border-radius: 12px; overflow: hidden; border: 1px solid #e8e8e8; } .zcf-rhead { background: #fff; padding: 16px 20px; border-bottom: 1px solid #e8e8e8; } .zcf-rhead h3 { font-size: 14px; font-weight: 800; color: #0d1b2a; margin-bottom: 3px; } .zcf-rhead p { font-size: 11px; color: #718096; } .zcf-rbody { background: #fff; } .zcf-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f5f5f5; } .zcf-item:last-child { border-bottom: none; } .zcf-item-img { width: 48px; height: 48px; flex-shrink: 0; background: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .zcf-item-img img { width: 100%; height: 100%; object-fit: contain; padding: 0; transform: scale(1.5); transform-origin: center; } .zcf-iname { font-size: 12px; font-weight: 700; color: #0d1b2a; } .zcf-iwhy { font-size: 10px; color: #718096; margin-top: 3px; line-height: 1.5; } .zcf-tag { display: inline-block; font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 50px; margin-left: 6px; vertical-align: middle; letter-spacing: 0.04em; } .zt-req { background: #fff0ee; color: #c0342a; border: 1px solid rgba(192,52,42,0.25); } .zt-none { background: #e8f5e9; color: #2e7d32; border: 1px solid rgba(46,125,50,0.25); } .zt-opt { background: #fff8e1; color: #e65100; border: 1px solid rgba(230,81,0,0.2); } .zt-inc { background: #f3e8ff; color: #7b1fa2; border: 1px solid rgba(123,31,162,0.2); } .zcf-footer { padding: 12px 16px; background: #fff; border-top: 1px solid #ebebeb; display: flex; justify-content: center; gap: 10px; } /* ── Setup grid ── */ .pca-setup-grid a > div { overflow: hidden; } .pca-setup-grid a:hover img { transform: scale(1.08); } /* ── Responsive ── */ @media (max-width: 640px) { .pca-section-title { font-size: 16px; } .pca-split { grid-template-columns: 1fr !important; } .pca-split__img { width: 100%; height: 220px; object-fit: contain; order: -1; } .pca-split__body { order: 1; padding: 20px 16px !important; } .pca-hero-banner { grid-template-columns: 1fr !important; } .pca-hero-banner__img { order: -1; min-height: 220px; } .pca-hero-banner__text { padding: 28px 20px !important; } .zcf-opts.cols3 { grid-template-columns: 1fr 1fr !important; } .zcf-opts.cols2 { grid-template-columns: 1fr 1fr !important; } .pca-cta-buttons { align-items: center !important; width: 100%; } .pca-cta-buttons a { text-align: center !important; width: 100%; } } Simagic UP+ Modular Ecosystem MagLink Pro Any Wheel. Any Base. Full Control. MagLink Pro is the adapter that connects Zeus Series wheels to non-Alpha-EVO wheelbases, including all Simagic Alpha Series, M10, and third-party direct drive bases from Simucube, MOZA, Fanatec, VRS, and Asetek. All inputs, RGB shift lights, and full SimHub functionality are retained. Available now from Player1 Sim Gear, authorised Australian Simagic dealer. Alpha Series / M10compatible Third-PartyMOZA · Simucube · Fanatec · VRS · Asetek USB Wiredfull data connection All Inputsretained RGB Shift Lightsretained SimHub+ SimPro V3 3m + 1.2mcable lengths Product Detail What MagLink Pro does UP+ Fully Modular Wireless Technology Proprietary Protocol. Zero Interference. Dual Antenna · Anti-Interference · Low Latency Zeus wheels connect natively to Alpha EVO bases, but for everyone else, MagLink Pro is the bridge. It mounts to the wheelbase shaft, connects via the coiled cable to the wheel, and passes all data through USB to your PC. Every button, rotary, encoder, shift light, and SimHub feature works exactly as it would on a native Alpha EVO connection. Proprietary protocol, not Wi-Fi or Bluetooth, purpose-built for sim environments. Dual antennas, integrated into the housing for optimal wireless range and stability. Anti-interference design, active management for environments with multiple wireless devices. Low-latency telemetry, consistent data delivery to the MagicDash 4 display in real time. Included with MagicDash 4 Simple Setup Plug into PC. Done. USB-C to PC · SimHub · SimPro Manager V3 MagLink Pro uses a wired USB connection between your wheel and PC. The gold-pin connector at the wheel side provides a secure, low-resistance data path, while the coiled cable handles steering rotation across the full lock range without tangling. The hub body mounts to the wheelbase shaft via the included mounting plate. Included in every MagicDash 4 box, no separate purchase needed for standard setups. USB-C to PC, plug-in on your PC side handles the wireless link to the display. Auto-recognised, All inputs and RGB shift lights are fully retained through MagLink Pro. Standalone availability, also sold separately for additional displays or as a replacement. Full Compatibility Works With Every Setup Zeus Series. Any Wheelbase. Any Sim. iRacing · ACC · Assetto Corsa · F1 Series · rFactor 2 · LMU · And More MagLink Pro ships as a complete installation kit, mounting plate, hub body, coiled cable, USB cable, and sim connector. Every component needed to connect a Zeus wheel to your wheelbase is included. No additional hardware required. All wheelbases, Alpha EVO, Alpha Series, M10, Simucube, MOZA, Fanatec, VRS, Asetek. All Zeus wheels, Zeus Formula, GT, Sport. Standalone MagicDash 4, works with or without a Zeus wheel present. All major PC sims, via SimHub (free) or SimPro Manager V3 (free). Why MagLink Pro Built to connect anything to anything. Proprietary Wireless, Not Bluetooth Every button, rotary encoder, thumb control, and Hall-sensor paddle on your Zeus wheel passes through MagLink Pro to your PC with full fidelity. No inputs are lost or downgraded compared to a native Alpha EVO connection. Manages MagicDash 4 in SimPro V3 All 15 RGB shift indicator LEDs on your Zeus wheel operate normally through MagLink Pro. Full SimHub and SimPro Manager V3 control over shift point colours and telemetry-linked zones is retained. Included, No Extra Cost MagLink Pro doesn't limit your software options. SimHub and SimPro Manager V3 both see the Zeus wheel as a fully connected device, all configuration, remapping, LED control, and telemetry integration works as normal. Run Multiple Displays The 3m coiled cable between wheel and hub handles full steering rotation without tangling, kinking, or applying rotational resistance. The cable extends and retracts naturally with every steering input. Technical Specifications MagLink Pro, Full Specifications Simagic UP+ Ecosystem MagLink Pro Wheelbase Adapter Product NameMagLink Pro FunctionWireless PC-to-MagicDash 4 telemetry link Wireless ProtocolSimagic proprietary anti-interference protocol Antennas2 × integrated dual antennas PC ConnectionUSB-C Housing MaterialABS + PC with integrated antenna housing Dimensions91.5 × 79.5 × 27.6 mm SoftwareSimPro Manager V3 · SimHub CompatibilityMagicDash 4 (all setups) Included WithEvery MagicDash 4 purchase (standalone or bundle) PlatformPC Only Warranty2 Years Zeus Accessory Checker What Zeus accessories do I need? Select your wheelbase, choose your Zeus wheel, and tell us if you want a MagicDash 4, we'll tell you exactly what accessories are required. ? Wheelbase Not selected ? Zeus Wheel Not selected ? MagicDash 4 Not selected .zcf *{box-sizing:border-box;margin:0;padding:0;font-family:'Poppins',sans-serif} .zcf-step{display:none} .zcf-step.zcf-active{display:block} .zcf-progress{display:flex;gap:6px;margin-bottom:16px;align-items:center} .zcf-dot{width:7px;height:7px;border-radius:50%;background:#e0e0e0;transition:all 0.22s} .zcf-dot.done{background:#0d1b2a;width:20px;border-radius:4px} .zcf-dot.active{background:#c0342a;transform:scale(1.35)} .zcf-q{font-size:13px;font-weight:700;color:#0d1b2a;margin-bottom:3px} .zcf-sub{font-size:11px;color:#718096;margin-bottom:14px;line-height:1.5} .zcf-opts{display:grid;gap:10px} .zcf-opts.cols2{grid-template-columns:1fr 1fr} .zcf-opts.cols3{grid-template-columns:1fr 1fr 1fr} .zcf-opt{background:#fff;border:1.5px solid #ebebeb;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;align-items:stretch;text-align:center;width:100%;overflow:hidden;position:relative;transition:border-color 0.15s,transform 0.12s,box-shadow 0.15s} .zcf-opt:hover{border-color:#0d1b2a;transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,0.08)} .zcf-opt.zcf-sel{border:2px solid #c0342a;box-shadow:0 4px 16px rgba(192,52,42,0.12);transform:translateY(-2px)} .zcf-opt-thumb{width:100%;height:168px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;padding:12px} .zcf-opt.zcf-sel .zcf-opt-thumb{background:#fff} .zcf-opt-thumb img{max-width:100%;max-height:100%;object-fit:contain;transition:transform 0.2s} .zcf-opt:hover .zcf-opt-thumb img,.zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.07) translateY(-2px)} #zcf-s1 .zcf-opt-thumb img{transform:scale(1.13)} #zcf-s1 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s1 .zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.19) translateY(-2px)} #zcf-s2 .zcf-opt-thumb img,#zcf-s3 .zcf-opt-thumb img{transform:scale(1.25)} #zcf-s2 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s3 .zcf-opt:hover .zcf-opt-thumb img,#zcf-s2 .zcf-opt.zcf-sel .zcf-opt-thumb img,#zcf-s3 .zcf-opt.zcf-sel .zcf-opt-thumb img{transform:scale(1.32) translateY(-2px)} .zcf-opt-body{padding:9px 10px 12px;background:#fff;border-top:1px solid #ebebeb} .zcf-opt.zcf-sel .zcf-opt-body{border-top-color:#f5c5c0} .zcf-ot{font-size:12px;font-weight:700;color:#0d1b2a;display:block;margin-bottom:2px;line-height:1.3} .zcf-od{font-size:10px;color:#999;line-height:1.4;display:block} .zcf-sel-check{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:#c0342a;display:none;align-items:center;justify-content:center;font-size:11px;color:#fff;font-weight:700;z-index:2} .zcf-opt.zcf-sel .zcf-sel-check{display:flex} .zcf-nav{display:flex;gap:8px;margin-top:14px} .zcf-btn{padding:8px 18px;border-radius:50px;font-size:11px;font-weight:700;cursor:pointer;border:1.5px solid #ddd;background:transparent;color:#555;transition:all 0.15s;letter-spacing:0.03em} .zcf-btn:hover{border-color:#aaa;color:#0d1b2a} .zcf-result{border-radius:12px;overflow:hidden;border:1px solid #e8e8e8} .zcf-rhead{background:#fff;padding:16px 20px;border-bottom:1px solid #e8e8e8} .zcf-rhead h3{font-size:14px;font-weight:800;color:#0d1b2a;margin-bottom:3px} .zcf-rhead p{font-size:11px;color:#718096} .zcf-rbody{background:#fff} .zcf-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid #f5f5f5} .zcf-item:last-child{border-bottom:none} .zcf-item-img{width:48px;height:48px;flex-shrink:0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden} .zcf-item-img img{width:100%;height:100%;object-fit:contain;padding:0;transform:scale(1.5);transform-origin:center} .zcf-iname{font-size:12px;font-weight:700;color:#0d1b2a} .zcf-iwhy{font-size:10px;color:#718096;margin-top:3px;line-height:1.5} .zcf-tag{display:inline-block;font-size:9px;font-weight:700;padding:2px 8px;border-radius:50px;margin-left:6px;vertical-align:middle;letter-spacing:0.04em} .zt-req{background:#e8f5e9;color:#2e7d32;border:1px solid rgba(46,125,50,0.25)} .zt-none{background:#fff8e1;color:#b45309;border:1px solid rgba(180,83,9,0.2)} .zt-opt{background:#fff8e1;color:#e65100;border:1px solid rgba(230,81,0,0.2)} .zt-inc{background:#e8f5e9;color:#2e7d32;border:1px solid rgba(46,125,50,0.25)} .zt-info{background:#fff8e1;color:#b45309;border:1px solid rgba(180,83,9,0.25)} .zcf-footer{padding:12px 16px;background:#fff;border-top:1px solid #ebebeb;display:flex;justify-content:center;gap:10px} What wheelbase are you running? This determines which adapters you need. ✓ Alpha EVO SeriesEVO 9Nm · EVO Pro 18Nm · EVO Ultra · EVO Sport ✓ Alpha Series / M10Alpha Mini · Alpha · Alpha Ultimate · M10 ✓ Third-party BaseSimucube · MOZA · Fanatec · VRS · Asetek Which Zeus wheel, or MagicDash 4 standalone? Choose a Zeus wheel, or select MagicDash 4 only for standalone DDU use without a Zeus wheel. ✓ Zeus Formula280mm · F1 spec · 92 inputs ✓ Zeus GT300mm · D-shape · 60 inputs ✓ Zeus Sport320mm · Round · 50 inputs ✓ MagicDash 4 onlyStandalone DDU · no Zeus wheel ← Back How do you want to use the MagicDash 4? The MagicDash 4 can mount onto the Zeus wheel, fixed to the wheelbase, both, or you can skip it. ✓ On the Zeus wheelWheel-mounted · no MagDock needed ✓ Mounted on wheelbaseFixed to base · MagDock required ✓ Both, wheel & wheelbaseTwo MagicDash 4 units ✓ ✕ No MagicDash 4Wheel only · no dashboard ← Back ← Edit Start over var zcfSel = {}; var zcfDelay = 280; var zcfBarData = { base: { evo: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Simagic_Alpha_Evo.webp?v=1780468680', label:'Alpha EVO Series' }, alpha: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Simagic_Alpha.webp?v=1780468681', label:'Alpha Series / M10' }, third: { img:'https://cdn.shopify.com/s/files/1/0581/2391/1241/files/Player1_Sim_Gear_-_Other_wheelbases.webp?v=1780468681', label:'Third-party Base' } }, wheel: { formula: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Simagic_Zeus_Formula_Steering_Wheel_5.png', label:'Zeus Formula' }, gt: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_GT_Steering_Wheel_5.png', label:'Zeus GT' }, sport: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_Sport_Steering_Wheel_5.png', label:'Zeus Sport' }, dashonly: { img:'', label:'No wheel' } }, dash: { wheel: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', label:'On Zeus wheel' }, base: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagDock-800x800_Transparent_PNG_2.png', label:'On wheelbase' }, both: { img:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', label:'Wheel + wheelbase' }, no: { img:'', label:'No MagicDash 4' } } }; var zcfResultImgs = { magdock: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagDock-800x800_Transparent_PNG_2.png', maglink: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Maglink_Pro-800x800_Transparent_PNG_1.png', maglinkxt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Maglink_Pro_Xtend-800x800_Transparent_PNG_3.png', magicdash: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/MagicDash_4-800x800_Transparent_PNG_1.png', airlink: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Air_Link-800x800_Transparent_PNG_1.png', paddles: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/3-Paddle_Shifter_Module-800x800_Transparent_PNG_1.png', rims_gt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/ZGT-300CD_Leather__800x800_TransparentPNG.png', rims_sport:'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/ZS-310CS_Suede__800x800_TransparentPNG.png' }; function zcfSetBar(slot, val) { var bar = document.getElementById('zcf-visual-bar'); if (bar.style.display === 'none') bar.style.display = 'grid'; var imgWrap = document.getElementById('vbi-' + slot); var lbl = document.getElementById('vbl-' + slot); var data = zcfBarData[slot] && zcfBarData[slot][val]; if (data && data.img) { imgWrap.innerHTML = ''; } else if (data) { imgWrap.innerHTML = '✕'; } lbl.textContent = data ? data.label : 'Not selected'; lbl.style.color = data ? '#0d1b2a' : '#bbb'; lbl.style.fontSize = '12px'; } function zcfClearBar(slots) { slots.forEach(function(slot) { document.getElementById('vbi-'+slot).innerHTML = '?'; var lbl = document.getElementById('vbl-'+slot); lbl.textContent = 'Not selected'; lbl.style.color = '#bbb'; delete zcfSel[{base:'s1',wheel:'s2',dash:'s3'}[slot]]; }); var slotToStep = {base:'zcf-s1', wheel:'zcf-s2', dash:'zcf-s3'}; slots.forEach(function(slot) { var stepEl = document.getElementById(slotToStep[slot]); if (stepEl) stepEl.querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); }); } function zcfPick(btn, step, slot, nextStep) { btn.closest('.zcf-opts').querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); btn.classList.add('zcf-sel'); zcfSel[step] = btn.dataset.v; zcfSetBar(slot, btn.dataset.v); if (btn.dataset.v === 'dashonly') { zcfSetBar('dash', 'base'); zcfSel['s3'] = 'base'; } if (step === 's2' && btn.dataset.v !== 'dashonly') { var wheelImgs = { formula: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Simagic_Zeus_Formula_Steering_Wheel_5.png', gt: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_GT_Steering_Wheel_5.png', sport: 'https://cdn.shopify.com/s/files/1/0764/6756/8943/files/Zeus_Sport_Steering_Wheel_5.png' }; var img = document.getElementById('zcf-s3-wheel-img'); if (img && wheelImgs[btn.dataset.v]) { img.src = wheelImgs[btn.dataset.v]; img.alt = btn.dataset.label + ' with MagicDash 4'; } } setTimeout(function() { if (nextStep === 'result') zcfShowResult(); else zcfNext(step, nextStep); }, zcfDelay); } function zcfNext(f, t) { document.getElementById('zcf-'+f).classList.remove('zcf-active'); document.getElementById('zcf-'+t).classList.add('zcf-active'); zcfDots(); } function zcfBack(f, t, clearSlots) { if (clearSlots) zcfClearBar(clearSlots); document.getElementById('zcf-'+f).classList.remove('zcf-active'); document.getElementById('zcf-'+t).classList.add('zcf-active'); zcfDots(); } function zcfDots() { var steps = ['s1','s2','s3','s4']; var active = steps.findIndex(function(s){ return document.getElementById('zcf-'+s).classList.contains('zcf-active'); }); document.querySelectorAll('.zcf-dot').forEach(function(d,i){ d.classList.remove('active','done'); if (i < active) d.classList.add('done'); if (i === active) d.classList.add('active'); }); } function zcfRow(imgKey, tagCls, tagLabel, name, arg5, arg6, arg7, arg8) { var why, extraTagCls = null, extraTagLabel = null, url = null; if (arg7 !== undefined && typeof arg7 === 'string' && arg7.startsWith('http')) { // 6-arg with url: (imgKey,tagCls,tagLabel,name,why,url), arg5=why, arg6=url why = arg5 || ''; url = arg6; } else if (arg7 !== undefined) { extraTagCls = arg5; extraTagLabel = arg6; why = arg7; url = arg8 || null; } else { why = arg5 || ''; url = arg6 && arg6.startsWith('http') ? arg6 : null; } var img = zcfResultImgs[imgKey]; var imgHtml = img ? '' : '✓'; var extraTag = extraTagLabel ? ''+extraTagLabel+'' : ''; var linkHtml = url ? 'View product ↗' : ''; return ''+imgHtml+''+name+''+tagLabel+''+extraTag+''+why+''+linkHtml+''; } function zcfShowResult() { var base = zcfSel.s1, wheel = zcfSel.s2, dash = zcfSel.s3; var isDashOnly = (wheel === 'dashonly'); var wn = {formula:'Zeus Formula', gt:'Zeus GT', sport:'Zeus Sport', dashonly:'MagicDash 4 standalone'}; var bn = {evo:'Alpha EVO', alpha:'Alpha Series / M10', third:'Third-party base'}; if (isDashOnly) dash = 'base'; document.getElementById('zcf-rt').textContent = (isDashOnly ? 'MagicDash 4 standalone' : wn[wheel]) + ' on ' + bn[base]; var dashDesc = {wheel:'MagicDash 4 on Zeus wheel', base:'MagicDash 4 on wheelbase (MagDock)', both:'MagicDash 4 on wheel + wheelbase', no:'Wheel only, no MagicDash 4'}; document.getElementById('zcf-rs').textContent = isDashOnly ? 'MagicDash 4 as standalone DDU, no Zeus wheel' : (dashDesc[dash] || ''); var html = ''; if (base === 'evo') { if (isDashOnly || dash === 'wheel' || dash === 'base') { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels and MagicDash 4 connect natively to all Alpha EVO series bases, no adapters or MagDock needed.'); html += zcfRow('airlink', 'zt-inc', 'Included with MagicDash 4', 'AirLink Wireless Hotspot', 'Included in every MagicDash 4 box, connects the dashboard wirelessly to SimHub or SimPro V3.', 'https://p1simgear.com.au/products/simagic-airlink-wireless-hotspot'); } else if (dash === 'both') { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels and MagicDash 4 connect natively to all Alpha EVO bases, no adapters needed. Each MagicDash 4 uses its own AirLink.'); html += zcfRow('magicdash', 'zt-req', 'Required (×2)', 'MagicDash 4 (×2)', 'You need two MagicDash 4 units, one mounts on the Zeus wheel, one mounts on the base. Each ships with its own AirLink.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); html += zcfRow('airlink', 'zt-inc', 'Included with each MagicDash 4', 'AirLink Wireless Hotspot (×2)', 'One AirLink included per MagicDash 4 box, two units total for two displays. No extra purchase needed.', 'https://p1simgear.com.au/products/simagic-airlink-wireless-hotspot'); } else { html += zcfRow(null, 'zt-none', 'No adapter needed', 'No adapter required', 'Zeus wheels connect natively to all Alpha EVO series bases. Plug straight in, nothing extra needed.'); } } else { if (isDashOnly) { html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount and connect the MagicDash 4 to your ' + (base === 'alpha' ? 'Alpha Series / M10' : 'third-party') + ' wheelbase. Built-in MagLink Pro Hub, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); } else if (dash === 'no') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Required for Alpha Mini, Alpha, Alpha Ultimate, and M10. Connects your Zeus ' + wn[wheel] + ' and retains all button, RGB shift light, and SimHub functionality.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Required for all third-party direct drive bases (Simucube, MOZA, Fanatec, VRS, Asetek, etc.). All inputs and RGB shift lights retained.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } } else if (dash === 'wheel') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base and handles the wheel-mounted MagicDash 4, no MagDock needed for wheel-mounted display.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base and handles the wheel-mounted MagicDash 4, no MagDock needed for wheel-mounted display.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } } else if (dash === 'base') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base, always needed for the Zeus wheel connection regardless of MagicDash 4 mount.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base, always needed for the Zeus wheel connection regardless of MagicDash 4 mount.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount the MagicDash 4 on the wheelbase. Built-in MagLink Pro Hub handles the display connection, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); } else if (dash === 'both') { if (base === 'alpha') { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your Alpha Series / M10 base and powers the wheel-mounted MagicDash 4.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } else { html += zcfRow('maglink', 'zt-req', 'Required', 'MagLink Pro', 'Connects your Zeus ' + wn[wheel] + ' to your third-party base and powers the wheel-mounted MagicDash 4.', 'https://p1simgear.com.au/products/simagic-maglink-pro'); } html += zcfRow('magdock', 'zt-req', 'Required', 'MagDock', 'Required to mount the base-mounted MagicDash 4. Built-in MagLink Pro Hub, single USB-C to PC.', 'https://p1simgear.com.au/products/simagic-magdock'); html += zcfRow('magicdash', 'zt-req', 'Required (×2)', 'MagicDash 4 (×2)', 'You need two units, one mounts on the Zeus wheel via MagLink Pro, one mounts on the wheelbase via MagDock.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } if (base === 'alpha' && !isDashOnly) { html += zcfRow('maglinkxt', 'zt-opt', 'Optional (multi-wheel)', 'MagLink Pro Xtend', 'Only worth it if you run an Alpha wheelbase (Alpha, Alpha Mini, Alpha Ultimate, M10) AND own more than one Zeus wheel that you swap between. It mounts on the base so a single MagLink Pro serves every wheel, instead of one MagLink Pro per wheel. For a single wheel, skip it and just use MagLink Pro. Not for Alpha EVO or third-party bases.', 'https://p1simgear.com.au/products/simagic-maglink-pro-xtend'); } html += zcfRow('paddles', 'zt-opt', 'Optional', 'UP+ Paddle Modules', 'Upgrade to push-pull, double, or triple paddle configurations without replacing the wheel.', 'https://p1simgear.com.au/products/simagic-paddle-shifter-module-triple-paddles'); if (wheel === 'sport') { html += zcfRow('rims_sport', 'zt-opt', 'Optional', 'Zeus Sport Replacement Rims', 'Hot-swap grip shape and material without tools. Multiple configurations available.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } else if (wheel === 'gt') { html += zcfRow('rims_gt', 'zt-opt', 'Optional', 'Zeus GT Replacement Rims', 'Hot-swap grip shape, size, and material without tools. 9 configurations available.', 'https://p1simgear.com.au/collections/simagic-zeus-rims-and-accessories'); } } document.getElementById('zcf-items').innerHTML = html; var fromStep = isDashOnly ? 's2' : 's3'; zcfNext(fromStep, 's4'); } function zcfBackFromResult() { if (zcfSel.s2 === 'dashonly') { zcfBack('s4','s2',['wheel','dash']); } else { zcfBack('s4','s3',['dash']); } } function zcfReset() { zcfSel = {}; ['s1','s2','s3','s4'].forEach(function(s){ document.getElementById('zcf-'+s).classList.remove('zcf-active'); }); document.getElementById('zcf-s1').classList.add('zcf-active'); document.querySelectorAll('.zcf-opt').forEach(function(o){ o.classList.remove('zcf-sel'); }); ['base','wheel','dash'].forEach(function(slot) { document.getElementById('vbi-'+slot).innerHTML = '?'; document.getElementById('vbl-'+slot).textContent = 'Not selected'; document.getElementById('vbl-'+slot).style.color = '#bbb'; }); document.getElementById('zcf-visual-bar').style.display = 'none'; zcfDots(); } Common questions MagLink Pro FAQ What It Does What does MagLink Pro do? MagLink Pro is the adapter that connects Zeus Series wheels to non-Alpha-EVO wheelbases, Simagic Alpha Series, M10, Simucube, MOZA, Fanatec, VRS, Asetek, and other third-party direct drive bases. It mounts to the wheelbase shaft via the included mounting plate, connects to the Zeus wheel via a coiled cable, and passes all inputs, RGB shift lights, and SimHub/SimPro V3 data to your PC via USB. Every feature of your Zeus wheel is fully retained. Do I need MagLink Pro for an Alpha EVO base? No. Zeus wheels connect natively to all Alpha EVO series bases, Alpha EVO 9Nm, Alpha EVO Pro 18Nm, Alpha EVO Ultra, and Alpha EVO Sport, with no adapter needed. MagLink Pro is only required for Alpha Mini, Alpha, Alpha Ultimate, M10, and all third-party bases. What is the difference between MagLink Pro and MagLink Pro Xtend? MagLink Pro uses a wired USB connection and is for connecting Zeus wheels to non-EVO wheelbases. MagLink Pro Xtend provides wireless connectivity and is specifically for wireless Zeus/Neo X wheel connections on Alpha Series bases, or for running a standalone MagicDash 4 (without a Zeus wheel) on any non-EVO rig. If you want a Zeus wheel on your MOZA or Simucube base, standard MagLink Pro is all you need. Setup & Compatibility What wheelbases is MagLink Pro compatible with? MagLink Pro works with: Simagic Alpha Series (Alpha Mini, Alpha, Alpha Ultimate, M10); Simucube 2 (Sport, Pro, Ultimate); MOZA (R5, R9, R12, R16, R21); Fanatec (CSL DD, CSL DD Pro, Podium DD1, Podium DD2); VRS (DirectForce Pro); Asetek (Forte, Invicta); and most other third-party direct drive bases with standard USB connectivity. Call 0488 385 870 to confirm your specific model before ordering. Does MagLink Pro work with MagicDash 4? MagLink Pro enables Zeus wheel functionality on non-EVO bases. For MagicDash 4 support on those same bases, MagDock (sold separately) is also required. MagLink Pro alone does not enable the MagicDash 4 dashboard, MagDock handles the physical mount and dashboard data connection on Alpha Series and third-party bases. Does MagLink Pro work with SimHub? Yes, all SimHub functionality is fully retained through MagLink Pro. Button remapping, RGB shift light configuration, telemetry-linked encoder lighting, and MagicDash 4 dashboard display all work via SimHub exactly as they do on a native Alpha EVO connection. Purchasing at Player1 Sim Gear Is MagLink Pro in stock in Australia? Yes, we stock MagLink Pro at our Queensland warehouse as an authorised Simagic dealer. Call 0488 385 870 to confirm availability before ordering. What warranty does MagLink Pro come with? MagLink Pro purchased from Player1 Sim Gear carries Simagic's 2-year manufacturer warranty and is covered by Australian Consumer Law. Warranty claims are handled locally, no international shipping required. Contact us at player1simgear.freshdesk.com or on 0488 385 870. After-Sales Warranty & Support Simagic 2-Year Warranty All Simagic accessories from Player1 Sim Gear carry the manufacturer warranty. Authorised dealer, claims handled locally in Australia. Australian Consumer Law All purchases covered by ACL, acceptable quality, fitness for purpose, and statutory rights. Local Support, 0488 385 870 Queensland-based team. Setup help, compatibility questions, and warranty claims handled in Australia. Help Desk Open a ticket at player1simgear.freshdesk.com for technical queries or warranty claims. Build the full experience Complete your sim cockpit Pair MagLink Pro with a Zeus Series wheel and MagicDash 4 to complete the full Simagic UP+ ecosystem on your base. Simagic Full Range Wheelbases, wheels, pedals & more Shop Simagic → Zeus Rims & Accessories MagicDash 4, MagDock, MagLink Pro Shop Zeus Accessories → Sim Cockpits Racing cockpit frames & rigs Shop Cockpits → VR Headsets Pimax Crystal Super, Crystal Light & more Shop VR → Not sure if MagLink Pro works with your wheelbase? Give us your wheelbase model and we'll confirm compatibility before you order. We can also advise on whether you need MagDock alongside MagLink Pro for MagicDash 4 support. Call 0488 385 870 Send us a message { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What does MagLink Pro do?", "acceptedAnswer": { "@type": "Answer", "text": "MagLink Pro is the adapter that connects Zeus Series wheels to non-Alpha-EVO wheelbases, Simagic Alpha Series, M10, Simucube, MOZA, Fanatec, VRS, Asetek, and other third-party direct drive bases. It mounts to the wheelbase shaft via the included mounting plate, connects to the Zeus wheel via a coiled cable, and passes all inputs, RGB shift lights, and SimHub/SimPro V3 data to your PC via USB. Every feature of your Zeus wheel is fully retained." } }, { "@type": "Question", "name": "Do I need MagLink Pro for an Alpha EVO base?", "acceptedAnswer": { "@type": "Answer", "text": "No. Zeus wheels connect natively to all Alpha EVO series bases, Alpha EVO 9Nm, Alpha EVO Pro 18Nm, Alpha EVO Ultra, and Alpha EVO Sport, with no adapter needed. MagLink Pro is only required for Alpha Mini, Alpha, Alpha Ultimate, M10, and all third-party bases." } }, { "@type": "Question", "name": "What is the difference between MagLink Pro and MagLink Pro Xtend?", "acceptedAnswer": { "@type": "Answer", "text": "MagLink Pro uses a wired USB connection and is for connecting Zeus wheels to non-EVO wheelbases. MagLink Pro Xtend provides wireless connectivity and is specifically for wireless Zeus/Neo X wheel connections on Alpha Series bases, or for running a standalone MagicDash 4 (without a Zeus wheel) on any non-EVO rig. If you want a Zeus wheel on your MOZA or Simucube base, standard MagLink Pro is all you need." } }, { "@type": "Question", "name": "What wheelbases is MagLink Pro compatible with?", "acceptedAnswer": { "@type": "Answer", "text": "MagLink Pro works with: Simagic Alpha Series (Alpha Mini, Alpha, Alpha Ultimate, M10); Simucube 2 (Sport, Pro, Ultimate); MOZA (R5, R9, R12, R16, R21); Fanatec (CSL DD, CSL DD Pro, Podium DD1, Podium DD2); VRS (DirectForce Pro); Asetek (Forte, Invicta); and most other third-party direct drive bases with standard USB connectivity. Call 0488 385 870 to confirm your specific model before ordering." } }, { "@type": "Question", "name": "Does MagLink Pro work with MagicDash 4?", "acceptedAnswer": { "@type": "Answer", "text": "MagLink Pro enables Zeus wheel functionality on non-EVO bases. For MagicDash 4 support on those same bases, MagDock (sold separately) is also required. MagLink Pro alone does not enable the MagicDash 4 dashboard, MagDock handles the physical mount and dashboard data connection on Alpha Series and third-party bases." } }, { "@type": "Question", "name": "Does MagLink Pro work with SimHub?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, all SimHub functionality is fully retained through MagLink Pro. Button remapping, RGB shift light configuration, telemetry-linked encoder lighting, and MagicDash 4 dashboard display all work via SimHub exactly as they do on a native Alpha EVO connection." } }, { "@type": "Question", "name": "Is MagLink Pro in stock in Australia?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, we stock MagLink Pro at our Queensland warehouse as an authorised Simagic dealer. Call 0488 385 870 to confirm availability before ordering." } }, { "@type": "Question", "name": "What warranty does MagLink Pro come with?", "acceptedAnswer": { "@type": "Answer", "text": "MagLink Pro purchased from Player1 Sim Gear carries Simagic's 2-year manufacturer warranty and is covered by Australian Consumer Law. Warranty claims are handled locally, no international shipping required. Contact us at player1simgear.freshdesk.com or on 0488 385 870." } } ] }
More you might like
Related
SIMAGIC MagLink Pro
Related
Simagic MagLink Pro
Related
Simagic MagLink Pro
Related