Browse Source

Deploying to gh-pages from @ qmk/qmk_firmware@04b7a262e0f4fded365ff5cd2f366dfb7b044701 🚀

gh-pages
zvecr 11 months ago
parent
commit
559f286256
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      feature_layers.md

+ 1
- 1
feature_layers.md View File

@ -155,7 +155,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
uint8_t current_layer = get_highest_layer(layer_state);
// Check if we are within the range, if not quit
if (curent_layer > LAYER_CYCLE_END || current_layer < LAYER_CYCLE_START) {
if (current_layer > LAYER_CYCLE_END || current_layer < LAYER_CYCLE_START) {
return false;
}


Loading…
Cancel
Save