diff options
author | Joel Challis <git@zvecr.com> | 2024-11-21 13:02:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 13:02:49 +0000 |
commit | 968a611476c7add787f737be9521d2968d1f4451 (patch) | |
tree | 57038a01ca75e2a33870696a84665d452ce6cc98 /quantum/quantum.c | |
parent | 65a8a5ff69289a5cb8fce6555b774573e4452a79 (diff) |
Review fixes for layer lock feature (#24627)
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 811ad2e715..4aef26a6a5 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -78,7 +78,7 @@ #ifdef LAYER_LOCK_ENABLE # include "process_layer_lock.h" -#endif // LAYER_LOCK_ENABLE +#endif #ifdef AUDIO_ENABLE # ifndef GOODBYE_SONG |