diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-09 06:03:31 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 19:03:31 +0000 |
commit | d810878d5e36e032ec99fb309b66caf3ea57e4ba (patch) | |
tree | c102744740f2beb805bfcea4ca86f1e41936dd11 /keyboards/signum | |
parent | 9a0f347a095ad46c8e44eaed6925811da63aef6c (diff) |
Normalise output selection (Bluetooth) keycodes (#19004)
Diffstat (limited to 'keyboards/signum')
-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 71f592b061..68f08ef212 100644 --- a/keyboards/signum/3_0/keymaps/default/layout.py +++ b/keyboards/signum/3_0/keymaps/default/layout.py @@ -376,7 +376,7 @@ qmk_dict = { "Led 0": "BL_TOGG", "Led +": "BL_UP", "Led -": "BL_DOWN", "Led ~": "BL_BRTG", # Bootmagic missing # Bluetooth - "OUT_AUTO": "OUT_AUTO", "OUT_USB": "OUT_USB", "OUT_BT": "OUT_BT", + "OU_AUTO": "OU_AUTO", "OU_USB": "OU_USB", "OU_BT": "OU_BT", # Layer Switching missing, Lx -> MO(x), Tx -> TG(x) "qwertz": "DF(0)", "neo": "DF(2)", # Mouse Keys |