Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox1 committed May 23, 2022
1 parent 7878c95 commit 15f7cd4
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 46 deletions.
Binary file modified fsmp_controller.exe
Binary file not shown.
46 changes: 0 additions & 46 deletions profiles/fs2020.json → profiles/msfs-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,52 +834,6 @@
"macro+:s" : [{ "type": "simconnect", "event": "MobiFlight.AS430_RightLargeKnob_Right" }]
}
}
},
{
"name" : ["M20R", "Auto Pilot"],
"inputs" : {
"a1" : {
"title" : "AP",
"macro" : [{ "type": "simconnect", "event": "AP_MASTER" }],
"title:s" : "FD",
"macro:s" : [{ "type": "simconnect", "event": "TOGGLE_FLIGHT_DIRECTOR" }]
},
"a2" : {
"title" : "NAV",
"macro" : [{ "type": "simconnect", "event": "AP_NAV1_HOLD" }]
},
"a3" : {
"title" : "APR",
"macro" : [{ "type": "simconnect", "event": "AP_APR_HOLD" }]
},
"b3" : {
"title" : "ALT ARM",
"macro" : [{ "type": "simconnect", "event": "MobiFlight.KAS297_ALT_ARM_PUSH" }],
"title:s" : "ALT HOLD",
"macro:s" : [{ "type": "simconnect", "event": "AP_PANEL_ALTITUDE_HOLD" }]
},
"b4" : {
"title" : "HDG Mode",
"macro" : [{ "type": "simconnect", "event": "AP_PANEL_ALTITUDE_HOLD" }]
},
"enc1" : {
"title" : "ALT",
"macro" : [{ "type": "simconnect", "event": "MobiFlight.KAS297_AP_SELECT_ALT_OR_VS" }],
"macro-" : [{ "type": "simconnect", "event": "MobiFlight.KAS297_ALT_DEC_1000" }],
"macro+" : [{ "type": "simconnect", "event": "MobiFlight.KAS297_ALT_INC_1000" }],
"macro-:s" : [{ "type": "simconnect", "event": "MobiFlight.KAS297_ALT_DEC_100" }],
"macro+:s" : [{ "type": "simconnect", "event": "MobiFlight.KAS297_ALT_INC_100" }]
},
"enc2" : {
"title" : "VS",
"macro" : [{ "type": "simconnect", "event": "MobiFlight.KAS297_AP_SELECT_ALT_OR_VS" }],
"macro-" : [{ "type": "simconnect", "event": "AP_VS_VAR_DEC" }],
"macro+" : [{ "type": "simconnect", "event": "AP_VS_VAR_INC" }],
"title:s" : "HDG",
"macro-:s" : [{ "type": "simconnect", "event": "HEADING_BUG_DEC" }],
"macro+:s" : [{ "type": "simconnect", "event": "HEADING_BUG_INC" }]
}
}
}
],
"colors" : {
Expand Down
Loading

0 comments on commit 15f7cd4

Please sign in to comment.