how do i check ,whether my arduino clone supports keyboard library

i have induino R3,which is a Indian made Clone of the popular Arduino Duemilanove Board with a Arduino Uno Bootloader.

i need to know whether it supports keyboard library or not ?

how can i do that?

Thank you in advance

If it has a 32U4 processor, it will support that library. So probably not.

But to answer your question, try it!

Duemilanove, so FTDI for USB/serial adapter?

Then no. Need 16U2 so it can be programmed for HID.

Thank for your reply

project:i want to operate keyboard with help of arduino

what i have is induino R3(clone of duelminova and bootloader of uno) that uses ATmega328 microcontroller and it has usb serial converter of FT232RL

now i am controlling computer keyboard with help of matllab by receiving data through usb port from arduio

is it possible to include directly keyboardlibrary(so work become less) to my board.i have tried keybord example .it showing error

i am not an expert .so reply in understandable way for me

okay ,i have seen in arduino site that we need leonardo,deo or micro

i have two questions

1)i am little worrying about cost .so shall i go with micro ?

  1. does pro mini,mini,pro micro,micro different?. I have seen the difference in only cpu speed. Does all the four version support keyboard library?

Thank you