|
@@ -22,7 +22,7 @@
|
|
|
#define BUTTON_MINUS D0
|
|
|
|
|
|
#define BUTTON_AUTOINC_DELAY 300 //Delay before auto increments
|
|
|
-#define BUTTON_HOLD_DELAY 100 //Auto-increment delays
|
|
|
+#define BUTTON_HOLD_DELAY 50 //Auto-increment delays
|
|
|
#define BUTTON_DEBOUNCE 50 //Naive debounce delay in ms
|
|
|
#define MAX_BRIGHTNESS 256 //Make sure the battery you using can output the current required by LEDs
|
|
|
#define MAX_CTRLBRIGHTNESS 32 //Max brightness for signaling LED (the one above the button)
|