Skip to content

Commit

Permalink
Update config_sample.h with the hint that x and y on the joystick may…
Browse files Browse the repository at this point in the history
… be swapped.

Resolving #15 with more additional comments.
  • Loading branch information
AndunHH authored Jun 16, 2024
1 parent 1acee56 commit c962a19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spacemouse-keys/config_sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// Now: At the joystick in front of you (A), move the joystick from top to bottom (X).
// If everything is correct: The debug output for AX should show values from 0 to 1023.
// If another output is showing this values, swap them. Probably you have to swap the first and second element, as AX and AY may be swapped.
// If you have the joystick TeachingTech recommended:
// The pins labelled X and Y on the joystick are NOT the X and Y needed here, but swapped. First joysticks Y: AX and X: AY.
//
// Repeat this with every axis and every joystick.

// AX, AY, BX, BY, CX, CY, DX, DY
Expand Down

0 comments on commit c962a19

Please sign in to comment.