Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
AkariiinMKII committed Oct 18, 2023
1 parent 492f5cb commit e046cb3
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 3 deletions.
File renamed without changes
File renamed without changes
101 changes: 100 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,101 @@
### AutoCAD backup files ###
# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,windows,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,windows,visualstudiocode

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/linux,macos,windows,visualstudiocode

### Autodesk ###
# AutoCAD backup files
*.bak
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ __Make sure you can get these parts (or compatible ones) before building!__
| CNC / laser cutted cover plate | 1 | [Cover Plate.STEP (for CNC)](Case/Cover%20Plate.STEP) / [Cover Plate.dxf (for laser cutting)](Case/Cover%20Plate.dxf) | 3mm thick |
| CNC / 3D printed wrist rest | 1 | [Wrist Rest.STEP (for CNC)](Case/Wrist%20Rest.STEP) / [Wrist Rest.STL (for 3D printing)](Case/Wrist%20Rest.STL) | Optional part |

![MCU Soldering](.doc/MCU%20Soldering.png)
![MCU Soldering](.doc/mcu_soldering.png)

_The RP2040-Zero MCU board should be soldered on __bottom side__ of the controller PCB with __front side up__. Make the position as accurate as possible to avoid conflicts with case._

Expand All @@ -65,7 +65,7 @@ Firmwares are modified and compiled in [AkariiinMKII/GP2040-CE](https://github.c

_Default key map in firmware, you can change it in [Web Configurator > Configuration > Pin Mapping](https://gp2040-ce.info/#/web-configurator?id=pin-mapping)._

![Key Map](.doc/Key%20Map.png)
![Key Map](.doc/key_map.png)

| Position | GPIO Pin | GP2040-CE | XInput | Switch | PS4 | PS3 | DirectInput | Arcade |
| -------- | -------- | ---------- | ------ | ------- | ------------ | ------------ | ------------ | ------ |
Expand Down

0 comments on commit e046cb3

Please sign in to comment.