summaryrefslogtreecommitdiffstats
path: root/quantum/pointing_device
Commit message (Collapse)AuthorAgeFilesLines
* Make Pointing Device Auto Layer more configurable (#20061)Drashna Jaelre2023-05-062-5/+55
| | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
* Added PMW3320 driver (#19543)Vladislav Marchenko2023-04-032-0/+25
|
* Add last activity functions for pointing device (#20079)Drashna Jaelre2023-03-302-12/+20
|
* Fix jump in report value when scale changes during cirque get report (#18992)Christopher Hoage2022-11-091-5/+8
| | | Fixes undefined
* Fix keycode parameter extraction to match the new DD keycodes (#18977)Sergey Vlasov2022-11-061-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add macros to extract parameters from keycode values Implement both encoding and decoding for keycodes like TO(layer) or LM(layer, mod) in one place, so that the decoding won't get out of sync with the encoding. While at it, fix some macros for creating keycode values that did not apply the appropriate masks to parameters (and therefore could allow the result to be out of range if a wrong parameter was passed). * keymap_common: Use extraction macros for keycodes * pointing_device_auto_mouse: Use extraction macros for keycodes Fixes #18970. * process_autocorrect: Use extraction macros for keycodes * process_caps_word: Use extraction macros for keycodes (Also fix a minor bug - SH_TG was not handled properly) * process_leader: Use extraction macros for keycodes (Technically the code is not 100% correct, because it always assumes that the LT() or MT() action was a tap, but it's a separate issue that already existed before the keycode changes.) * process_unicode: Use extraction macros for keycodes * process_unicodemap: Use extraction macros for keycodes
* Enabling Pointing Device support in register code functions (#18363)Drashna Jaelre2022-09-262-0/+9
|
* Allow Active High for Pointing Device Motion Pin (#18404)Thomas2022-09-242-0/+14
| | | Needed by the Cirque Trackpad for motion detection
* Format code according to conventions (#18466)QMK Bot2022-09-241-1/+1
|
* [Core] Pointing Device Automatic Mouse Layer (#17962)Alabastard-642022-09-235-0/+492
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Fix cirque tap from secondary side (#18351)Dasky2022-09-141-1/+4
|
* [Core] Introduce pointing device specific debug messages (#17663)Stefan Kerkmann2022-08-291-15/+7
|
* Fix mouse report comparison failing on shared EP (#18060)Drzony2022-08-281-5/+3
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Always run pointing device init (#17936)Drashna Jaelre2022-08-071-5/+6
|
* Implement relative mode for Cirque trackpad (#17760)Drzony2022-07-291-14/+37
|
* Constrain Cirque Pinnacle coordinates (#17803)Daniel Kao2022-07-261-6/+6
| | | | | | Static x & y should be the same type as touchData.xValue & touchData.yValue: uint16_t. Their delta could be larger than int8_t and should be constrained to mouse_xy_report_t.
* Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654)Daniel Kao2022-07-251-1/+1
|
* Move Pointing Device code to a subdirectory (#17684)Drashna Jaelre2022-07-205-0/+1123