]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/ps2_usb/config_rev1.h
Redefine GRV,CAPS,RALT and RCTL (#596)
[max/tmk_keyboard.git] / converter / ps2_usb / config_rev1.h
index 75dc97df3855505ce1eb3e575643697f564f0fe1..ce670f5024ee5e047a498e7310bb9a629093cea7 100644 (file)
@@ -36,7 +36,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_LALT) | MOD_BIT(KC_RALT)) \
 )