From b131db16d18b03c3b14d8a12ce830038fedbe3bb Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Fri, 2 Sep 2022 03:04:36 -0400 Subject: [PATCH] Increase the size of the descriptor table (#314) --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];