diff options
Diffstat (limited to 'adb_usb/config.h')
| -rw-r--r-- | adb_usb/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adb_usb/config.h b/adb_usb/config.h index 27f31ca9e..6431ede4c 100644 --- a/adb_usb/config.h +++ b/adb_usb/config.h | |||
| @@ -37,8 +37,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | 37 | ||
| 38 | /* key combination for command */ | 38 | /* key combination for command */ |
| 39 | #define IS_COMMAND() ( \ | 39 | #define IS_COMMAND() ( \ |
| 40 | keyboard_report->mods == (BIT_LSHIFT | BIT_LCTRL | BIT_LALT | BIT_LGUI) || \ | 40 | keyboard_report->mods == (MOD_BIT(KB_LSHIFT) | MOD_BIT(KB_LCTRL) | MOD_BIT(KB_LALT) | MOD_BIT(KB_LGUI)) || \ |
| 41 | keyboard_report->mods == (BIT_LSHIFT | BIT_RSHIFT) \ | 41 | keyboard_report->mods == (MOD_BIT(KB_LSHIFT) | MOD_BIT(KB_RSHIFT)) \ |
| 42 | ) | 42 | ) |
| 43 | 43 | ||
| 44 | 44 | ||
