]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/ps2_usb/Makefile
ibmpc_usb: Update prebuilt firmware hex files
[max/tmk_keyboard.git] / converter / ps2_usb / Makefile
index 21a743b5c62e8f5894c6ea9ff5375ca675b9ba6e..5f9c4042c8cd5ae5dc5a88cb84a7ff34f389bcea 100644 (file)
@@ -68,9 +68,12 @@ 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(+60)
+# Interrupt driven control endpoint task
+# Not work with suart debug
 #OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 
+# This improves response of keyboard when wakeup
+OPT_DEFS += -DSUSPEND_MODE_STANDBY
 
 # Boot Section Size in *bytes*
 #   Teensy halfKay   512
@@ -90,7 +93,7 @@ MOUSEKEY_ENABLE ?= no # Mouse keys(+4700)
 EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450)
 CONSOLE_ENABLE ?= yes  # Console for debug(+400)
 COMMAND_ENABLE ?= yes    # Commands for debug and configuration
-NKRO_ENABLE ?= yes     # USB Nkey Rollover - not yet supported in LUFA
+NKRO_ENABLE ?= yes     # USB Nkey Rollover
 
 
 # PS/2 Options