aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-02-27 01:40:31 -0800
committerGitHub <noreply@github.com>2020-02-27 20:40:31 +1100
commitae46e6ace94656ffa3ce12f74022ea62c8786817 (patch)
tree42ad5fe67a2078f4b371f48eb9da536dce10d150 /keyboards
parent444fd3b1cc07d7f68aa37cbc9e38f2e4ed4d3ea7 (diff)
downloadfirmware-ae46e6ace94656ffa3ce12f74022ea62c8786817.tar.gz
firmware-ae46e6ace94656ffa3ce12f74022ea62c8786817.tar.bz2
firmware-ae46e6ace94656ffa3ce12f74022ea62c8786817.zip
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.
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/wete/rules.mk2
1 files changed, 1 insertions, 1 deletions
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.