X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=blobdiff_plain;f=quantum%2Ftemplate%2Favr%2Fconfig.h;h=0fc7cf9cb91cffe15b8643d7642349c63bce4c34;hp=fc65bb5976678cbf2b874336c63490b85cc25143;hb=a2e91ebec910d31a9f32cc56924ef3d6f0291e72;hpb=a40dbf94e81e44b1e1ecc9f37c48258dde5ced27 diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index fc65bb597..0fc7cf9cb 100644 --- a/quantum/template/avr/config.h +++ b/quantum/template/avr/config.h @@ -136,7 +136,7 @@ along with this program. If not, see . /* key combination for magic key command */ /* defined by default; to change, uncomment and set to the combination you want */ -// #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) +// #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) /* control how magic key switches layers */ //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true