Keyboard inputs

Status
Not open for further replies.

dblake

New member
I would like to use my teensy 2.0 for multiple keyboard buttons. I have it working with one button as space. Can someone give me a brief code in Ardunio so I can use 2 more buttons?

Thanks!!
 
The only part I am having issues with is the commands: Keyboard.set_key1(KEY_DELETE);

I can only get delete to work, no other keys like backspace and such.
 
dblake, it would be easier to help you if we knew what your existing code looks like and how your buttons are wired up.
 
Status
Not open for further replies.
Back
Top