From b38b5e28d9f28a9382a290461fb12c7a58d19256 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Mon, 31 Mar 2025 23:21:12 -0500 Subject: feat: added numlock patch --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 143bee1..54f4c42 100644 --- a/config.def.h +++ b/config.def.h @@ -80,6 +80,10 @@ static const struct xkb_rule_names xkb_rules = { .options = NULL, }; +/* numlock and capslock */ +static const int numlock = 1; +static const int capslock = 0; + static const int repeat_rate = 50; static const int repeat_delay = 300; -- cgit v1.2.3