summaryrefslogtreecommitdiff
path: root/quantum/encoder.c
Commit message (Collapse)AuthorAge
* Updated split encoders so indexes are based on left hand encoders first (#6382)XScorpion22019-09-18
| | | | | | | | | * Updated encoder.c so that split encoders are indexed based on left hand encoders first. This ensures when swapping master sides that code logic based on encoder index doesn't change. PR Review fixes * Removed extra define
* clang-format changesskullY2019-08-30
|
* Add support for different encoder pinout for right half of split keyboard ↵Danny2019-08-16
| | | | | | | | (#6521) * Add support for different encoder pinouts for split keyboard * Update documentation for new encoder pinout feature
* Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre2019-07-16
| | | | | | | | | | | | * Remove the need to set NUM_OF_ENCODERS Instead, calculate the size of the array, and use that instead * Add hack for split common support * Remove NUM_OF_ENCODERS from keyboard config Can be reverted, if needed
* Added encoder support to split common code (#5477)XScorpion22019-04-03
| | | | | | | | * Added slave encoder support to split common * Fixing handwired/xealous/rev1 compile error * Removed unnecessary ifdef
* add support for encoders to coreJack Humbert2018-10-26