From 582a6ac75ca52bc9f30657906878385be4d16643 Mon Sep 17 00:00:00 2001 From: skullY Date: Sat, 24 Jun 2017 15:28:13 -0700 Subject: [PATCH] Fix #1135 by changing the default to at90usb1286 --- quantum/template/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/template/rules.mk b/quantum/template/rules.mk index a1f9377d879..a3571e8deb0 100644 --- a/quantum/template/rules.mk +++ b/quantum/template/rules.mk @@ -1,5 +1,5 @@ # MCU name -#MCU = at90usb1287 +#MCU = at90usb1286 MCU = atmega32u4 # Processor frequency.