Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
67:c39e66c4e000
Parent:
66:2e3583fbd2f4
Child:
69:cc5039284fac
--- a/config.h	Sun Nov 27 06:37:47 2016 +0000
+++ b/config.h	Sun Nov 27 21:42:42 2016 +0000
@@ -69,6 +69,7 @@
 const int BtnTypeNone          = 0;      // unused
 const int BtnTypeJoystick      = 1;      // joystick button
 const int BtnTypeKey           = 2;      // keyboard key
+const int BtnTypeMedia         = 3;      // media control key
 
 // input button flags
 const uint8_t BtnFlagPulse     = 0x01;   // pulse mode - reports each change in the physical switch state