summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes_legacy.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-26 03:50:22 +1100
committerGitHub <noreply@github.com>2022-10-25 17:50:22 +0100
commit812001de7fd0926f59fd399550f902ef4ec03ee6 (patch)
tree2da1fc8208911e6cee39258082f56ddcfc43fd43 /quantum/quantum_keycodes_legacy.h
parent1d34f380eb2717169c59fb4eb59bb1824a1f7187 (diff)
Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` (#18844)
* Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` * Docs
Diffstat (limited to 'quantum/quantum_keycodes_legacy.h')
-rw-r--r--quantum/quantum_keycodes_legacy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes_legacy.h b/quantum/quantum_keycodes_legacy.h
index 858875a58d..f53b8ef72a 100644
--- a/quantum/quantum_keycodes_legacy.h
+++ b/quantum/quantum_keycodes_legacy.h
@@ -14,6 +14,10 @@
#define KEY_OVERRIDE_ON QK_KEY_OVERRIDE_ON
#define KEY_OVERRIDE_OFF QK_KEY_OVERRIDE_OFF
+#define ONESHOT_ENABLE QK_ONE_SHOT_ON
+#define ONESHOT_DISABLE QK_ONE_SHOT_OFF
+#define ONESHOT_TOGGLE QK_ONE_SHOT_TOGGLE
+
#define PROGRAMMABLE_BUTTON_1 QK_PROGRAMMABLE_BUTTON_1
#define PROGRAMMABLE_BUTTON_2 QK_PROGRAMMABLE_BUTTON_2
#define PROGRAMMABLE_BUTTON_3 QK_PROGRAMMABLE_BUTTON_3