To get it to compile, i also had to set the following:
#define TEMP_1_PIN -1 #define TEMP_2_PIN -1 #define LED_PIN -1 #define PS_ON_PIN -1 #define FAN_PIN -1The problem is that the compile size is 50522 bytes and it gave me "sketch too big". I did a few changes and i got to ~46.6k but there isnt much i would disable and does not seem like could get it lower. So you have your work cut out to chop the firmware down to a smaller size. I dont think it will work out with marlin, but you can certainly try. At this time i would say you should perhaps switch to teacup in which case the config file will be a little different.