Skip to content

Commit

Permalink
config: Allow 64 character layer names (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Jul 27, 2024
1 parent fcac32a commit 319bc65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified data/keyd.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/keyd.scdoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ causing _hjkl_ to function as the corresponding arrow keys.
Unlike most other remapping tools, keyd provides first class support for
modifiers. A layer name may optionally end with a ':' followed by a
set of modifiers to emulate in the absence of an explicit mapping.
*Layer names may consist of a maximum of 32 characters* (including
*Layer names may consist of a maximum of 64 characters* (including
all modifiers).

These layers play nicely with other modifiers and preserve existing stacking
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <limits.h>
#include "macro.h"

#define MAX_LAYER_NAME_LEN 32
#define MAX_LAYER_NAME_LEN 64
#define MAX_DESCRIPTOR_ARGS 3

#define MAX_LAYERS 32
Expand Down

0 comments on commit 319bc65

Please sign in to comment.