diff options
author | Joel Challis <git@zvecr.com> | 2022-07-01 15:38:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 15:38:57 +0100 |
commit | 2757251218a84195f4d1a5d7654c31378f28a94c (patch) | |
tree | ab8e329fb3069728e8f57b9012eb0c53d5ef089b /keyboards/mechwild/obe/f411/eeprom | |
parent | d97843281260ec0065c9db250cf986f533016ad3 (diff) |
Specify blackpill board files where relevant (#17521)
Diffstat (limited to 'keyboards/mechwild/obe/f411/eeprom')
-rw-r--r-- | keyboards/mechwild/obe/f411/eeprom/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/mechwild/obe/f411/eeprom/rules.mk b/keyboards/mechwild/obe/f411/eeprom/rules.mk index b823aa31cc..3d2f9bcf05 100644 --- a/keyboards/mechwild/obe/f411/eeprom/rules.mk +++ b/keyboards/mechwild/obe/f411/eeprom/rules.mk @@ -1,5 +1,6 @@ # MCU name MCU = STM32F411 +BOARD = BLACKPILL_STM32_F411 # Bootloader selection BOOTLOADER = stm32-dfu |