Browse Source

Add bootloader size (#13729)

* Add bootloader size

Bootloader size needs to be 6144 to allow QMK to jump to the correct location with bootmagic

* Include dz60rgb v2.1

Add boot loader size to this pcb also
pull/13754/head
datafx 2 years ago
committed by GitHub
parent
commit
b1c5a53a68
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      keyboards/dztech/dz60rgb/v2_1/rules.mk
  2. +1
    -0
      keyboards/dztech/dz65rgb/v3/rules.mk

+ 1
- 0
keyboards/dztech/dz60rgb/v2_1/rules.mk View File

@ -3,6 +3,7 @@ MCU = atmega32u4
# Bootloader selection
BOOTLOADER = lufa-ms
BOOTLOADER_SIZE = 6144
# Build Options
# change yes to no to disable


+ 1
- 0
keyboards/dztech/dz65rgb/v3/rules.mk View File

@ -3,6 +3,7 @@ MCU = atmega32u4
# Bootloader selection
BOOTLOADER = lufa-ms
BOOTLOADER_SIZE = 6144
# Build Options
# change yes to no to disable


Loading…
Cancel
Save