diff options
Diffstat (limited to 'converter/ibm4704_usb/config.h')
| -rw-r--r-- | converter/ibm4704_usb/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/ibm4704_usb/config.h b/converter/ibm4704_usb/config.h index befed0d53..4f82f49ad 100644 --- a/converter/ibm4704_usb/config.h +++ b/converter/ibm4704_usb/config.h | |||
| @@ -35,6 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | 35 | ||
| 36 | /* key combination for command */ | 36 | /* key combination for command */ |
| 37 | #define IS_COMMAND() ( \ | 37 | #define IS_COMMAND() ( \ |
| 38 | keyboard_report->mods == (MOD_BIT(KC_LCTRL) | MOD_BIT(KC_RCTRL)) || \ | ||
| 38 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 39 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
| 39 | ) | 40 | ) |
| 40 | 41 | ||
