summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/rev3_teensy/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orthodox/rev3_teensy/config.h')
-rw-r--r--keyboards/orthodox/rev3_teensy/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/orthodox/rev3_teensy/config.h b/keyboards/orthodox/rev3_teensy/config.h
index e2e693079..591827fb9 100644
--- a/keyboards/orthodox/rev3_teensy/config.h
+++ b/keyboards/orthodox/rev3_teensy/config.h
@@ -62,7 +62,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_LGUI)) \
+ get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)) \
)
/* ws2812 RGB LED */