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.h | |
parent | 65a8a5ff69289a5cb8fce6555b774573e4452a79 (diff) |
Review fixes for layer lock feature (#24627)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 71cf900f2d..9db88a54d4 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -242,7 +242,7 @@ extern layer_state_t layer_state; #ifdef LAYER_LOCK_ENABLE # include "layer_lock.h" -#endif // LAYER_LOCK_ENABLE +#endif void set_single_default_layer(uint8_t default_layer); void set_single_persistent_default_layer(uint8_t default_layer); |