Increase the size of the descriptor table (#314)

master
Raheman Vaiya 4 years ago
parent 40efc24002
commit b131db16d1
  1. 2
      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];

Loading…
Cancel
Save