Hi,
whatever the keys I'm using are gpio keys(Total 6 keys) . I have written a small C application to print key events.
Following are the keys with event codes.
event type 0 (Sync)
event type 1(Key)
event code 1:Esc
event code 28:Enter
event code 103:Up
event code 105:Left
event code 106:Right
event code 108:Down
Here I have a bit confusion how to write a board file with these keys.