diff --git a/src/config.h b/src/config.h index e961f5d..3fc402c 100644 --- a/src/config.h +++ b/src/config.h @@ -113,7 +113,7 @@ struct config { struct layer layers[MAX_LAYERS]; /* Auxiliary descriptors used by layer bindings. */ - struct descriptor descriptors[64]; + struct descriptor descriptors[256]; struct macro macros[256]; struct command commands[64]; char aliases[256][32];