I'm stupid new here. I've played with Arduino IDE in the past; However, that was basically plug and play with the 3D printers.
Now, I'm trying to make a 49 button button box for flight sim. I have an Mega 2560. When I load IDE with wim_s_button_box_code.ino and make the changes I need. I select verify and it tells me that keypad.h: fatal error: keypad.h: No such file or directory.
Here are screen shots of the IDE response and how I have the file folder setup.
Ok, thanks for the info, greatly appreciated! Sorry about the error code photo, should I edit and delete that?
I loaded the .zip libraries and then ran the verify command. This is the error now; #error The Joystick library can only be used with a USB MCU (e.g. Arduino Leonardo, Arduino Micro, etc.)
Can I assume that the MEGA2560 isn't compatible with this joystick library?