aboutsummaryrefslogtreecommitdiff
path: root/keyboards/orthodox/rev3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orthodox/rev3/config.h')
-rw-r--r--keyboards/orthodox/rev3/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/orthodox/rev3/config.h b/keyboards/orthodox/rev3/config.h
index 2e4018e91..d727ae674 100644
--- a/keyboards/orthodox/rev3/config.h
+++ b/keyboards/orthodox/rev3/config.h
@@ -70,7 +70,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
70 70
71/* key combination for command */ 71/* key combination for command */
72#define IS_COMMAND() ( \ 72#define IS_COMMAND() ( \
73 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)) \ 73 get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)) \
74) 74)
75 75
76/* ws2812 RGB LED */ 76/* ws2812 RGB LED */