As some of you are likely aware, there's an option to automatically eject the key from the socket when turning off the engine, known as comfort eject. However, in order to use it, you have to hold the start/stop button down for a whole two seconds. As a result, it's pretty much useless - it's a lot faster to just press the button and click the key in manually to eject it.
Turns out it's possible to customize how long you have to hold the start/stop button for before the key is ejected, and one of the options is to have it do so instantly. When using the instant setting, pressing start/stop will both turn off the engine and shut down the car, and eject the key so all you have to do is pull (no clicking it in).
Here's the coding goodness:
Enjoy!
Turns out it's possible to customize how long you have to hold the start/stop button for before the key is ejected, and one of the options is to have it do so instantly. When using the instant setting, pressing start/stop will both turn off the engine and shut down the car, and eject the key so all you have to do is pull (no clicking it in).
Here's the coding goodness:
Code:
Automatically eject key after turning off engine (hold start/stop button to activate)
Module: CAS
Function: KOMFORT_EJECT
Parameters: aktiv (on), nicht_aktiv (off)
Note: Customize hold activation time with CAS > KOMFORT_AUS_IN_50MS.
Custom hold activation time for key eject (instant, 0.50s, 0.60s, 0.70s, 2.00s)
Module: CAS
Function: KOMFORT_AUS_IN_50MS
Parameters: wert_05 (instant), wert_02 (0.50s), wert_04 (0.60s), wert_07 (0.70s), wert_01 (2.00s)
Note: Value measured in 50ms intervals.Enjoy!
Aucun commentaire:
Enregistrer un commentaire