diff options
author | Osamu Aoki <osamuaoki@users.noreply.github.com> | 2022-07-02 21:08:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 22:08:48 +1000 |
commit | 871eeae4eab476cb64b40e0636ec19deeea79525 (patch) | |
tree | 3b3836b26b02805ef814e06299c3e61e74e66a31 /quantum/keycode_config.h | |
parent | c7d8adfeaab26aedcf2edb22c29440a17462471c (diff) |
PoC: Swap Escape and Caps (#16336)
Diffstat (limited to 'quantum/keycode_config.h')
-rw-r--r-- | quantum/keycode_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/keycode_config.h b/quantum/keycode_config.h index a2cb025ed2..81a8e61471 100644 --- a/quantum/keycode_config.h +++ b/quantum/keycode_config.h @@ -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; |