To make DJMAX RESPECT mode work, special converter is necessary
To use DJMAX RESPECT mode, the latest firmware is necessary
After you connect the controller according to the following steps, you can make DJMAX RESPECT mode work normally.
Converter doesn’t support PS4 PRO game body for the time being.
The blue pilot light of the converter should turn green, and keep shining after flashing about 30 seconds, then you can play game kmdf hid minidriver for touch i2c device calibration
Press start+select+5, simultaneously about a second, PS2 IIDX mode and DJMAX RESPECT mode of the controller can be switched repeatedly
Key mapping is shown as following image
| Controller | PS4 key |
| Start | left stick ↓ |
| Select | right stick ↓ |
| 1 | ← |
| 2 | ↑ |
| 3 | → |
| 4 | × |
| 5 | □ |
| 6 | △ |
| 7 | ○ |
| Rotate turntable clockwise | left stick ↓ |
| Rotate turntable counterclockwise | left stick ↑ |
| Controller | PS4 key |
| Start+Select+4 | Option |
| Start+1 | L1 |
| Start+2 | R1 |
| Start+6 | R2 |
| Start+7 | L2 |
| Start+Select+5 | Switch for PS2 IIDX/DJMAX RESPECT game mode |
The details of the other questions are shown in “Common Question” in the bottom of this page
// FEATURE: Restore Calibration on Power Up if (pDevCtx->CalibrationLoaded && pDevCtx->CalibrationCache) NTSTATUS status = ApplyCalibrationToHardware(pDevCtx->I2CTarget, pDevCtx->CalibrationCache);
A sits between the HID class driver ( HIDCLASS.sys ) and the transport (I²C). It is a KMDF driver that exports HID minidriver callbacks.
A core feature for a KMDF HID minidriver on I2C touch devices is . This feature corrects physical misalignment (e.g., inverted axes or "small box" scaling) by applying a transformation matrix to raw I2C touch coordinates before they are wrapped into a HID report. Coordinate Remapping Feature This feature intercepts raw
// 4. Compare and update if needed if (storedSig != currentSig