diff options
Diffstat (limited to 'keyboards/jj50/rules.mk')
-rw-r--r-- | keyboards/jj50/rules.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/jj50/rules.mk b/keyboards/jj50/rules.mk index 4ee571918..2390d9631 100644 --- a/keyboards/jj50/rules.mk +++ b/keyboards/jj50/rules.mk @@ -25,10 +25,13 @@ NO_SUSPEND_POWER_DOWN = yes # processor frequency F_CPU = 12000000 -# Bootloader -# This definition is optional, and if your keyboard supports multiple bootloaders of -# different sizes, comment this out, and the correct address will be loaded -# automatically (+60). See bootloader.mk for all options. +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# atmega32a bootloadHID BOOTLOADER = bootloadHID # build options |