From 332fa30e173e5b0ecc0c70ff166974b6db86525e Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 3 Aug 2026 02:02:07 +0100 Subject: [PATCH] Update more broken LUFA links (#26383) --- docs/compatible_microcontrollers.md | 2 +- platforms/avr/bootloaders/dfu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/compatible_microcontrollers.md b/docs/compatible_microcontrollers.md index f148c39191e..6d1ed2e51ae 100644 --- a/docs/compatible_microcontrollers.md +++ b/docs/compatible_microcontrollers.md @@ -6,7 +6,7 @@ Features within QMK may or may not be compatible with every microcontroller. ## Atmel AVR -The following use [LUFA](https://www.fourwalledcubicle.com/LUFA.php) as the USB stack: +The following use [LUFA](https://github.com/abcminiuser/lufa) as the USB stack: * [ATmega16U2](https://www.microchip.com/wwwproducts/en/ATmega16U2) / [ATmega32U2](https://www.microchip.com/wwwproducts/en/ATmega32U2) * [ATmega16U4](https://www.microchip.com/wwwproducts/en/ATmega16U4) / [ATmega32U4](https://www.microchip.com/wwwproducts/en/ATmega32U4) diff --git a/platforms/avr/bootloaders/dfu.c b/platforms/avr/bootloaders/dfu.c index dbbb5f4ab64..0e9975e80b7 100644 --- a/platforms/avr/bootloaders/dfu.c +++ b/platforms/avr/bootloaders/dfu.c @@ -23,7 +23,7 @@ /** \brief Entering the Bootloader via Software * - * http://www.fourwalledcubicle.com/files/LUFA/Doc/120730/html/_page__software_bootloader_start.html + * https://github.com/abcminiuser/lufa/blob/master/LUFA/DoxygenPages/SoftwareBootloaderJump.txt */ #define BOOTLOADER_RESET_KEY 0xB007B007 uint32_t reset_key __attribute__((section(".noinit,\"aw\",@nobits;")));