~ruther/qmk_firmware

01f02e8457d01266c6ac2a015953f0796ca335c4 — tmk 11 years ago 188ab49
Change IS_COMMAND macro
1 files changed, 1 insertions(+), 0 deletions(-)

M converter/ibm4704_usb/config.h
M converter/ibm4704_usb/config.h => converter/ibm4704_usb/config.h +1 -0
@@ 35,6 35,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_LCTRL) | MOD_BIT(KC_RCTRL)) || \
    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)