]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/pc98_usb/Makefile
pc98_usb: Add prebuilt firmware files
[max/tmk_keyboard.git] / converter / pc98_usb / Makefile
index 0f284a1b339fd0b28aa2c5c284a9e150f984bc6b..42f0bdf9b3489b2baac6dc47501d95c2d206ff72 100644 (file)
@@ -1,5 +1,5 @@
 # Target file name (without extension).
-TARGET ?= pc98_usb
+TARGET ?= pc98_usb_atmega32u2
 
 # Directory common source filess exist
 TMK_DIR ?= ../../tmk_core
@@ -49,9 +49,6 @@ ARCH ?= AVR8
 #     CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
 F_USB ?= $(F_CPU)
 
-# Interrupt driven control endpoint task
-#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
 
 # Build Options
 #   *Comment out* to disable the options.