├── LICENSE ├── Pro2 ├── README.md ├── config.hexpat ├── diReadPro2.sh └── diWritePro2.sh ├── README.md ├── SN30ProPlus ├── README.md └── diReadSNProPlus.sh └── SwitchMode ├── README.md ├── swChangeDinput.sh ├── swExitDinput.sh └── swGetVer.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/LICENSE -------------------------------------------------------------------------------- /Pro2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/Pro2/README.md -------------------------------------------------------------------------------- /Pro2/config.hexpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/Pro2/config.hexpat -------------------------------------------------------------------------------- /Pro2/diReadPro2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/Pro2/diReadPro2.sh -------------------------------------------------------------------------------- /Pro2/diWritePro2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/Pro2/diWritePro2.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/README.md -------------------------------------------------------------------------------- /SN30ProPlus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/SN30ProPlus/README.md -------------------------------------------------------------------------------- /SN30ProPlus/diReadSNProPlus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/SN30ProPlus/diReadSNProPlus.sh -------------------------------------------------------------------------------- /SwitchMode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/SwitchMode/README.md -------------------------------------------------------------------------------- /SwitchMode/swChangeDinput.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | printf "\1\146\252\0\121\1" > $1; -------------------------------------------------------------------------------- /SwitchMode/swExitDinput.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/SwitchMode/swExitDinput.sh -------------------------------------------------------------------------------- /SwitchMode/swGetVer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheJayMann/8bitdo-spec/HEAD/SwitchMode/swGetVer.sh --------------------------------------------------------------------------------