diff options
author | tmk <nobody@nowhere> | 2012-10-17 21:43:44 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-10-17 21:43:44 +0900 |
commit | ce2e06c39465b76a1780e5d594eaea7697afafd6 (patch) | |
tree | fa5d10c6741380190825a27a1c77a38ee5a893d9 /converter/m0110_usb/config.h | |
parent | 8570c25379e168874fb4cdc7ee0590829a0f0d2c (diff) | |
download | qmk_firmware-ce2e06c39465b76a1780e5d594eaea7697afafd6.tar.gz |
Fix projects for new keycodes
Diffstat (limited to 'converter/m0110_usb/config.h')
-rw-r--r-- | converter/m0110_usb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. /* 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)) \ ) |