diff --git a/README.md b/README.md index 40ac7034..34e45e2b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,67 @@ If you want to run the MCDU on a phone or tablet for better realism and easier i If you have issues installing, please check INSTALL.MD! Specifically, make sure you remove -dev from the folder name! +## Hardware configuration +Here are bindings for commonly used buttons + +### FO Sidestick +Bind the axis to: +* elevator: `/controls/flight/elevator[1]` +* aileron: `/controls/flight/aileron[1]` + +### AP Disconnect +``` + +``` +For the FO Sidestick, use `side=2` + +### A/THR Disconnect +``` + +``` + +If you only want these bindings for the A320 family, +add the following to the script: +``` +if (string.match(getprop("/sim/aero"), "A3[12][0189]-*")) +{ + +} +else +{ + +} +``` + ## External tools Some external tools you might want to checkout and use with this Model. NOTE: These are external tools so make sure to check their terms of use