In this repository everything is already done for you!
There is nothing you have to do other than downloading the corresponding ZIP File.
- Create a new Sketch (or use an existing one), you want the library to be included
- Press in the navigation Menu on "Sketch > Include Library > Include .zip Library" (if using ArduinoIDE)
- Select the ZIP File you just downloaded from this directory.
- The library should have installed correctly. You can see if it has or hasnt installed properly in the "Output" Console.
- With the installed library you now only have to include
#include "DigiMouse.h"in the top lines (before your other code)
Properly following this steps will allow you to implement the DigisparkMouse library directly into your IDE without having any issues!
IF you encounter any issues or similar i recomend you to visit this page.