diff --git a/MUNGA_L4/L4PADBINDINGS.cpp b/MUNGA_L4/L4PADBINDINGS.cpp index fb35377..80886c6 100644 --- a/MUNGA_L4/L4PADBINDINGS.cpp +++ b/MUNGA_L4/L4PADBINDINGS.cpp @@ -376,8 +376,11 @@ namespace "pad DPadRight button 0x43 # Hat Right\n" "pad LeftShoulder button 0x3D # Panic\n" "pad RightShoulder button 0x3F # Throttle button (reverse)\n" -"pad Start button 0x37 # config 1\n" -"pad Back button 0x36 # config 2\n" +"\n" +"# Start and Back are left free - map them to whatever you want, e.g.\n" +"# the config buttons on the Upper Right MFD:\n" +"#pad Start button 0x37\n" +"#pad Back button 0x36\n" "\n" "# ---- Upper MFD bank: the number row is the top MFD row and the\n" "# ---- QWERTY row is the row under it, left to right across the\n" diff --git a/docs/CONTROLS.md b/docs/CONTROLS.md index 7bc7c54..bb29c78 100644 --- a/docs/CONTROLS.md +++ b/docs/CONTROLS.md @@ -24,7 +24,7 @@ padaxis axis [invert] [deadzone ] [rate ] ______________________________________________________ / \ / [Back] [Start] \ - | config 2 config 1 | + | unbound unbound | | | | ,--. (Y) | | ( L ) stick X / Y Upper | @@ -51,13 +51,12 @@ padaxis axis [invert] [deadzone ] [rate ] | **LB** | Panic | `0x3D` | | **RB** | Throttle button — reverse thrust | `0x3F` | | D-pad | Hat: up / back / left / right (look) | `0x42` `0x41` `0x44` `0x43` | -| **Start** | Config 1 | `0x37` | -| **Back** | Config 2 | `0x36` | +| **Start**, **Back** | unbound — yours to map | — | -Start and Back are not extra buttons: `0x37`/`0x36` are the first two -buttons of the Upper Right MFD's top row, which is where the config -buttons live on the real board — so the `9` and `0` keys do the same -thing. +The config buttons (`0x37`/`0x36`) are the first two buttons of the +Upper Right MFD's top row, reachable from the keyboard on `9` and `0`. +Start and Back ship unbound so you can put anything there; the +commented lines in `bindings.txt` show how. --- diff --git a/pack-dist.ps1 b/pack-dist.ps1 index 596f5e7..fe916c1 100644 --- a/pack-dist.ps1 +++ b/pack-dist.ps1 @@ -258,7 +258,7 @@ documented default layout on first run; delete it to restore). A / Space / NumPad 0 joystick trigger RB / Alt reverse thrust DPad / arrow keys joystick hat (look) - Start,Back / 9,0 config buttons + 9 / 0 keys config buttons (pad Start/Back left free) Number+letter rows MFD bank buttons (as printed on the panel) F1-F12 secondary / screen columns Alt+Q abort the mission (score banked)