Simple Code Help

Hello to all you SMART, SMART people. I am new to all this and I need some help ASAP.

Can someone send me the code for the following:

I have a Bluefruit feather 32u4 LE.

I have a 3 pedals, each pedal is connected to a hole on the board, 5, 6, 9.

I need it to send 3 keyboard commands to my tablet.

I need 5 to send the left arrow (KEY_LEFT_ARROW, 0xD8, 216)
I need 6 to send the up arrow (KEY_UP_ARROW, 0xDA, 218)
I need 9 to send the right arrow (KEY_RIGHT_ARROW, 0xD7, 215)

Any help would be GREATLY appreciated.

If someone would help me, and upon a successfully working script, I will send them $100 on a prepaid visa.

I don't have the board neither I have used one but it seems easy to do what you want. You can send me a PM if you want to talk about this.

So, we are talking USB keyboard emulation. I'm pretty sure there are some libraries out there that do that.

PaulMurrayCbr:
So, we are talking USB keyboard emulation. I'm pretty sure there are some libraries out there that do that.

No, I think is BLE not USB. I have this done was pretty simple, I'm only waiting for OP to PM me.