Add legacy keymap support for x68k

This commit is contained in:
tmk 2013-06-19 21:43:55 +09:00
parent ce950736a2
commit c0b7928e88
1 changed files with 2 additions and 0 deletions

View File

@ -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