Skip to content

Commit

Permalink
[Keyboard Update] Change to L422 (qmk#13717)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Xelus22 and fauxpark authored Jul 26, 2021
1 parent b9902a3 commit e0375c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion keyboards/aeboards/constellation/rev2/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MCU name
MCU = STM32L433
MCU = STM32L422

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
# change yes to no to disable
Expand Down
5 changes: 4 additions & 1 deletion keyboards/xelus/pachi/rgb/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MCU name
MCU = STM32L433
MCU = STM32L422

# Bootloader selection
BOOTLOADER = stm32-dfu

# Build Options
# change yes to no to disable
Expand Down

0 comments on commit e0375c0

Please sign in to comment.