]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/ps2_usb/config_rev2.h
adb_usb: Remove unnecessary waits
[max/tmk_keyboard.git] / converter / ps2_usb / config_rev2.h
index e7224d961fc2308410df8b9b579bf712c86b9f91..1f42cd49348af2f95afd86d79a69d65e3a42be70 100644 (file)
@@ -35,7 +35,8 @@ 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_LSHIFT) | MOD_BIT(KC_RSHIFT)) || \
+    keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \
 )