Skip to content

"Keyboard not found, Does your sketch include the line #include <Keyboard.h>" #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kiranshashiny opened this issue Jul 29, 2020 · 5 comments
Labels
type: support OT: Request for help using the project

Comments

@kiranshashiny
Copy link

How do I resolve this error on Arduino IDE.

I installed the library and do find it in Arduino IDE.

I'm unable to compile it for Arduino Uno.
This is on Mac OS - High Sierra 10.13.6
I want to use it for testing IR receiver hardware.

image

image

image

@kiranshashiny
Copy link
Author

There is a Keyboard.h in the /Users/Myname/Documents/Arduino/libraries/Keyboard-master/src folder

$ find . -name Keyboard.h -print
./src/Keyboard.h

@facchinm
Copy link
Contributor

The Keyboard library is only suitable for boards with native USB (eg. Micro, Leonardo, all the MKR), so trying to compile on the Uno will not work.

@facchinm facchinm added the type: support OT: Request for help using the project label Jul 29, 2020
@kiranshashiny
Copy link
Author

kiranshashiny commented Jul 29, 2020 via email

@joex92
Copy link

joex92 commented Sep 22, 2022

wait, what about the MEGA 2560 R3?

@per1234
Copy link
Contributor

per1234 commented Sep 22, 2022

@joex92 please post on the Arduino forum if you would like assistance using your Mega 2560 R3 board or this library:

https://forum.arduino.cc/

@arduino-libraries arduino-libraries locked as resolved and limited conversation to collaborators Sep 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: support OT: Request for help using the project
Projects
None yet
Development

No branches or pull requests

4 participants