From 246031b6471a364f082c0eb4a0fb858821ae767b Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 18 Apr 2013 15:54:26 +0900 Subject: Fix build options for NEWS converter --- converter/news_usb/config_pjrc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'converter/news_usb/config_pjrc.h') diff --git a/converter/news_usb/config_pjrc.h b/converter/news_usb/config_pjrc.h index 171a0e06d5..92751d1eea 100644 --- a/converter/news_usb/config_pjrc.h +++ b/converter/news_usb/config_pjrc.h @@ -31,6 +31,10 @@ along with this program. If not, see . #define MATRIX_COLS 8 // keycode bit: 6-4 +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP + + /* key combination for command */ #define IS_COMMAND() ( \ keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) || \ -- cgit v1.2.3