Skip to content

Commit e0375c0

Browse files
Xelus22fauxpark
andauthored
[Keyboard Update] Change to L422 (#13717)
* change to L422 * Add bootloader Co-authored-by: Ryan <[email protected]> * add bootloader Co-authored-by: Ryan <[email protected]> Co-authored-by: Ryan <[email protected]>
1 parent b9902a3 commit e0375c0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

keyboards/aeboards/constellation/rev2/rules.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# MCU name
2-
MCU = STM32L433
2+
MCU = STM32L422
3+
4+
# Bootloader selection
5+
BOOTLOADER = stm32-dfu
36

47
# Build Options
58
# change yes to no to disable

keyboards/xelus/pachi/rgb/rules.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# MCU name
2-
MCU = STM32L433
2+
MCU = STM32L422
3+
4+
# Bootloader selection
5+
BOOTLOADER = stm32-dfu
36

47
# Build Options
58
# change yes to no to disable

0 commit comments

Comments
 (0)