Browse Source

Add legacy keymap support for x68k

pull/12/head
tmk 11 years ago
parent
commit
c0b7928e88
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      converter/x68k_usb/config_pjrc.h

+ 2
- 0
converter/x68k_usb/config_pjrc.h 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


Loading…
Cancel
Save