Browse Source

[Keyboard Update] Change to L422 (#13717)

* change to L422

* Add bootloader

Co-authored-by: Ryan <fauxpark@gmail.com>

* add bootloader

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
pull/13720/head
Xelus22 2 years ago
committed by GitHub
parent
commit
e0375c0b71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions
  1. +4
    -1
      keyboards/aeboards/constellation/rev2/rules.mk
  2. +4
    -1
      keyboards/xelus/pachi/rgb/rules.mk

+ 4
- 1
keyboards/aeboards/constellation/rev2/rules.mk View File

@ -1,5 +1,8 @@
# MCU name
MCU = STM32L433
MCU = STM32L422
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable


+ 4
- 1
keyboards/xelus/pachi/rgb/rules.mk View File

@ -1,5 +1,8 @@
# MCU name
MCU = STM32L433
MCU = STM32L422
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable


Loading…
Cancel
Save