diff options
author | Jack Humbert <jack.humb@gmail.com> | 2014-12-11 17:36:42 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2014-12-11 17:36:42 -0500 |
commit | d9a1b9086f23477ffdcce3c1ff49ec1ce7c8791f (patch) | |
tree | 47fb4e6f2311dd5193af921c379629dac98c09a2 /common/action.c | |
parent | 1c6770f18cd5d7794c9ad198ada8062de8679e7c (diff) |
led
Diffstat (limited to 'common/action.c')
-rw-r--r-- | common/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action.c b/common/action.c index ec8eeae7bc..220de0f8a0 100644 --- a/common/action.c +++ b/common/action.c @@ -348,7 +348,7 @@ void register_code(uint8_t code) return; } -#ifdef LOCKING_SUPPORT_ENABLE +#ifdef LOCKING_SUPPORT_ENABLE else if (KC_LOCKING_CAPS == code) { #ifdef LOCKING_RESYNC_ENABLE // Resync: ignore if caps lock already is on |