# Driving and Shifting

Driving the RUSH SR is very simple. It’s doing it fast that’s going to take you a bit of practice! The clutch is only used to engage 1st gear to get going, and again when you come to a stop. You will be starting in Neutral so depress the clutch and use the left-hand paddle to shift down to first.

Remember, **neutral is between first and second** on a motorcycle transmission! Your selected gear is always visible on the dash.

<figure><img src="/files/KwGNo0pkW3KkiCiGyWsx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The clutch is pretty fierce so you’re going to stall unless you give it considerable revs. Go to 3,000-3,500 then gently find the bite point to get the car rolling.
{% endhint %}

During demos we get someone to give the car a push, since most people will just stall the car. If you stall, press the clutch, press the NSel button, and upshift to neutral to allow the car to be restarted.

The car does not have a reverse gear. Plan accordingly.

### Shifting

The Rush Auto Works GCU takes care of shifting for you, complete with blipping the throttle on downshifts, and cutting it on upshifts, so you don't need the clutch during normal driving.

The GCU takes care of determining the correct pressure to place on the shift lever and the amount of time to cut or blip throttle. You don't need to hold the paddle for a specific amount of time, just depress it fully and it will shift. The car will only shift once each time a paddle is pressed.

Upshifts (increasing gear) can be made with the right-hand paddle. Upshifts must be made under power, and if you lift off, it typically won’t work. The GCU will automatically cut throttle for you to unload the transmission and ensure a smooth clutchless shift.

Downshifts should be made with the left-hand paddle while **off** the gas. If you’re on the gas it won’t work. The GCU will automatically blip the throttle for you, so you can downshift while on the brakes, without the clutch!

{% hint style="info" %}
DO NOT try operating the gear box through the range of gears (other than to find N and 1st) while stationary, as this can result in damage to the gearbox's shift forks.
{% endhint %}

### 1st Gear and the 2→1 False Neutral

Because the Rush SR uses a motorcycle (Suzuki GSX-S1000) transmission, neutral lives **between 1st and 2nd**. Roughly **1% of 2→1 downshifts** will settle in neutral instead of 1st — the dogs slide partway and stop in the half-position. The GCU includes a post-shift retry that catches most of these (see [Shift Debugging](/maintenance/electronics-and-wiring/gcu-debugging.md)), but the underlying mechanical risk doesn't go away.

The problem is compounded by the ECU: the Suzuki donor ECU enforces a **soft rev limit of 6,000 RPM whenever it reads gear = N**. That's stock anti-burnout behavior on the bike side and isn't configurable. So a 2→1 false-neutral is doubly painful — you're in the wrong gear *and* you can't rev out of it. Corner exit gets bogged until the dogs engage.

To get out of a false neutral once you're in one:

1. **Slow down significantly**, or
2. **Pull the clutch** to unload the gearbox so the dogs can engage cleanly into 1st.

{% hint style="warning" %}
**Our recommendation:** don't use 1st gear in a race. Gear the car so you never need it. The \~1% failure rate is small, but a bogged corner exit costs more time than the marginal advantage of a lower gear, and competitors behind you don't appreciate the surprise.

If you do downshift to 1st, **brake hard** to scrub speed first and **use the clutch** on the 2→1 shift. Both reduce the load on the gearbox and dramatically lower the false-neutral rate.
{% endhint %}

### Pedals

While in the paddock, perform a few brake checks to make sure you are finding the brake pedal. Wear proper shoes! We had one demo driver with large shoes manage to depress the wrong pedal!

### Check Driver

Before you tear the car apart looking for the missing tenths, work the cheaper checks first:

* **Seat time.** Most "the car is slow" problems are solved by more laps. The Rush rewards consistency over heroics.
* **Tire pressures.** Hot pressures off the recommended window cost real time. See [Tires](/tunables/tires.md).
* **Line and brake points.** Overlay your SmartyCam clip with a quicker driver in the same car at the same track and watch where the deltas accumulate. It is almost never the straights.
* **Send it.** The car has more grip than you think. If your trail-brake is timid and your throttle pickup is early-and-soft, you're leaving most of the lap on the table.
* **Sack up.** That fast corner you've been short-shifting through and lifting for? It's flat. Probably has been all weekend.
* **Honesty.** If you're consistently 2+ seconds off the pace of another driver in an identical car, the car is probably fine.

Once you've ruled the driver out, check dash data and [Service Bulletins](/service-bulletins.md) before pulling parts.

For shift-system troubleshooting (won't start in neutral, compressor running constantly, manual shift attempts, shifter cylinder alignment), see [Shift Debugging](/maintenance/electronics-and-wiring/gcu-debugging.md) and [Shift Harness and GCU](/maintenance/electronics-and-wiring/shift-harness.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.rush.sr/at-the-track/driving-and-shifting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
