diff options
author | tmk <nobody@nowhere> | 2014-11-20 01:32:20 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-11-20 01:32:20 +0900 |
commit | 09e6f71bffc8627932cf5ff42b726ac4d9bf89cf (patch) | |
tree | 85a2b0ab5d11b07191ca533011cdb5c947ab5c03 | |
parent | 196164146363d5f3bfb97435f3ac6dfa13c8da72 (diff) | |
download | qmk_firmware-09e6f71bffc8627932cf5ff42b726ac4d9bf89cf.tar.gz qmk_firmware-09e6f71bffc8627932cf5ff42b726ac4d9bf89cf.zip |
adb_usb: Remove old comment of Makefile
-rw-r--r-- | converter/adb_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/adb_usb/Makefile b/converter/adb_usb/Makefile index 73cae8ab30..bbb7810eef 100644 --- a/converter/adb_usb/Makefile +++ b/converter/adb_usb/Makefile @@ -121,7 +121,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -#NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA +#NKRO_ENABLE = yes # USB Nkey Rollover # Optimize size but this may cause error "relocation truncated to fit" |