diff options
| author | Joel Challis <git@zvecr.com> | 2020-05-21 21:20:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-22 06:20:46 +1000 |
| commit | 6d84795bc1e4b867725e3ddd906af9e125f71e3b (patch) | |
| tree | a87bf05e33e4b19100eeb6ddd0fea1a437c114e6 /docs/proton_c_conversion.md | |
| parent | 179e5c018fcee9bcb0a7f1907cc96d44ed5cf554 (diff) | |
| download | qmk_firmware-6d84795bc1e4b867725e3ddd906af9e125f71e3b.tar.gz qmk_firmware-6d84795bc1e4b867725e3ddd906af9e125f71e3b.zip | |
Update ARM split keyboard docs (#9160)
* 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>
Diffstat (limited to 'docs/proton_c_conversion.md')
| -rw-r--r-- | docs/proton_c_conversion.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/proton_c_conversion.md b/docs/proton_c_conversion.md index 98f1508a9..1b5e496e7 100644 --- a/docs/proton_c_conversion.md +++ b/docs/proton_c_conversion.md | |||
| @@ -36,7 +36,7 @@ These are defaults based on what has been implemented for ARM boards. | |||
| 36 | | [RGB Lighting](feature_rgblight.md) | Disabled | | 36 | | [RGB Lighting](feature_rgblight.md) | Disabled | |
| 37 | | [Backlight](feature_backlight.md) | Forces [task driven PWM](feature_backlight.md#software-pwm-driver) until ARM can provide automatic configuration | | 37 | | [Backlight](feature_backlight.md) | Forces [task driven PWM](feature_backlight.md#software-pwm-driver) until ARM can provide automatic configuration | |
| 38 | | USB Host (e.g. USB-USB converter) | Not supported (USB host code is AVR specific and is not currently supported on ARM) | | 38 | | USB Host (e.g. USB-USB converter) | Not supported (USB host code is AVR specific and is not currently supported on ARM) | |
| 39 | | [Split keyboards](feature_split_keyboard.md) | Not supported yet | | 39 | | [Split keyboards](feature_split_keyboard.md) | Partial - heavily dependent on enabled features | |
| 40 | 40 | ||
| 41 | ## Manual Conversion | 41 | ## Manual Conversion |
| 42 | 42 | ||
