diff --git a/config.h b/config.h --- a/config.h +++ b/config.h @@ -10,12 +10,13 @@ #define MAX_CS GPIOB,GPIO_Pin_12 #define SW_BTN GPIOB, GPIO_Pin_3 -#define SW_UP GPIOB, GPIO_Pin_4 -#define SW_DOWN GPIOB, GPIO_Pin_6 -#define SW_LEFT GPIOB, GPIO_Pin_5 -#define SW_RIGHT GPIOB, GPIO_Pin_7 +#define SW_UP GPIOB, GPIO_Pin_6 +#define SW_DOWN GPIOB, GPIO_Pin_4 +#define SW_LEFT GPIOB, GPIO_Pin_7 +#define SW_RIGHT GPIOB, GPIO_Pin_5 #define SSR_PIN GPIOC, GPIO_Pin_13 +#endif -#endif +// vim:softtabstop=4 shiftwidth=4 expandtab