diff --git a/include/wordclock_constants.h b/include/wordclock_constants.h index 8297cc8..688ce68 100644 --- a/include/wordclock_constants.h +++ b/include/wordclock_constants.h @@ -27,8 +27,8 @@ typedef enum EEPROM_SIZE = 30 } EepromLayout_en; -#define NEOPIXEL_PIN 5 // pin to which the NeoPixels are attached -#define BUTTON_PIN 14 // pin to which the button is attached +#define NEOPIXEL_PIN 14 // pin to which the NeoPixels are attached +#define BUTTON_PIN 5 // pin to which the button is attached // Night mode #define NIGHTMODE_START_HR 23