From ce2e06c39465b76a1780e5d594eaea7697afafd6 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 17 Oct 2012 21:43:44 +0900 Subject: Fix projects for new keycodes --- converter/m0110_usb/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/m0110_usb/config.h') diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h index 4563d6da5..d2e904077 100644 --- a/converter/m0110_usb/config.h +++ b/converter/m0110_usb/config.h @@ -38,7 +38,7 @@ along with this program. If not, see . /* key combination for command */ #define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KB_LALT) | MOD_BIT(KB_LGUI)) \ + keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_LGUI)) \ ) -- cgit v1.2.3