diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2022-07-27 11:58:07 +0200 |
---|---|---|
committer | Marc Poulhiès <dkm@kataplop.net> | 2022-08-28 08:20:53 +0200 |
commit | cad3a8d4eb1a9403ae01d29077f3e4ed2bc47da0 (patch) | |
tree | 09c6d5c3b16d8fc4e1da9b15e36dbdcd6d78a518 /firmware | |
parent | 4d0aa92f5533e74af2e5a4395e8c466cf0b0e5a3 (diff) |
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.
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/rust/src/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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] |