diff options
| author | Ryan <fauxpark@gmail.com> | 2024-06-02 12:42:24 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-02 12:42:24 +1000 |
| commit | 78a0adfbb4d2c4e12f93f2a62ded0020d406243e (patch) | |
| tree | e6e123b36569559233025add654580e090dc0154 /docs/feature_converters.md | |
| parent | fa6d23235bf429446250cd5212e209d5fbfdbac2 (diff) | |
[docs] Organize driver & feature docs into subfolders (#23848)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'docs/feature_converters.md')
| -rw-r--r-- | docs/feature_converters.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/feature_converters.md b/docs/feature_converters.md index 9b2d027a66..229d1007ab 100644 --- a/docs/feature_converters.md +++ b/docs/feature_converters.md | |||
| @@ -39,7 +39,7 @@ qmk flash -c -kb keebio/bdn9/rev1 -km default -e CONVERT_TO=proton_c | |||
| 39 | You can also add the same `CONVERT_TO=<target>` to your keymap's `rules.mk`, which will accomplish the same thing. | 39 | You can also add the same `CONVERT_TO=<target>` to your keymap's `rules.mk`, which will accomplish the same thing. |
| 40 | 40 | ||
| 41 | ::: tip | 41 | ::: tip |
| 42 | If you get errors about `PORTB/DDRB`, etc not being defined, you'll need to convert the keyboard's code to use the [GPIO Controls](gpio_control) that will work for both ARM and AVR. This shouldn't affect the AVR builds at all. | 42 | If you get errors about `PORTB/DDRB`, etc not being defined, you'll need to convert the keyboard's code to use the [GPIO Controls](drivers/gpio) that will work for both ARM and AVR. This shouldn't affect the AVR builds at all. |
| 43 | ::: | 43 | ::: |
| 44 | 44 | ||
| 45 | ### Conditional Configuration | 45 | ### Conditional Configuration |
| @@ -118,11 +118,11 @@ The following defaults are based on what has been implemented for STM32 boards. | |||
| 118 | 118 | ||
| 119 | | Feature | Notes | | 119 | | Feature | Notes | |
| 120 | |----------------------------------------------|------------------------------------------------------------------------------------------------------------------| | 120 | |----------------------------------------------|------------------------------------------------------------------------------------------------------------------| |
| 121 | | [Audio](feature_audio) | Enabled | | 121 | | [Audio](features/audio) | Enabled | |
| 122 | | [RGB Lighting](feature_rgblight) | Disabled | | 122 | | [RGB Lighting](features/rgblight) | Disabled | |
| 123 | | [Backlight](feature_backlight) | Forces [task driven PWM](feature_backlight#software-pwm-driver) until ARM can provide automatic configuration | | 123 | | [Backlight](features/backlight) | Forces [task driven PWM](features/backlight#software-pwm-driver) until ARM can provide automatic configuration | |
| 124 | | USB Host (e.g. USB-USB converter) | Not supported (USB host code is AVR specific and is not currently supported on ARM) | | 124 | | USB Host (e.g. USB-USB converter) | Not supported (USB host code is AVR specific and is not currently supported on ARM) | |
| 125 | | [Split keyboards](feature_split_keyboard) | Partial - heavily dependent on enabled features | | 125 | | [Split keyboards](features/split_keyboard) | Partial - heavily dependent on enabled features | |
| 126 | 126 | ||
| 127 | ### Adafruit KB2040 {#kb2040} | 127 | ### Adafruit KB2040 {#kb2040} |
| 128 | 128 | ||
| @@ -130,10 +130,10 @@ The following defaults are based on what has been implemented for [RP2040](platf | |||
| 130 | 130 | ||
| 131 | | Feature | Notes | | 131 | | Feature | Notes | |
| 132 | |----------------------------------------------|------------------------------------------------------------------------------------------------------------------| | 132 | |----------------------------------------------|------------------------------------------------------------------------------------------------------------------| |
| 133 | | [RGB Lighting](feature_rgblight) | Enabled via `PIO` vendor driver | | 133 | | [RGB Lighting](features/rgblight) | Enabled via `PIO` vendor driver | |
| 134 | | [Backlight](feature_backlight) | Forces [task driven PWM](feature_backlight#software-pwm-driver) until ARM can provide automatic configuration | | 134 | | [Backlight](features/backlight) | Forces [task driven PWM](features/backlight#software-pwm-driver) until ARM can provide automatic configuration | |
| 135 | | USB Host (e.g. USB-USB converter) | Not supported (USB host code is AVR specific and is not currently supported on ARM) | | 135 | | USB Host (e.g. USB-USB converter) | Not supported (USB host code is AVR specific and is not currently supported on ARM) | |
| 136 | | [Split keyboards](feature_split_keyboard) | Partial via `PIO` vendor driver - heavily dependent on enabled features | | 136 | | [Split keyboards](features/split_keyboard) | Partial via `PIO` vendor driver - heavily dependent on enabled features | |
| 137 | 137 | ||
| 138 | ### SparkFun Pro Micro - RP2040, Blok, Bit-C PRO and Michi {#promicro_rp2040 } | 138 | ### SparkFun Pro Micro - RP2040, Blok, Bit-C PRO and Michi {#promicro_rp2040 } |
| 139 | 139 | ||
