From 62711a323614f8fe91660f5d619b3b496d82e44a Mon Sep 17 00:00:00 2001 From: Matthew C Date: Fri, 29 Oct 2021 21:43:07 +0100 Subject: [PATCH] Add clarity to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff8d76a..7634fae 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The project is released under the General Public License version 3. You will need a working avr-gcc toolchain with avr-libc and standard utilities such as make. Just type 'make' and it should build just fine. Under Linux at least. +If you are compiling for a custom board or Arduino running on an ATmega32u4, then run 'make -f Makefile.32u4' instead. ## Programming the firmware