aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodone
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodone')
-rw-r--r--keyboards/ergodone/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodone/config.h b/keyboards/ergodone/config.h
index 2c764d782..815af357d 100644
--- a/keyboards/ergodone/config.h
+++ b/keyboards/ergodone/config.h
@@ -37,8 +37,8 @@
37 37
38/* key combination for command */ 38/* key combination for command */
39#define IS_COMMAND() ( \ 39#define IS_COMMAND() ( \
40 keyboard_report->mods == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ 40 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
41 keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ 41 get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
42) 42)
43 43
44/* number of backlight levels */ 44/* number of backlight levels */