]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Fix Makefile for NKRO comment
authortmk <hasu@tmk-kbd.com>
Fri, 7 Oct 2016 01:58:54 +0000 (10:58 +0900)
committertmk <hasu@tmk-kbd.com>
Fri, 7 Oct 2016 01:58:54 +0000 (10:58 +0900)
converter/m0110_usb/Makefile
converter/ps2_usb/Makefile
converter/terminal_usb/Makefile
converter/x68k_usb/Makefile
converter/xt_usb/Makefile
keyboard/alps64/Makefile
keyboard/gh60/Makefile
keyboard/onekey/Makefile

index f9fe025dc1ab899eb513dd099177603c398dbfb3..71d675ac7f43b6f67814c1f962ddca8a03f29f4d 100644 (file)
@@ -85,7 +85,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
 #KEYMAP_SECTION_ENABLE ?= yes  # fixed address keymap for keymap editor
 
 
index a70ec07ceddaa63a872a1f86b2b8599239814490..5f9c4042c8cd5ae5dc5a88cb84a7ff34f389bcea 100644 (file)
@@ -93,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
index 42184521d20f73ac65b70547779ceb1ccf0243d3..7fc9d6a30f2cf02f16221a9c68e411c50c01a6cc 100644 (file)
@@ -70,7 +70,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 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
 
 
 #
index 9df264b3524345cdf8d382c350005d0dd0d16bd4..19901beef743b8b1d27546ccc0692c6a5127634e 100644 (file)
@@ -77,7 +77,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
 
 
 
index 6fc29cbf065c0743c4ef0ca5492fde909c572056..395115e3990502f7b01a83ccbf8d2b73d113f3db 100644 (file)
@@ -81,7 +81,7 @@ MOUSEKEY_ENABLE = yes # 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
 
 
 # XT/2 Options
index 97d23ae067d6799853d460ea2b537a6d42913ccb..330a8a1e168e91d7813459f2a325146a631362ed 100644 (file)
@@ -112,7 +112,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
 #ACTIONMAP_ENABLE = yes        # Use 16bit action codes in keymap instead of 8bit keycodes
 
 
index b72019b1832d559274b8a8279e576f4922f86376..b0e7a30e4ec719b1c94f51d71824b80e367e65bc 100644 (file)
@@ -119,7 +119,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"
index 0b54e7d25cebeb90aa345a1e4911a0def060f323..26c9a637824d6364d6cf2727b4eeca7bc466b45a 100644 (file)
@@ -114,7 +114,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 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
 
 #PS2_MOUSE_ENABLE = yes  # PS/2 mouse(TrackPoint) support
 #PS2_USE_BUSYWAIT = yes # uses primitive reference code