pok3r-custom / pok3r_re_firmware

Reverse engineering project for the POK3R and related keyboards.
219 stars 17 forks source link

Add Vortex ViBE #17

Closed jakllsch closed 6 years ago

jakllsch commented 6 years ago

Begins to address #15.

jakllsch commented 6 years ago

The T-CI build seems to always fail for GCC on MacOS...

ChaoticEnigma commented 6 years ago

Yea, ignore that. Travis changed something. You should add the ViBE updater exe to this PR, and add the USB VID and PID to the devices map in main.cpp.

jakllsch commented 6 years ago

I don't actually have a ViBE to test against. The USB vendor/product IDs I've used were based on the device descriptor within the firmware update package. The bootloader product ID I've guessed, with the assumption it'll fit the pattern of being 4096 higher than the runtime PID.

ChaoticEnigma commented 6 years ago

Thanks!