Author Topic: Arrow Keys on the DigiKeyboard  (Read 6876 times)

matthew

  • Newbie
  • *
  • Posts: 1
Arrow Keys on the DigiKeyboard
« on: January 13, 2013, 05:05:40 pm »
Hey guys, not all of the arrow keys are mapped in the DigiKeyboard.h file.
Add the following to your DigiKeyboard.h file to map the rest:
#define KEY_UP_ARROW 0x52
#define KEY_DOWN_ARROW 0x51
#define KEY_LEFT_ARROW 0x50
#define KEY_RIGHT_ARROW 0x4F

Now you won't have to go through my pain :)
« Last Edit: January 13, 2013, 05:05:40 pm by matthew »

duckythescientist

  • Newbie
  • *
  • Posts: 27
Arrow Keys on the DigiKeyboard
« Reply #1 on: January 16, 2013, 10:12:55 am »
Well that\'s really odd!