summaryrefslogtreecommitdiff
path: root/quantum/encoder
AgeCommit message (Collapse)Author
2024-02-18Add encoder abstraction. (#21548)Nick Brassel
2024-02-17Update naming convention for GPIO control macros (#23085)Ryan
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2022-11-14Only trigger encoder callbacks on primary side (#18467)Drashna Jaelre
Co-authored-by: zvecr <git@zvecr.com>
2022-03-08Asymmetric encoders, encoder tests. (#16068)Nick Brassel
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-11-27Re-add encoder tests (#15312)Drashna Jaelre
Co-authored-by: Balz Guenat <balz.guenat@gmail.com>
2021-11-27[Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311)Drashna Jaelre
* Revert "fix broken macro in transport.h (#15239)" This reverts commit 06f18e22d9aff0afa4dce101a6a1b2cae5511365. * Revert "Rework encoders to enable asymmetric split keyboards (#12090)" This reverts commit 32215d5bff52262542a2f8d2a221b0303f02c019.
2021-11-20Rework encoders to enable asymmetric split keyboards (#12090)Balz Guenat
Co-authored-by: Balz Guenat <balz.guenat@siemens.com> Co-authored-by: Nick Brassel <nick@tzarc.org>