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

improvements for Cirque Pinnacle trackpads #17091

Merged
merged 8 commits into from
Jun 25, 2022

Commits on Jun 22, 2022

  1. improvements for Cirque Pinnacle trackpads

    * read Software Data Ready bit before actually reading data to avoid useless work
    * throttle data feed to 10ms by default, which is the fastest that Pinnacle supports
    * set RESET for Pinnacle on QMK pointing device driver init
    * first step towards relative mode (only data parsing for now)
    * cleanup unused register values when in absolute mode
    * added code comments and bit definitions for all registers and config options
    Kriechi committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1a024aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9926f09 View commit details
    Browse the repository at this point in the history
  3. cirque: fail compilation if relative mode configured

    only partially implemented so far
    Kriechi committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a9ef396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7e6fb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f2991c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afab84c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    dfb491b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aae2b1 View commit details
    Browse the repository at this point in the history