pop'n beMouse compatibility

This commit is contained in:
CrazyRedMachine
2021-09-03 23:38:43 +02:00
parent 1a628cad6b
commit 716e2cd21a
7 changed files with 39 additions and 27 deletions
Binary file not shown.
+5 -2
View File
@@ -2,9 +2,12 @@
#Persistent
#include AHKHID.ahk
hArd := HID_Open("1ccf","4148")
MsgBox Sorry, this script is currently broken (I now need to get it to send a proper feature report instead of an output report)
ExitApp
hArd := HID_Open("1ccf","1000")
while (hLED = -1) {
hArd := HID_Open("1ccf","4148")
hArd := HID_Open("1ccf","1000")
Sleep, 5000
}
if 0 < 1 ; The left side of a non-expression if-statement is always the name of a variable.