summaryrefslogtreecommitdiffstats
path: root/docs/feature_encoders.md
Commit message (Expand)AuthorAgeFilesLines
* Encodermap direction define. (#20454)Nick Brassel2023-04-151-1/+1
* Add core/fallback encoder behaviour (#20320)jack2023-04-031-7/+7
* Elaborate on keyboard level encoder functionality (#19839)jack2023-02-151-45/+21
* docs: add a note about reflashing both halves for encoder resolution (#19162)Roberto Santalla2022-12-301-0/+2
* Resolve conflict merging master to develop (#18297)Joshua Diamond2022-09-061-1/+3
* Use `TAP_CODE_DELAY` for encoder mapping by default (#18098)Nick Brassel2022-08-281-3/+11
* [Docs] Refactor code examples (#18003)Albert Y2022-08-121-26/+29
* Breaking changes for 2022q2. (#17221)Nick Brassel2022-05-291-1/+1
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-091-1/+22
* Asymmetric encoders, encoder tests. (#16068)Nick Brassel2022-03-081-0/+13
* Sentence structure update (#16306)Albert Y2022-02-101-1/+1
* [Docs] Update Encoder docs about multiple encoders (#16036)Monksoffunk2022-01-281-1/+4
* Volume as default encoder documentation example (#15678)Albert Y2022-01-021-8/+10
* Add layer condition example to encoder callback function (#15490)Albert Y2021-12-271-0/+37
* [Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311)Drashna Jaelre2021-11-271-14/+1
* Rework encoders to enable asymmetric split keyboards (#12090)Balz Guenat2021-11-201-1/+14
* [Docs] Modify encoder_update_user example to return false (#14541)Dasky2021-09-211-1/+1
* Allow for removal of hysteresis on 4x encoders (#13698)tucvbif2021-08-181-0/+6
* Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-211-3/+6
* Add docs on multiple encoders sharing pins (#11678)timothynsheehan2021-05-061-0/+17
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-1/+8
* Adding information to feature_encoders.md (#9486)AlexOConnorHub2020-06-211-1/+1
* fix sample code indent in feature_encoders.md (#8883)Takeshi ISHII2020-04-231-1/+1
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-18/+34
* Add support for different encoder pinout for right half of split keyboard (#6...Danny2019-08-161-0/+9
* Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)Drashna Jaelre2019-07-161-1/+0
* Update feature_encoders.mdElliot Powell2019-05-301-1/+1
* Improve Encoder documentation (#5130)Ben2019-02-141-1/+1
* Fix Encoder documentation (#4861)Drashna Jaelre2019-01-181-8/+12
* docs typo (#4584)Ben2018-12-091-1/+1
* add better exampleJack Humbert2018-10-261-2/+9
* add support for encoders to coreJack Humbert2018-10-261-0/+41