From ae46e6ace94656ffa3ce12f74022ea62c8786817 Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Thu, 27 Feb 2020 01:40:31 -0800 Subject: [PATCH] Fix MCU rule for Wete (#8254) Including the `xB` suffix prevents qmk_compiler (and thus QMK Configurator) from compiling firmware for the Wete. Rolling this change back until we work out a long-term solution for the suffixes. --- keyboards/wete/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/wete/rules.mk b/keyboards/wete/rules.mk index a01bef1d4..3999511fa 100644 --- a/keyboards/wete/rules.mk +++ b/keyboards/wete/rules.mk @@ -1,5 +1,5 @@ # MCU name -MCU = STM32F072xB +MCU = STM32F072 # Build Options # comment out to disable the options.