Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
vm_tools: sommelier: fix table formatting in gaming.md
Browse files Browse the repository at this point in the history
There needs to be a blank line before the beginning of the table for it
to be recognized as a table by the markdown parser used by gitiles.
Otherwise it just shows up as plain text.

<https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/vm_tools/sommelier/gaming.md>

BUG=None
TEST=None

Change-Id: Ic62a030f991573a9053e0d2e0879c3e4622c808a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/4785693
Auto-Submit: Daniel Verkamp <[email protected]>
Commit-Queue: Nic Hollingum <[email protected]>
Tested-by: Daniel Verkamp <[email protected]>
Reviewed-by: Nic Hollingum <[email protected]>
  • Loading branch information
danielverkamp authored and Chromeos LUCI committed Aug 16, 2023
1 parent 9fb36c0 commit 9652ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ with each input on your gamepad.
To figure out what the mapping should be, you can follow the reference table below which demonstrates which event codes are mapped to which buttons on an Xbox gamepad (which we emulate) - we suggest making the mappings locality focused, rather than glyph-focused (i.e bottom face button should map to the Xbox “A”).

Xbox One S gamepad button-event code mapping:

| Button/axes | Input code |
| -----------------|----------------------|
| left joystick | ABS_X, ABX_Y |
Expand Down

0 comments on commit 9652ab2

Please sign in to comment.