X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fkeebio%2Fnyquist%2Frules.mk;h=04d92bc7e1a0473790414e610906dcb5e5458099;hb=2c41b69d3e253dc369006ae7ac6d2dd4193c529a;hp=51821a48241f2b748d70a4baac7e79f912a1c1a9;hpb=7ab99528d8a0a632321b7238507d5755f113abad;p=qmk_firmware.git diff --git a/keyboards/keebio/nyquist/rules.mk b/keyboards/keebio/nyquist/rules.mk index 51821a482..04d92bc7e 100644 --- a/keyboards/keebio/nyquist/rules.mk +++ b/keyboards/keebio/nyquist/rules.mk @@ -38,8 +38,8 @@ F_USB = $(F_CPU) # 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. -ifeq ($(strip $(KEYBOARD)), nyquist/rev3) - BOOTLOADER = dfu +ifneq (, $(findstring rev3, $(KEYBOARD))) + BOOTLOADER = qmk-dfu else BOOTLOADER = caterina endif