diff options
Diffstat (limited to 'hhkb/config_pjrc.h')
| -rw-r--r-- | hhkb/config_pjrc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hhkb/config_pjrc.h b/hhkb/config_pjrc.h index ef2efe2d9..8379202ca 100644 --- a/hhkb/config_pjrc.h +++ b/hhkb/config_pjrc.h | |||
| @@ -36,11 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 36 | 36 | ||
| 37 | 37 | ||
| 38 | /* key combination for command */ | 38 | /* key combination for command */ |
| 39 | #define IS_COMMAND() ( \ | 39 | #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KB_LSHIFT) | MOD_BIT(KB_RSHIFT))) |
| 40 | keyboard_report->mods == (BIT_LSHIFT | BIT_RSHIFT) || \ | ||
| 41 | keyboard_report->mods == (BIT_LCTRL | BIT_RSHIFT) \ | ||
| 42 | ) | ||
| 43 | |||
| 44 | 40 | ||
| 45 | /* mouse keys */ | 41 | /* mouse keys */ |
| 46 | #ifdef MOUSEKEY_ENABLE | 42 | #ifdef MOUSEKEY_ENABLE |
