diff options
| author | Pablo MartÃnez <58857054+elpekenin@users.noreply.github.com> | 2023-06-09 16:51:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-09 15:51:17 +0100 |
| commit | 04b7a262e0f4fded365ff5cd2f366dfb7b044701 (patch) | |
| tree | ad93fe108fdba6ee77f2e0cd58605a92793c283f /docs/feature_layers.md | |
| parent | 232281946d1baab9db4da3f5f6da210792c4c184 (diff) | |
Fix typo (#21189)
Diffstat (limited to 'docs/feature_layers.md')
| -rw-r--r-- | docs/feature_layers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_layers.md b/docs/feature_layers.md index 8503603ffe..697064b49a 100644 --- a/docs/feature_layers.md +++ b/docs/feature_layers.md | |||
| @@ -155,7 +155,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 155 | uint8_t current_layer = get_highest_layer(layer_state); | 155 | uint8_t current_layer = get_highest_layer(layer_state); |
| 156 | 156 | ||
| 157 | // Check if we are within the range, if not quit | 157 | // Check if we are within the range, if not quit |
| 158 | if (curent_layer > LAYER_CYCLE_END || current_layer < LAYER_CYCLE_START) { | 158 | if (current_layer > LAYER_CYCLE_END || current_layer < LAYER_CYCLE_START) { |
| 159 | return false; | 159 | return false; |
| 160 | } | 160 | } |
| 161 | 161 | ||
