Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs update for merging profile with pin mapping #654

Merged
merged 3 commits into from
Dec 7, 2023
Merged
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
15 changes: 1 addition & 14 deletions site/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,11 @@

node_modules
.yarn
package-lock.json

.eslintcache

yarn-error.log
build
coverage

.docusaurus
.cache-loader
types

packages/create-docusaurus/lib/
packages/lqip-loader/lib/
packages/docusaurus/lib/
packages/docusaurus-*/lib/*
packages/eslint-plugin/lib/
packages/stylelint-copyright/lib/

CrowdinTranslations_*.zip

.netlify
Binary file modified site/docs/assets/images/gpc-pin-mapping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed site/docs/assets/images/gpc-profile-settings.png
Binary file not shown.
1 change: 1 addition & 0 deletions site/docs/web-configurator/menu-pages/02-pin-mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ description: "Map GPIO pins from RP2040 to gamepad inputs in GP2040-CE"
![GP2040-CE Configurator - Pin Mapping](../../assets/images/gpc-pin-mapping.png)

Here you can remap the GP2040-CE buttons to different GPIO pins on the RP2040 chip. This can be used to simply remap buttons, or bypass a GPIO pin that may have issues on your device.
You can also configure profiles that will change the GPIO to GP2040-CE button mapping based on what profile you have set. You can change the profile number either using the Web Configurator or using a hotkey shortcut.
14 changes: 0 additions & 14 deletions site/docs/web-configurator/menu-pages/04-profile-mapping.mdx

This file was deleted.

Loading