diff --git a/src/layers.cpp b/src/layers.cpp index 625c0936..27d34e88 100644 --- a/src/layers.cpp +++ b/src/layers.cpp @@ -132,7 +132,7 @@ void Layer_::move(uint8_t layer) { // Activate a given layer void Layer_::on(uint8_t layer) { // If we're trying to turn on a layer that doesn't exist, abort (but - // if the keymap wasn't defined using CREATE_KEYMAP(), proceed anyway + // if the keymap wasn't defined using the KEYMAPS() macro, proceed anyway if (layer_count != 0 && layer >= layer_count) return;