Browse Source

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.
pull/8293/head
James Young 4 years ago
committed by GitHub
parent
commit
ae46e6ace9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/wete/rules.mk

+ 1
- 1
keyboards/wete/rules.mk View File

@ -1,5 +1,5 @@
# MCU name
MCU = STM32F072xB
MCU = STM32F072
# Build Options
# comment out to disable the options.


Loading…
Cancel
Save