]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/news_usb/config_pjrc.h
Fix build options for NEWS converter
[max/tmk_keyboard.git] / converter / news_usb / config_pjrc.h
index 171a0e06d5c33a7767f071dcd1f927318e9b656f..92751d1eeaa3e79a442b71418e38193cc5e1533d 100644 (file)
@@ -31,6 +31,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #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)) || \