diff options
| author | Ryan | 2023-01-30 19:37:19 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-30 19:37:19 +0100 |
| commit | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (patch) | |
| tree | 773ee2c9b7515594683ef9e4cb5755de68bae4e9 /keyboards/signum/3_0 | |
| parent | cc9520b7a02ccdc97f79a800de04ff4ea15f2656 (diff) | |
Normalise Swap Hands keycodes (#19720)
Diffstat (limited to 'keyboards/signum/3_0')
| -rw-r--r-- | keyboards/signum/3_0/keymaps/default/layout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/signum/3_0/keymaps/default/layout.py b/keyboards/signum/3_0/keymaps/default/layout.py index 68f08ef212..90fb1d9c94 100644 --- a/keyboards/signum/3_0/keymaps/default/layout.py +++ b/keyboards/signum/3_0/keymaps/default/layout.py @@ -388,7 +388,7 @@ qmk_dict = { "acc2": "KC_ACL2", # Modifiers missinng, add entry for each specific application # Mod-Tap Keys missing, add entry for each specific application - "_Sh_swp": "LSFT_T(SH_TG)", + "_Sh_swp": "LSFT_T(SH_TOGG)", # RGB Lighting missing # RGB Matrix Lighting missing # Thermal Printer missing |