diff options
Diffstat (limited to 'keyboards/handwired/dactyl/config.h')
| -rw-r--r-- | keyboards/handwired/dactyl/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/dactyl/config.h b/keyboards/handwired/dactyl/config.h index 08931ecd3..8d42c0ae4 100644 --- a/keyboards/handwired/dactyl/config.h +++ b/keyboards/handwired/dactyl/config.h | |||
| @@ -53,8 +53,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | 53 | ||
| 54 | /* key combination for command */ | 54 | /* key combination for command */ |
| 55 | #define IS_COMMAND() ( \ | 55 | #define IS_COMMAND() ( \ |
| 56 | keyboard_report->mods == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ | 56 | get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ |
| 57 | keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ | 57 | get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ |
| 58 | ) | 58 | ) |
| 59 | 59 | ||
| 60 | /* fix space cadet rollover issue */ | 60 | /* fix space cadet rollover issue */ |
