From: tmk Date: Mon, 28 Oct 2013 02:43:45 +0000 (+0900) Subject: Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=b9fe36f237635db8e37fc94413a7bb7c381070fc;p=max%2Ftmk_keyboard.git Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs --- diff --git a/converter/ps2_usb/config.h b/converter/ps2_usb/config.h index 6fbf1366..51cd271d 100644 --- a/converter/ps2_usb/config.h +++ b/converter/ps2_usb/config.h @@ -39,6 +39,10 @@ along with this program. If not, see . ) +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP + + #ifdef PS2_USE_USART #if defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__) /* XCK for clock line and RXD for data line */ diff --git a/keyboard/IIgs/config.h b/keyboard/IIgs/config.h index 842e404f..bc8bf75f 100644 --- a/keyboard/IIgs/config.h +++ b/keyboard/IIgs/config.h @@ -56,4 +56,8 @@ along with this program. If not, see . #define LAYER_SEND_FN_TERM 300 +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP + + #endif