From cad3a8d4eb1a9403ae01d29077f3e4ed2bc47da0 Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Wed, 27 Jul 2022 11:58:07 +0200 Subject: rust: missing capslock Just realized the layout doesn't have this useless key. Was stuck with CAPSLOCK set because of an external glitch and couldn't clear it. --- firmware/rust/src/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/rust/src/layout.rs') diff --git a/firmware/rust/src/layout.rs b/firmware/rust/src/layout.rs index fa1fa25..651a0a3 100644 --- a/firmware/rust/src/layout.rs +++ b/firmware/rust/src/layout.rs @@ -58,7 +58,7 @@ pub static LAYERS: keyberon::layout::Layers<12, 5, 2, CustomActions> = keyberon: } { [F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12] - [SysReq NumLock t t t Escape Insert PgUp PgDown VolUp VolDown Mute ] + [SysReq NumLock CapsLock t t Escape Insert PgUp PgDown VolUp VolDown Mute ] [t t t t t t Home Up End t t t ] [NonUsBslash {Action::Custom(CC)} {Action::Custom(FU)} {Action::Custom(FD)} t t Left Down Right t t PgUp ] [{Action::Custom(LU)} t {Action::Custom(LD)} {Action::Custom(MC)} t t t t t t t PgDown] -- cgit v1.2.3