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