1
0
Fork 0

PoC: Swap Escape and Caps (#16336)

This commit is contained in:
Osamu Aoki 2022-07-02 21:08:48 +09:00 committed by GitHub
parent c7d8adfeaa
commit 871eeae4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 0 deletions

View file

@ -38,6 +38,7 @@ typedef union {
bool swap_lctl_lgui : 1;
bool swap_rctl_rgui : 1;
bool oneshot_enable : 1;
bool swap_escape_capslock : 1;
};
} keymap_config_t;