diff --git a/buttons.h b/buttons.h index 08f0c8e03..309108149 100644 --- a/buttons.h +++ b/buttons.h @@ -34,8 +34,16 @@ extern struct buttonState button; void buttonUpdate(void); +#ifndef BTN_PORT #define BTN_PORT GPIOC +#endif + +#ifndef BTN_PIN_YES #define BTN_PIN_YES GPIO2 +#endif + +#ifndef BTN_PIN_NO #define BTN_PIN_NO GPIO5 +#endif #endif