aboutsummaryrefslogtreecommitdiffstats
path: root/docs/proton_c_conversion.md
diff options
context:
space:
mode:
authorDuncan Elliot <42836473+dmelliot@users.noreply.github.com>2019-12-11 10:31:39 +1100
committerDanny <nooges@users.noreply.github.com>2019-12-10 18:31:39 -0500
commit1af31a0523b3fd4c82f27bd07b130a8f4669049a (patch)
treef09386a9d81ca4484c85c0be4a63eb562c207063 /docs/proton_c_conversion.md
parenta8153774b52382c50673b62c8be06d0ee07c8ba2 (diff)
downloadfirmware-1af31a0523b3fd4c82f27bd07b130a8f4669049a.tar.gz
firmware-1af31a0523b3fd4c82f27bd07b130a8f4669049a.tar.bz2
firmware-1af31a0523b3fd4c82f27bd07b130a8f4669049a.zip
Update feature support for Proton C (#7596)
Added a couple of entries for some features not currently supported on Proton C.
Diffstat (limited to 'docs/proton_c_conversion.md')
-rw-r--r--docs/proton_c_conversion.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/proton_c_conversion.md b/docs/proton_c_conversion.md
index 8014a35e0..dc0a3f484 100644
--- a/docs/proton_c_conversion.md
+++ b/docs/proton_c_conversion.md
@@ -29,3 +29,5 @@ These are defaults based on what has been implemented for ARM boards.
| [Audio](feature_audio.md) | Enabled |
| [RGB Lighting](feature_rgblight.md) | Disabled |
| [Backlight](feature_backlight.md) | Forces [task driven PWM](feature_backlight.md#software-pwm-driver) until ARM can provide automatic configuration |
+| USB Host (e.g. USB-USB converter) | Not supported (USB host code is AVR specific and is not currently supported on ARM) |
+| [Split keyboards](feature_split_keyboard.md) | Not supported yet |