diff options
-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 |