Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joystick 16-bit support #10439

Merged
merged 8 commits into from
Oct 3, 2020
Merged

Joystick 16-bit support #10439

merged 8 commits into from
Oct 3, 2020

Commits on Sep 25, 2020

  1. Joystick 16-bit support

    seb-pau committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    4407f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c1301 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    d91617e View commit details
    Browse the repository at this point in the history
  2. Moved definitions to quantum/joystick.h

      Removed duplicate definitions from usb_descriptor.h and
      process_joysick.h
    
      Adjust process_joystick.c and usb_descriptor.c to use the pre-computed
      "JOYSTICK_RESOLUTION" value which contains the logical maximum value
      of a joystick axis
    seb-pau committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    dba91b4 View commit details
    Browse the repository at this point in the history
  3. Cleaning up unnecessary code

    seb-pau committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    91f0ff0 View commit details
    Browse the repository at this point in the history
  4. Update docs/feature_joystick.md

    Co-authored-by: Ryan <[email protected]>
    seb-pau and fauxpark authored Sep 26, 2020
    Configuration menu
    Copy the full SHA
    c161009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c984fe2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Removed unnecessary newlines, updated report.h

    Changed JOYSTICK_AXES_RESOLUTION conditional in report.h
    seb-pau committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    37279dc View commit details
    Browse the repository at this point in the history