diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-19 21:33:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 11:33:05 +0100 |
commit | 18dc851e37a203b32db0261c365dd300488e1c71 (patch) | |
tree | 7f69f6ec56f1d6ce477ea3d0767be56354aab919 /keyboards/signum | |
parent | fc0330a54a180c6e0d9de93277f23421ea143c03 (diff) |
Remove legacy Debug keycode (#18769)
* `DEBUG` -> `DB_TOGG`, default-ish keymaps
* `DEBUG` -> `DB_TOGG`, user keymaps
* `DEBUG` -> `DB_TOGG`, community layouts
* `DEBUG` -> `DB_TOGG`, userspace
* `DEBUG` -> `DB_TOGG`, docs & core
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 b8c7c19ea0..c0381f116e 100644 --- a/keyboards/signum/3_0/keymaps/default/layout.py +++ b/keyboards/signum/3_0/keymaps/default/layout.py @@ -370,7 +370,7 @@ qmk_dict = { ">>|": "KC_MNXT", "|<<": "KC_MPRV", "play/ps": "KC_MPLY", "Bri +": "KC_BRIU", "Bri -": "KC_BRID", # Quantum Keycodes - "_reset": "QK_BOOT", "_debug": "DEBUG", "_eep_re": "EEP_RST", + "_reset": "QK_BOOT", "_debug": "DB_TOGG", "_eep_re": "EEP_RST", # Audio Keys missing # Backlighting "Led 0": "BL_TOGG", "Led +": "BL_INC", "Led -": "BL_DEC", "Led ~": "BL_BRTG", |