#ifndef _CONFIGDATA_H_
  #define _CONFIGDATA_H_

extern const int KeyControl;
extern const int mediaOn;

extern const int radioOn;
extern const int radioOff;
extern const int radioNext;
extern const int radioPrev;

extern const int playerOn;
extern const int playerOff;
extern const int playerNext;
extern const int playerPrev;

extern const unsigned int detectTime;

extern const int turn_on;
extern const int turn_on_pr;
extern const int turn_off;

#endif //_CONFIGDATA_H_
