diff options
author | tmk <nobody@nowhere> | 2013-06-19 21:43:55 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-06-19 21:43:55 +0900 |
commit | c0b7928e88e7d03b8fd57aede139a5d9514080f8 (patch) | |
tree | 7e0924766f3f19324a25e01474d745fbec691b08 /converter | |
parent | ce950736a2206c8ae6d471ee691b9b2559878d40 (diff) |
Add legacy keymap support for x68k
Diffstat (limited to 'converter')
-rw-r--r-- | converter/x68k_usb/config_pjrc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converter/x68k_usb/config_pjrc.h b/converter/x68k_usb/config_pjrc.h index b080a76845..2df83a2cb4 100644 --- a/converter/x68k_usb/config_pjrc.h +++ b/converter/x68k_usb/config_pjrc.h @@ -37,6 +37,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. keyboard_report->mods == (MOD_BIT(KC_LCTRL) | MOD_BIT(KC_RSHIFT)) \ ) +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP /* mouse keys */ #ifdef MOUSEKEY_ENABLE |