|
|
@ -3,7 +3,7 @@ |
|
|
|
*/ |
|
|
|
|
|
|
|
#ifndef __AVR_ATmega2560__ |
|
|
|
#error Oops! Make sure you have 'Arduino Mega 2560 or Rambo' selected from the 'Tools -> Boards' menu. |
|
|
|
#error Oops! Make sure you have 'Arduino Mega 2560 or Rambo' selected from the 'Tools -> Boards' menu. |
|
|
|
#endif |
|
|
|
|
|
|
|
#define LARGE_FLASH true |
|
|
@ -85,8 +85,8 @@ |
|
|
|
#define FAN_PIN 8 |
|
|
|
#define FAN_1_PIN 6 |
|
|
|
#define PS_ON_PIN -1 |
|
|
|
#define KILL_PIN -1 //80 with Smart Controller LCD
|
|
|
|
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
|
|
|
|
#define KILL_PIN -1 // 80 with Smart Controller LCD
|
|
|
|
#define SUICIDE_PIN -1 // PIN that has to be turned on right after start, to keep power flowing.
|
|
|
|
|
|
|
|
#if ENABLED(ULTRA_LCD) |
|
|
|
|
|
|
@ -105,7 +105,7 @@ |
|
|
|
//buttons are directly attached using AUX-2
|
|
|
|
#define BTN_EN1 14 |
|
|
|
#define BTN_EN2 72 |
|
|
|
#define BTN_ENC 9 //the click
|
|
|
|
#define BTN_ENC 9 // the click
|
|
|
|
|
|
|
|
#define SDCARDDETECT 15 |
|
|
|
|
|
|
|