summaryrefslogtreecommitdiffstats
path: root/docs/proton_c_conversion.md
Commit message (Collapse)AuthorAgeFilesLines
* Add converter docs (#17593)Joel Challis2022-07-081-91/+0
|
* Move Doxygen docs to subdirectory (#16561)Ryan2022-03-071-1/+1
|
* Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel2020-12-031-0/+1
| | | | | - Set all other ChibiOS defaults to 'off', when not targeting Proton-C - Modified all existing F303 boards to point at the QMK_PROTON_C to ensure repeatable binary output - Modified version.h generation so that SKIP_VERSION=yes generates the same output
* Update ARM split keyboard docs (#9160)Joel Challis2020-05-221-1/+1
| | | | | | | | | * Update ARM split keyboard docs * Update docs/serial_driver.md Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Document the Proton C pins for manual Pro Micro conversion (#7043)skullydazed2020-04-181-6/+63
|
* Update feature support for Proton C (#7596)Duncan Elliot2019-12-101-0/+2
| | | Added a couple of entries for some features not currently supported on Proton C.
* Use task driven PWM for CTPC until ARM can provide automatic configuration ↵Joel Challis2019-11-021-0/+10
| | | | | | | | (#6928) * Use task driven PWM for CTPC until ARM can provide automatic configuration * Update CTPC docs to cover backlight
* Adds Proton C Conversion (#4661)Jack Humbert2019-01-101-0/+21
* adds proton c base * fixes custom matrix include * adds readme.md * initial proton coversion, no pin mapping * start of mcu selection * add pin mapping and sweet16 test * add at90 to list * disable backlight, fix d7 * update flag names * doc updates * proton c update for mcu selection