update ezusb
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#Persistent
|
||||
#include AHKHID.ahk
|
||||
|
||||
hArd := HID_Open("2341","003E")
|
||||
hArd := HID_Open("1ccf","4148")
|
||||
while (hLED = -1) {
|
||||
hArd := HID_Open("2341","003E")
|
||||
hArd := HID_Open("1ccf","4148")
|
||||
Sleep, 5000
|
||||
}
|
||||
if 0 < 1 ; The left side of a non-expression if-statement is always the name of a variable.
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
# NOTE: ModeSwitch is broken for now, fixing is low priority as long as nobody needs it, so open an issue if needed.
|
||||
|
||||
# ModeSwitch for the Pop'n Ultimate Controller
|
||||
|
||||
This is a binary meant to set the LightMode used by the Pop'n Controller. It is mostly useful for multi-boot frontends as it allows to switch to the correct mode before launching a game.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1
-3
@@ -14,6 +14,4 @@ The dll makes the lights turn on for 1 sec on load so you'll know if the game ma
|
||||
|
||||
## How to retrieve devicepath
|
||||
|
||||
The dll will attempt to open the default paths from the Due and Leonardo versions of this firmware, in case it doesn't work you can put a `devicepath.dat` file in the same folder as the dll.
|
||||
|
||||
See instructions from ModeSwitch to know more about the path format and how to find the one corresponding to your device.
|
||||
The dll will attempt to open the device automatically based on the custom VID/PID. In case it doesn't work you can put a `devicepath.dat` file in the same folder as the dll.
|
||||
Reference in New Issue
Block a user