From 2c08ed9d942f53ca0cea341d87456910685c84f3 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 6 May 2020 15:59:49 +0900 Subject: [PATCH] ibmpc_usb: Fix Makefile --- converter/ibmpc_usb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converter/ibmpc_usb/Makefile b/converter/ibmpc_usb/Makefile index 7c6b38e0..2b272a59 100644 --- a/converter/ibmpc_usb/Makefile +++ b/converter/ibmpc_usb/Makefile @@ -78,8 +78,8 @@ CONSOLE_ENABLE ?= yes # Console for debug(+400) COMMAND_ENABLE ?= yes # Commands for debug and configuration NKRO_ENABLE ?= yes # USB Nkey Rollover -KEYMAP_SECTION_ENABLE = yes -UNIMAP_ENABLE = yes +KEYMAP_SECTION_ENABLE ?= yes +UNIMAP_ENABLE ?= yes # Optimize size but this may cause error "relocation truncated to fit" -- 2.46.2