diff --git a/development/add-on-core-functionality.mdx b/development/add-on-core-functionality.mdx index c6c3143..773c444 100644 --- a/development/add-on-core-functionality.mdx +++ b/development/add-on-core-functionality.mdx @@ -65,7 +65,7 @@ addons.LoadAddon(new AddonName(), CORE0_Input) :::info CORE0_Input vs CORE1_Input - `CORE0_Input` is typically input or input-related tasks -- `CORE1_Input` tends to be auxillary output processes (Display, RGB LEDs, etc) and input that include additional USB processing. +- `CORE1_Input` tends to be auxiliary output processes (Display, RGB LEDs, etc) and input that include additional USB processing. ::: diff --git a/docs/add-ons/bootsel-button.mdx b/docs/add-ons/bootsel-button.mdx index e51f9e3..7c2271d 100644 --- a/docs/add-ons/bootsel-button.mdx +++ b/docs/add-ons/bootsel-button.mdx @@ -9,7 +9,7 @@ description: "Add-on to use the BOOTSEL button as an additional button input" # BOOTSEL Button Configuration -Purpose: This add-on is mean to allow for the use of a BOOTSEL button to be used as an additional button input. +Purpose: This add-on is meant to allow for the use of a BOOTSEL button to be used as an additional button input. ![GP2040-CE Configurator - Add-Ons BOOTSEL Button Configuration](../assets/images/gpc-add-ons-bootsel-button.png) diff --git a/docs/add-ons/drv8833-rumble.mdx b/docs/add-ons/drv8833-rumble.mdx index 3be7463..888f502 100644 --- a/docs/add-ons/drv8833-rumble.mdx +++ b/docs/add-ons/drv8833-rumble.mdx @@ -7,7 +7,7 @@ pagination_prev: null description: "Add-on to use the DRV8833 Rumble in Xinput mode" --- -# ODRV8833 Rumble +# DRV8833 Rumble Purpose: This add-on is allows you to use DRV8833 Rumble in Xinput mode. diff --git a/docs/add-ons/gamepad-usb-host.mdx b/docs/add-ons/gamepad-usb-host.mdx index 73205ef..76c9f01 100644 --- a/docs/add-ons/gamepad-usb-host.mdx +++ b/docs/add-ons/gamepad-usb-host.mdx @@ -7,9 +7,9 @@ pagination_prev: null description: "Add-on to allow gamepads to be used inline with GP2040-CE" --- -# FGamepad USB Host Configuration +# Gamepad USB Host Configuration -Purpose: This add-on is intended to allowgamepads to be used inline with GP2040-CE. As example of this would be plugging a supported USB controller into an available USB host port and then playing on the USB controller. This can be used to convery a supported controller to work on a system it was not intended to work on. +Purpose: This add-on is intended to allow gamepads to be used inline with GP2040-CE. As example of this would be plugging a supported USB controller into an available USB host port and then playing on the USB controller. This can be used to convert a supported controller to work on a system it was not intended to work on. ![GP2040-CE Configurator - Gamepad USB Host](../assets/images/gpc-add-ons-keyboard-gamepad-usb-host.png) ## Web Configurator Options diff --git a/docs/add-ons/hall-effect-trigger.mdx b/docs/add-ons/hall-effect-trigger.mdx index 8eeace3..5c1208c 100644 --- a/docs/add-ons/hall-effect-trigger.mdx +++ b/docs/add-ons/hall-effect-trigger.mdx @@ -52,7 +52,7 @@ Inside advanced calibration the following options are available: The `Activation Point Reading` section will give you a live view of your hall-effect switch as you press it. -If you are in the `Calibrate All` section you will see an `Overwrite All Triggers` button that will allow you to overwrite all preiously saved settings. +If you are in the `Calibrate All` section you will see an `Overwrite All Triggers` button that will allow you to overwrite all previously saved settings. ## Hall-Effect Voltage Table diff --git a/docs/add-ons/pcf8575-io-expander.mdx b/docs/add-ons/pcf8575-io-expander.mdx index 98c629f..c1cda54 100644 --- a/docs/add-ons/pcf8575-io-expander.mdx +++ b/docs/add-ons/pcf8575-io-expander.mdx @@ -11,7 +11,7 @@ description: "Add-on to use a PCF8575 based IO Expander" Purpose: This add-on is allows you to use a PCF8575 based IO Expander. -![GP2040-CE Configurator - Add-Ons DRV8833 Rumble](../assets/images/gpc-add-ons-pcf85750io-expander.png) +![GP2040-CE Configurator - Add-Ons DRV8833 Rumble](../assets/images/gpc-add-ons-pcf8575-io-expander.png) ## Web Configurator Options diff --git a/docs/add-ons/rotary-encoders.mdx b/docs/add-ons/rotary-encoders.mdx index 85781e2..4465b71 100644 --- a/docs/add-ons/rotary-encoders.mdx +++ b/docs/add-ons/rotary-encoders.mdx @@ -24,9 +24,9 @@ Purpose: Rotary encoders allow for continuous or limited min-max pulses on speci - `Enabled` - Enables or disables `Encoder 1` or `Encoder 2`. - `Pin A/CLK` - The `Clock` pin for the encoder. - `Pin B/DT` - The `Data` pin for the encoder`. -- `Pulses/Revolutions (PPR)` - The number of puleses/revolutions on your encoder. +- `Pulses/Revolutions (PPR)` - The number of pulses/revolutions on your encoder. - `Multiplier` - Use this multiplier to fine tune your encoder performance in GP2040-CE. -- `Reset After (ms)` - The number of miliseconds to wait before resetting the value to `0` / `center`. +- `Reset After (ms)` - The number of milliseconds to wait before resetting the value to `0` / `center`. - `Control Mode` - Choose how this encoder will function. - `Allow Wrap-Around` - Allows the encoder to reach an axis max and wrap-around to the axis minimum. diff --git a/docs/assets/images/gpc-add-ons-pcf85750io-expander.png b/docs/assets/images/gpc-add-ons-pcf8575-io-expander.png similarity index 100% rename from docs/assets/images/gpc-add-ons-pcf85750io-expander.png rename to docs/assets/images/gpc-add-ons-pcf8575-io-expander.png diff --git a/docs/web-configurator/menu-pages/01-settings.mdx b/docs/web-configurator/menu-pages/01-settings.mdx index ea2ea53..2d9488b 100644 --- a/docs/web-configurator/menu-pages/01-settings.mdx +++ b/docs/web-configurator/menu-pages/01-settings.mdx @@ -43,7 +43,7 @@ There is an additional layer of USB device information that can be changed under Please note that changing and of the options in either the `Advanced USB Override` or the `Override Physical IDs` may cause the input mode to no longer function. -The GP2040-CE team offers no support on issues that arrise from changing these settings. +The GP2040-CE team offers no support on issues that arise from changing these settings. ::: diff --git a/docs/web-configurator/menu-pages/02-gpio-pin-mapping.mdx b/docs/web-configurator/menu-pages/02-gpio-pin-mapping.mdx index d832da5..0d1a6fa 100644 --- a/docs/web-configurator/menu-pages/02-gpio-pin-mapping.mdx +++ b/docs/web-configurator/menu-pages/02-gpio-pin-mapping.mdx @@ -27,7 +27,7 @@ The following options are available for assignment to each GPIO Pin. - [Macro](./09-macros.mdx) - Function - Extras -- Analog directions (Analog max vlaue input X[-/+] and Y[-/+]) +- Analog directions (Analog max value input X[-/+] and Y[-/+]) - Mini-menu interaction and navigation - Tilt - Focus Mode enable