|
|
@ -241,6 +241,23 @@ const unsigned int dropsegments=5; //everything with less than this number of st |
|
|
|
#ifdef ULTIPANEL |
|
|
|
#undef SDCARDDETECTINVERTED |
|
|
|
#endif |
|
|
|
|
|
|
|
// Power Signal Control Definitions
|
|
|
|
// By default use ATX definition
|
|
|
|
#ifndef POWER_SUPPLY |
|
|
|
#define POWER_SUPPLY 1 |
|
|
|
#endif |
|
|
|
// 1 = ATX
|
|
|
|
#if (POWER_SUPPLY == 1) |
|
|
|
#define PS_ON_AWAKE LOW |
|
|
|
#define PS_ON_ASLEEP HIGH |
|
|
|
#endif |
|
|
|
// 2 = X-Box 360 203W
|
|
|
|
#if (POWER_SUPPLY == 2) |
|
|
|
#define PS_ON_AWAKE HIGH |
|
|
|
#define PS_ON_ASLEEP LOW |
|
|
|
#endif |
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
//=============================Buffers ============================
|
|
|
|
//===========================================================================
|
|
|
|