This file contains USB HID Keyboard example using USB ROM Drivers.

Example description
The example shows how to us USBD ROM stack to creates a HID keyboard. 

Special connection requirements
The tiny joystick that is surface mounted on the eval board has 4 positions
and a button press. They act as number keys '2', '4', '6', '8', and NUMLOCK.
The joystick press toggles NUMLOCK. When NUMLOCK is ON the joystick positions
are mapped to the arrow keys. For most OSs no drivers are needed. If no
joystick is available push button can be used to simulate '+' key

  - Embedded Artists LPC4357 Oem Board + Oem Base Board: 
    Option 1: Use USB connector J32 for connection to the PC. Make sure that jumpers JP18 
	          and JP19 are in the "Right" position and that JP17 is in the "Lower" position. 
			  See the User's Manual for instructions on where to locate the jumpers.

    Option 2: Use USB connector J21 for connection to the PC. Make sure that jumpers JP18 
	          and JP19 are in the "Left" position and that JP17 is in the "Up" position. 
			  See the User's Manual for instructions on where to locate the jumpers.


Build procedures:
Visit the <a href="http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides">LPCOpen quickstart guides</a>
to get started building LPCOpen projects.