aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 5fac6a5ca..51a7e290f 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -505,6 +505,13 @@ enum quantum_keycodes {
505 MAGIC_EE_HANDS_LEFT, 505 MAGIC_EE_HANDS_LEFT,
506 MAGIC_EE_HANDS_RIGHT, 506 MAGIC_EE_HANDS_RIGHT,
507 507
508 // Dynamic Macros
509 DYN_REC_START1,
510 DYN_REC_START2,
511 DYN_REC_STOP,
512 DYN_MACRO_PLAY1,
513 DYN_MACRO_PLAY2,
514
508 // always leave at the end 515 // always leave at the end
509 SAFE_RANGE 516 SAFE_RANGE
510}; 517};
@@ -757,4 +764,11 @@ enum quantum_keycodes {
757# define SH_OFF (QK_SWAP_HANDS | OP_SH_OFF) 764# define SH_OFF (QK_SWAP_HANDS | OP_SH_OFF)
758#endif 765#endif
759 766
760#endif // QUANTUM_KEYCODES_H 767// Dynamic Macros aliases
768#define DM_REC1 DYN_REC_START1
769#define DM_REC2 DYN_REC_START2
770#define DM_RSTP DYN_REC_STOP
771#define DM_PLY1 DYN_MACRO_PLAY1
772#define DM_PLY2 DYN_MACRO_PLAY2
773
774#endif // QUANTUM_KEYCODES_H