summaryrefslogtreecommitdiff
path: root/docs/feature_split_keyboard.md
Commit message (Collapse)AuthorAge
* Update split i2c docs for example of when pull-ups are required (#7143)Adam Perlman2019-10-28
|
* ARM split - detect USB to select master/slave (#6424)Joel Challis2019-10-11
| | | | | | | | | | | | * Initial split refactor to allow usb master detection * Add split USB detect docs * Add SPLIT_USB_DETECT demo mode limitation * fix rebase issues * clang-format
* ARM split - Add support for dfu-util EE_HANDS flashing (#6543)Joel Challis2019-09-27
| | | | | | | | | | | | * Initial stab at some fake dfu-util-split-left behaviour * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Clang format fixes * Fake eeprom init for both left and right hand
* 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
* [Split] Add config option for DIRECT_PINS_RIGHT (#6479)Garrett Singer2019-08-03
| | | Adds support for different direct pin mappings on the halves of a split keyboard.
* [Docs] Add dedicated page for Split Keyboard information (#5802)Drashna Jaelre2019-07-15
* [Docs] Add dedicated page for Split Keyboard information * Apply suggestions from code review Co-Authored-By: drashna <drashna@live.com> * Fix Typos Co-Authored-By: drashna <drashna@live.com> * Fix some formatting issues * Add Additional RGB info * Fix Bulletted formatting * Apply suggestions from code review Co-Authored-By: drashna <drashna@live.com> * Fix line wrapping * Additional fixes and expansion * Reword warning/note Co-Authored-By: drashna <drashna@live.com> * add i2c/serial coexistance info * i2c markdown * Change i2c wiring text Co-Authored-By: drashna <drashna@live.com>