UNPKG

jsdualsense

Version:

Control your PS5 (or EDGE) controller with JavaScript using WebHID.

11 lines (9 loc) 204 B
const CONECT_PARAMS_DUALSENSE = { vendorId: 0x054c, productId: 0x0ce6, }; const CONECT_PARAMS_EDGE = { vendorId: 0x054c, productId: 0x0df2, }; export { CONECT_PARAMS_DUALSENSE, CONECT_PARAMS_EDGE };