Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge pull request #9070 from Techjar/default-input-profiles
Add support for built-in input profiles
- Loading branch information
Showing
3 changed files
with
131 additions
and
1 deletion.
There are no files selected for viewing
72 changes: 72 additions & 0 deletions
72
Data/Sys/Profiles/Wiimote/Wii Remote with MotionPlus Pointing.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| [Profile] | ||
| Device = Bluetooth/0/Wii Remote | ||
| Buttons/A = `A` | ||
| Buttons/B = `B` | ||
| Buttons/1 = `1` | ||
| Buttons/2 = `2` | ||
| Buttons/- = `-` | ||
| Buttons/+ = `+` | ||
| Buttons/Home = `HOME` | ||
| IMUAccelerometer/Up = `Accel Up` | ||
| IMUAccelerometer/Down = `Accel Down` | ||
| IMUAccelerometer/Left = `Accel Left` | ||
| IMUAccelerometer/Right = `Accel Right` | ||
| IMUAccelerometer/Forward = `Accel Forward` | ||
| IMUAccelerometer/Backward = `Accel Backward` | ||
| IMUGyroscope/Dead Zone = 3 | ||
| IMUGyroscope/Pitch Up = `Gyro Pitch Up` | ||
| IMUGyroscope/Pitch Down = `Gyro Pitch Down` | ||
| IMUGyroscope/Roll Left = `Gyro Roll Left` | ||
| IMUGyroscope/Roll Right = `Gyro Roll Right` | ||
| IMUGyroscope/Yaw Left = `Gyro Yaw Left` | ||
| IMUGyroscope/Yaw Right = `Gyro Yaw Right` | ||
| IMUIR/Enabled = True | ||
| IMUIR/Total Yaw = 20 | ||
| Extension/Attach MotionPlus = `Attached MotionPlus` | ||
| Extension = `Attached Extension` | ||
| Nunchuk/Buttons/C = `Nunchuk C` | ||
| Nunchuk/Buttons/Z = `Nunchuk Z` | ||
| Nunchuk/Stick/Up = `Nunchuk Y+` | ||
| Nunchuk/Stick/Down = `Nunchuk Y-` | ||
| Nunchuk/Stick/Left = `Nunchuk X-` | ||
| Nunchuk/Stick/Right = `Nunchuk X+` | ||
| Nunchuk/Stick/Calibration = 100 100 100 100 100 100 100 100 | ||
| Nunchuk/IMUAccelerometer/Up = `Nunchuk Accel Up` | ||
| Nunchuk/IMUAccelerometer/Down = `Nunchuk Accel Down` | ||
| Nunchuk/IMUAccelerometer/Left = `Nunchuk Accel Left` | ||
| Nunchuk/IMUAccelerometer/Right = `Nunchuk Accel Right` | ||
| Nunchuk/IMUAccelerometer/Forward = `Nunchuk Accel Forward` | ||
| Nunchuk/IMUAccelerometer/Backward = `Nunchuk Accel Backward` | ||
| Classic/Buttons/A = `Classic A` | ||
| Classic/Buttons/B = `Classic B` | ||
| Classic/Buttons/X = `Classic X` | ||
| Classic/Buttons/Y = `Classic Y` | ||
| Classic/Buttons/ZL = `Classic ZL` | ||
| Classic/Buttons/ZR = `Classic ZR` | ||
| Classic/Buttons/- = `Classic -` | ||
| Classic/Buttons/+ = `Classic +` | ||
| Classic/Buttons/Home = `Classic HOME` | ||
| Classic/Left Stick/Up = `Classic Left Y+` | ||
| Classic/Left Stick/Down = `Classic Left Y-` | ||
| Classic/Left Stick/Left = `Classic Left X-` | ||
| Classic/Left Stick/Right = `Classic Left X+` | ||
| Classic/Left Stick/Calibration = 100 100 100 100 100 100 100 100 | ||
| Classic/Right Stick/Up = `Classic Right Y+` | ||
| Classic/Right Stick/Down = `Classic Right Y-` | ||
| Classic/Right Stick/Left = `Classic Right X-` | ||
| Classic/Right Stick/Right = `Classic Right X+` | ||
| Classic/Right Stick/Calibration = 100 100 100 100 100 100 100 100 | ||
| Classic/Triggers/L = `Classic L` | ||
| Classic/Triggers/R = `Classic R` | ||
| Classic/Triggers/L-Analog = `Classic L-Analog` | ||
| Classic/Triggers/R-Analog = `Classic R-Analog` | ||
| Classic/D-Pad/Up = `Classic Up` | ||
| Classic/D-Pad/Down = `Classic Down` | ||
| Classic/D-Pad/Left = `Classic Left` | ||
| Classic/D-Pad/Right = `Classic Right` | ||
| Rumble/Motor = `Motor` | ||
| D-Pad/Up = `Up` | ||
| D-Pad/Down = `Down` | ||
| D-Pad/Left = `Left` | ||
| D-Pad/Right = `Right` | ||
| Options/Battery = `Battery` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters