From e0375c0b710c075780e7ffe1afe4c39fccd96929 Mon Sep 17 00:00:00 2001 From: Xelus22 <17491233+Xelus22@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:05:13 +1000 Subject: [PATCH] [Keyboard Update] Change to L422 (#13717) * change to L422 * Add bootloader Co-authored-by: Ryan * add bootloader Co-authored-by: Ryan Co-authored-by: Ryan --- keyboards/aeboards/constellation/rev2/rules.mk | 5 ++++- keyboards/xelus/pachi/rgb/rules.mk | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/keyboards/aeboards/constellation/rev2/rules.mk b/keyboards/aeboards/constellation/rev2/rules.mk index c79b49dbf94..4715678930b 100755 --- a/keyboards/aeboards/constellation/rev2/rules.mk +++ b/keyboards/aeboards/constellation/rev2/rules.mk @@ -1,5 +1,8 @@ # MCU name -MCU = STM32L433 +MCU = STM32L422 + +# Bootloader selection +BOOTLOADER = stm32-dfu # Build Options # change yes to no to disable diff --git a/keyboards/xelus/pachi/rgb/rules.mk b/keyboards/xelus/pachi/rgb/rules.mk index 42e9d3feb0f..6c1b3298c45 100644 --- a/keyboards/xelus/pachi/rgb/rules.mk +++ b/keyboards/xelus/pachi/rgb/rules.mk @@ -1,5 +1,8 @@ # MCU name -MCU = STM32L433 +MCU = STM32L422 + +# Bootloader selection +BOOTLOADER = stm32-dfu # Build Options # change yes to no to disable