Skip to content

Commit

Permalink
Increase the size of the descriptor table (rvaiya#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Sep 2, 2022
1 parent 40efc24 commit b131db1
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 @@ -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];
Expand Down

0 comments on commit b131db1

Please sign in to comment.