I'm getting this error whenever I try to upload code

In file included from /Users/apple/Downloads/Payload_Name/Payload_Name.ino:1:0:
/Users/apple/Documents/Arduino/libraries/HID-Project/src/HID-Project.h:35:2: error: #error HID Project can only be used with an USB MCU.
 #error HID Project can only be used with an USB MCU.
  ^~~~~

exit status 1

Compilation error: exit status 1

I'm using a mac high sierra
I'm trying to use the HID-Project library for this project.

Which processor are you trying to compile for?

Why have you posted in a section that specifically asks you not to?

So are you uploading to a USB MCU? ie, an MCU which has USB hardware built-in to the MCU itself.

Does that library state that it is usable on whatever Arduino you're using?

I moved your topic to an appropriate forum category @ayooooooo.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

This is the second time I have asked you to do this. I'm not happy that you disregarded my first request. There may be an account suspension in your future if you continue behaving this way.

Thanks in advance for your cooperation.

1 Like

I'm using an atmega 328

Yep my board isn't supported.
thank You

Always important to check compatibility for any library!