Skip to content

Commit

Permalink
Docs update for merging profile with pin mapping (OpenStickCommunity#654
Browse files Browse the repository at this point in the history
)

* Change .gitignore, include package-lock.json

* Add package-lock.json

* Update docs, merge profile settings with pin mapping page
  • Loading branch information
Pelsin authored Dec 7, 2023
1 parent 28efc6c commit 6ba9f92
Show file tree
Hide file tree
Showing 6 changed files with 13,477 additions and 28 deletions.
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

0 comments on commit 6ba9f92

Please sign in to comment.