Fix keymap of ps2_usb

This commit is contained in:
tmk 2014-06-12 17:33:02 +09:00
parent 9fdb02017b
commit aad92d81cb
2 changed files with 4 additions and 5 deletions

View file

@ -35,8 +35,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(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) || \
keyboard_report->mods == (MOD_BIT(KC_LCTRL) | MOD_BIT(KC_RSHIFT)) \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)