X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fcomet46%2Frules.mk;h=fc00e205bff4b4967aae49b7ba320cf80cb6c984;hb=d5b01bd34b3fc39ccbb01a916d0902d9574ed617;hp=648b8b20087f52c9f1f7a44a6f7275aa2ba78be9;hpb=56b5e9f23d2e363404fa68af4fd73f8dd21beea1;p=qmk_firmware.git diff --git a/keyboards/comet46/rules.mk b/keyboards/comet46/rules.mk index 648b8b200..fc00e205b 100644 --- a/keyboards/comet46/rules.mk +++ b/keyboards/comet46/rules.mk @@ -1,14 +1,9 @@ - -OPT_DEFS += -DCOMET46_ORTHO_===PROMICRO -COMET46_UPLOAD_COMMAND = while [ ! -r $(USB) ]; do sleep 1; done; \ - avrdude -p $(MCU) -c avr109 -U flash:w:$(TARGET).hex -P $(USB) - # # project specific files -SRC = matrix.c - - +SRC += matrix.c \ + i2c.c \ + ssd1306.c + # MCU name -#MCU = at90usb1287 MCU = atmega32u4 # Processor frequency. @@ -24,8 +19,6 @@ MCU = atmega32u4 # software delays. F_CPU = 16000000 - -# # LUFA specific # # Target architecture (see library "Board Types" documentation). @@ -48,7 +41,7 @@ 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. -BOOTLOADER = caterina +# BOOTLOADER = caterina # Interrupt driven control endpoint task(+60) OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT