So I’m trying to make a button box to use with different games on my computer. I have started on a small two row 3 column matrix with the keypad library but when compiling the joystick object on line 26 it comes up with this error
exit status 1
'Joystick_' does not name a type; did you mean 'Joystick'?
All of the videos and examples that I have found tell me to do it this way as there is no joystick or axis based input.
Any help would be appreciated.
That library has nothing to do with emulating a USB joystick and is the wrong library for your sketch.
Since both libraries use the name "Joystick.h" you will have problems if you install both. I would delete the current library and install the correct one.