From 8b509aa11140d4249824600aa9143fe1fca42d85 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 7 Oct 2016 10:58:54 +0900 Subject: [PATCH] Fix Makefile for NKRO comment --- converter/m0110_usb/Makefile | 2 +- converter/ps2_usb/Makefile | 2 +- converter/terminal_usb/Makefile | 2 +- converter/x68k_usb/Makefile | 2 +- converter/xt_usb/Makefile | 2 +- keyboard/alps64/Makefile | 2 +- keyboard/gh60/Makefile | 2 +- keyboard/onekey/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index f9fe025d..71d675ac 100644 --- a/converter/m0110_usb/Makefile +++ b/converter/m0110_usb/Makefile @@ -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 diff --git a/converter/ps2_usb/Makefile b/converter/ps2_usb/Makefile index a70ec07c..5f9c4042 100644 --- a/converter/ps2_usb/Makefile +++ b/converter/ps2_usb/Makefile @@ -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 diff --git a/converter/terminal_usb/Makefile b/converter/terminal_usb/Makefile index 42184521..7fc9d6a3 100644 --- a/converter/terminal_usb/Makefile +++ b/converter/terminal_usb/Makefile @@ -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 # diff --git a/converter/x68k_usb/Makefile b/converter/x68k_usb/Makefile index 9df264b3..19901bee 100644 --- a/converter/x68k_usb/Makefile +++ b/converter/x68k_usb/Makefile @@ -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 diff --git a/converter/xt_usb/Makefile b/converter/xt_usb/Makefile index 6fc29cbf..395115e3 100644 --- a/converter/xt_usb/Makefile +++ b/converter/xt_usb/Makefile @@ -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 diff --git a/keyboard/alps64/Makefile b/keyboard/alps64/Makefile index 97d23ae0..330a8a1e 100644 --- a/keyboard/alps64/Makefile +++ b/keyboard/alps64/Makefile @@ -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 diff --git a/keyboard/gh60/Makefile b/keyboard/gh60/Makefile index b72019b1..b0e7a30e 100644 --- a/keyboard/gh60/Makefile +++ b/keyboard/gh60/Makefile @@ -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" diff --git a/keyboard/onekey/Makefile b/keyboard/onekey/Makefile index 0b54e7d2..26c9a637 100644 --- a/keyboard/onekey/Makefile +++ b/keyboard/onekey/Makefile @@ -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 -- 2.39.3