Finally, someone have built and tested a Digispark driver package

I'd prefer if you had used
this version of lowcdc.inf, because it already supports both the V-USB and Digispark USB VID/PIDs, so I could merge it to the master branch.
But anyway. I've registered to write about importing the certificate from the catalog file, but funny thing! You don't have to import the certificate, Windows accepts the driver package despite
this:
The test certificates that are used to embed signatures in driver files and to sign a driver package's catalog file must be added to the Trusted Root Certification Authorities certificate store and the Trusted Publishers certificate store.

But if the driver doesn't work, try to import the certificate. Run lowcdc.cat, click View Signature, click View Certificate, click Install Certificate..., choose the Local Machine certificate store, select Trusted Root Certification Authorities, finish the import. Add the certificate into the Trusted Publishers store similarly.
Run lowcdc.cat, check the status, the catalog file must be valid:

wop doesn't need to do that, because he has used createcat.bat, which added the certificate to the corresponding stores (check it by using certlm.msc).
Also, there is no need to disable Driver Signature Enforcement, enabling Test Mode should be enough.
P. S. I can confirm that this usbser_w7.sys is got from a Windows 7 distribution, I'm using the same version of the driver, and their hashes are the same (SHA-1 EFBF847CD0FAA8B2205D059195404B58C17B638C), lowcdc.sys is also unmodified.
P. P. S. Sorry for my clumsy English.
P. P. P. S.
Be aware using Windows with the TESTSIGNING boot configuration option, Windows will load any type of test-signed kernel-mode code.Edit: The certificate must be installed to the Local machine certificate store.