diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-07-24 23:00:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-24 23:00:57 -0700 |
| commit | 71e9f8fc11f617278497611e169bf2ddccd2211c (patch) | |
| tree | 7d4926faf648dc556f28ae7af284ce5eade61cf6 /bootloader.mk | |
| parent | a030950fd6754fae361845e872a4855032d6f666 (diff) | |
| download | qmk_firmware-71e9f8fc11f617278497611e169bf2ddccd2211c.tar.gz qmk_firmware-71e9f8fc11f617278497611e169bf2ddccd2211c.zip | |
Update LUFA (18-07-2021) and add QMK-HID Bootloader support (#13588)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'bootloader.mk')
| -rw-r--r-- | bootloader.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootloader.mk b/bootloader.mk index 4f2d69d99..abdfd20fd 100644 --- a/bootloader.mk +++ b/bootloader.mk | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | # atmel-dfu Atmel factory DFU | 26 | # atmel-dfu Atmel factory DFU |
| 27 | # lufa-dfu LUFA DFU | 27 | # lufa-dfu LUFA DFU |
| 28 | # qmk-dfu QMK DFU (LUFA + blinkenlight) | 28 | # qmk-dfu QMK DFU (LUFA + blinkenlight) |
| 29 | # qmk-hid QMK HID (LUFA + blinkenlight) | ||
| 29 | # bootloadHID HIDBootFlash compatible (ATmega32A) | 30 | # bootloadHID HIDBootFlash compatible (ATmega32A) |
| 30 | # USBasp USBaspLoader (ATmega328P) | 31 | # USBasp USBaspLoader (ATmega328P) |
| 31 | # ARM: | 32 | # ARM: |
| @@ -67,6 +68,11 @@ ifeq ($(strip $(BOOTLOADER)), qmk-dfu) | |||
| 67 | BOOTLOADER_SIZE = 8192 | 68 | BOOTLOADER_SIZE = 8192 |
| 68 | endif | 69 | endif |
| 69 | endif | 70 | endif |
| 71 | ifeq ($(strip $(BOOTLOADER)), qmk-hid) | ||
| 72 | OPT_DEFS += -DBOOTLOADER_QMK_HID | ||
| 73 | OPT_DEFS += -DBOOTLOADER_HID | ||
| 74 | BOOTLOADER_SIZE = 4096 | ||
| 75 | endif | ||
| 70 | ifeq ($(strip $(BOOTLOADER)), halfkay) | 76 | ifeq ($(strip $(BOOTLOADER)), halfkay) |
| 71 | OPT_DEFS += -DBOOTLOADER_HALFKAY | 77 | OPT_DEFS += -DBOOTLOADER_HALFKAY |
| 72 | ifeq ($(strip $(MCU)), atmega32u4) | 78 | ifeq ($(strip $(MCU)), atmega32u4) |
