Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development/add-on-core-functionality.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/add-ons/bootsel-button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/add-ons/drv8833-rumble.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/add-ons/gamepad-usb-host.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/add-ons/hall-effect-trigger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/add-ons/pcf8575-io-expander.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/add-ons/rotary-encoders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/web-configurator/menu-pages/01-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/web-configurator/menu-pages/02-gpio-pin-mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down