summaryrefslogtreecommitdiff
path: root/keyboards/signum/3_0
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/signum/3_0')
-rw-r--r--keyboards/signum/3_0/keymaps/default/layout.py2
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",