From ea524d7befeb743c5316cb472f9180536ced5862 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 22 Sep 2014 10:42:20 +0900 Subject: Adhoc fix compile error of usb_usb --- converter/usb_usb/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'converter/usb_usb/config.h') diff --git a/converter/usb_usb/config.h b/converter/usb_usb/config.h index ecf4ed9b19..d614973f7e 100644 --- a/converter/usb_usb/config.h +++ b/converter/usb_usb/config.h @@ -33,6 +33,7 @@ along with this program. If not, see . #define MATRIX_ROWS 32 #define MATRIX_COLS 8 +#define USE_LEGACY_KEYMAP /* key combination for command */ #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) -- cgit v1.2.3