diff options
author | tmk <nobody@nowhere> | 2012-10-09 14:36:13 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-10-17 15:55:37 +0900 |
commit | 373ab0e7192811944786c095facb80938c33f1d5 (patch) | |
tree | af609b1318ebb8e08897460af7dc894c389cea02 /keyboard/hhkb/config.h | |
parent | 16ba9bda5601ebef6e4db04a5ad079af32370815 (diff) |
Add keycode.h and remove usb_keycodes.h.
Diffstat (limited to 'keyboard/hhkb/config.h')
-rw-r--r-- | keyboard/hhkb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index 17a4494065..e10a7ab37f 100644 --- a/keyboard/hhkb/config.h +++ b/keyboard/hhkb/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_LSHIFT) | MOD_BIT(KB_RSHIFT))) +#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) /* mouse keys */ #ifdef MOUSEKEY_ENABLE |