24 lines
No EOL
556 B
C
24 lines
No EOL
556 B
C
|
|
#define BRANDING "${BRANDING}"
|
|
#define BRANDING_${BRANDING}
|
|
|
|
#if defined(BRANDING_byron)
|
|
#define PROTOCOL_ARCTECH
|
|
#elif defined(BRANDING_chacon)
|
|
#define PROTOCOL_ARCTECH
|
|
#elif defined(BRANDING_coco)
|
|
#define PROTOCOL_ARCTECH
|
|
#elif defined(BRANDING_intertechno)
|
|
#define PROTOCOL_ARCTECH
|
|
#else
|
|
#define PROTOCOL_ARCTECH
|
|
#define PROTOCOL_BRATECK
|
|
#define PROTOCOL_EVERFLOURISH
|
|
#define PROTOCOL_GROUP
|
|
#define PROTOCOL_RISINGSUN
|
|
#define PROTOCOL_WAVEMAN
|
|
#define PROTOCOL_SARTANO
|
|
#define PROTOCOL_IKEA
|
|
#define PROTOCOL_UPM
|
|
#define PROTOCOL_X10
|
|
#endif |