diff options
Diffstat (limited to 'keyboards/orthodox/rev1/config.h')
| -rw-r--r-- | keyboards/orthodox/rev1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/orthodox/rev1/config.h b/keyboards/orthodox/rev1/config.h index 03936e737..f7497c09c 100644 --- a/keyboards/orthodox/rev1/config.h +++ b/keyboards/orthodox/rev1/config.h | |||
| @@ -65,7 +65,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 65 | 65 | ||
| 66 | /* key combination for command */ | 66 | /* key combination for command */ |
| 67 | #define IS_COMMAND() ( \ | 67 | #define IS_COMMAND() ( \ |
| 68 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)) \ | 68 | get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)) \ |
| 69 | ) | 69 | ) |
| 70 | 70 | ||
| 71 | /* ws2812 RGB LED */ | 71 | /* ws2812 RGB LED */ |
