From 1836a6f5d22faca8a8db828d64d47bbfb7d8e45e Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sat, 2 Nov 2019 13:06:03 +1100 Subject: Template updates (#7221) * Template updates * Flesh out info.json & keymap.c, and turn double spaces section into a list * Add enum to demonstrate layer naming * Semicolon --- quantum/template/avr/rules.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/template/avr/rules.mk') diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk index f227ea9cde..74fcf945a0 100644 --- a/quantum/template/avr/rules.mk +++ b/quantum/template/avr/rules.mk @@ -15,6 +15,7 @@ BOOTLOADER = atmel-dfu # If you don't know the bootloader type, then you can specify the # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line +# Otherwise, delete this section # Teensy halfKay 512 # Teensy++ halfKay 1024 # Atmel DFU loader 4096 -- cgit v1.2.3