summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-10-28 11:43:45 +0900
committertmk <nobody@nowhere>2013-10-28 11:43:45 +0900
commitb9fe36f237635db8e37fc94413a7bb7c381070fc (patch)
tree91f81e1cec6f3299e9c1328e666bb0ed1fd6bee6
parentee109d68d6ba592ab64e334b9650df14a0564364 (diff)
Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs
-rw-r--r--converter/ps2_usb/config.h4
-rw-r--r--keyboard/IIgs/config.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/converter/ps2_usb/config.h b/converter/ps2_usb/config.h
index 6fbf13665f..51cd271d78 100644
--- a/converter/ps2_usb/config.h
+++ b/converter/ps2_usb/config.h
@@ -39,6 +39,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
)
+/* 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 842e404f9f..bc8bf75f94 100644
--- a/keyboard/IIgs/config.h
+++ b/keyboard/IIgs/config.h
@@ -56,4 +56,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LAYER_SEND_FN_TERM 300
+/* legacy keymap support */
+#define USE_LEGACY_KEYMAP
+
+
#endif