Skip to content

Commit

Permalink
Fix MCU rule for Wete (qmk#8254)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
noroadsleft committed Feb 27, 2020
1 parent 444fd3b commit ae46e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/wete/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MCU name
MCU = STM32F072xB
MCU = STM32F072

# Build Options
# comment out to disable the options.
Expand Down

0 comments on commit ae46e6a

Please sign in to comment.