Skip to content

Commit

Permalink
config: Increase the auxiliary descriptor limit again as complex conf…
Browse files Browse the repository at this point in the history
…igs still hit it (rvaiya#876)
  • Loading branch information
lobre committed Dec 1, 2024
1 parent 393d341 commit 73ca650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ struct config {
struct layer layers[MAX_LAYERS];

/* Auxiliary descriptors used by layer bindings. */
struct descriptor descriptors[256];
struct descriptor descriptors[512];
struct macro macros[256];
struct command commands[64];
char aliases[256][32];
Expand Down

0 comments on commit 73ca650

Please sign in to comment.