The MOZA Multi-function Stalks are designed to elevate your driving simulation experience with authentic car-grade components, delivering a true-to-life feel. With 28 programmable switches, including wiper, headlight, and cruise control functions, these stalks cover all your driving needs. The auto-cancelling turn signals mimic real car behavior, adding to the immersion. Compatible with all MOZA bases and select third-party bases, the stalks are easy to install with a clean, sleek appearance thanks to the hidden screw design. Whether mounted in a standard or inverted setup, they provide ergonomic comfort and seamless integration into your racing setup. SPECS Specs + Platform: PC Wiper Lever: Yes Headlight Lever: Yes Cruise Control Lever: Yes Number of Programmable Switches: 28 Mounting Bracket Material: High-strength Steel Extension Rod Material: Aluminum Alloy Auto-cancelling Turn Signals: Yes Compatible Bases: All MOZA bases; and third-party bases with optional brackets Weight: 700g Dimensions: 411 × 127 × 152 mm What’s in the Box + MOZA Multi-function Stalks ×1 Toolkit ×1 FAQs Are the MOZA Multi-function Stalks compatible with my wheelbase? + The MOZA Multi-function Stalks are compatible with all MOZA wheelbases from R3 to R21, provided the base has front mounting holes. They can also be connected directly to a PC via USB. With the appropriate optional brackets, they support installation on many third-party wheelbases. Note that older R16 and R21 bases without front mounting slots are not compatible. What functions do the stalks provide? + The stalks feature up to 28 programmable switches including wiper, headlight controls, and unique cruise control functions. The turn signals automatically cancel after a turn, replicating real car behavior for enhanced immersion. How are the stalks installed? Are mounting accessories included? + Yes. The stalks come with brackets, extension rods, and mounting hardware to facilitate both standard and inverted mounting. The design supports ergonomic adjustments to suit different racing rigs. Does the product support PC connection without a wheelbase? + Yes. The stalks can be connected directly to a PC via the included USB Type-C cable for use without a wheelbase. Is the product durable and reliable for long-term use? + Yes. All components are designed for durability and consistent performance under extended use. The hidden screw design under magnetic plates not only maintains a clean look but also protects internal mechanisms from dust and damage. .accordion-btn { background:#f5f5f5; cursor:pointer; padding:16px; width:100%; text-align:left; border:none; outline:none; font-size:16px; font-weight:bold; display:flex; justify-content:space-between; align-items:center; margin-bottom:4px; font-family: inherit; } .accordion-btn .plus { font-size:20px; } .accordion-panel { display:none; background:#fff; padding:16px; margin-bottom:8px; font-family: inherit; } document.querySelectorAll(".accordion-btn").forEach(btn=>{ btn.addEventListener("click", ()=>{ const panel=btn.nextElementSibling; const plus=btn.querySelector(".plus"); if(panel.style.display==="block"){ panel.style.display="none"; plus.textContent="+"; } else { panel.style.display="block"; plus.textContent="–"; } }); });