diff --git a/src/config.h b/src/config.h
index 7ba3af8..fec9d74 100644
--- a/src/config.h
+++ b/src/config.h
@@ -37,16 +37,7 @@
 #define FLASH_BOOTLDR_SIZE_KB         16
 #define FLASH_BOOTLDR_PAYLOAD_SIZE_KB 112
 
-#elif MODEL_TS80
-#define GPIO_DFU_BOOT_PORT            GPIOB
-#define GPIO_DFU_BOOT_PIN             1
-#define OLED_RESET_Pin                15
-#define OLED_RESET_GPIO_Port          GPIOA
-#define FLASH_SIZE_KB                 128
-#define FLASH_BOOTLDR_SIZE_KB         16
-#define FLASH_BOOTLDR_PAYLOAD_SIZE_KB 112
-
-#elif MODEL_TS80P
+#elif MODEL_TS80 || MODEL_TS80P
 #define GPIO_DFU_BOOT_PORT            GPIOB
 #define GPIO_DFU_BOOT_PIN             1
 #define OLED_RESET_Pin                15