config: Increase the auxiliary descriptor limit to allow for more advanced configs (#710)

master
Raheman Vaiya 2 years ago
parent 8be57cdf22
commit 4101a4ba1f
  1. 2
      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];

Loading…
Cancel
Save