diff --git a/data/stk_config.xml b/data/stk_config.xml
index c3ea07ea2..ec57e3e43 100644
--- a/data/stk_config.xml
+++ b/data/stk_config.xml
@@ -373,12 +373,15 @@
track-connection-accel: An artificial force that pulls a wheel to
the ground if its off ground. Reduces the affect if a kart loses
contact with the ground (i.e. it then can't steer or accelerate
- anymore). -->
+ anymore).
+ smooth-flying-impulse: apply a torque impulse to flying kart to keep
+ them parallel to the ground.-->
+ track-connection-accel="2"
+ smooth-flying-impulse="10"/>
+ brake-factor: Value used when braking.
+ brake-time-increase: The brake force is multiplied by
+ (1+brake_time*brake_time_increase - i.e. the longer the brake was
+ pressed, the harder the kart will brake.
+ max-speed-reverse-ratio is the percentage of max speed for reverse gear.
+ -->