diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index d013a6a16..e4d0167aa 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -524,6 +524,11 @@ enum quantum_keycodes { | |||
524 | // Additional magic key | 524 | // Additional magic key |
525 | MAGIC_TOGGLE_GUI, | 525 | MAGIC_TOGGLE_GUI, |
526 | 526 | ||
527 | // Adjust tapping term on the fly | ||
528 | DT_PRNT, | ||
529 | DT_UP, | ||
530 | DT_DOWN, | ||
531 | |||
527 | // Programmable Button | 532 | // Programmable Button |
528 | PROGRAMMABLE_BUTTON_1, | 533 | PROGRAMMABLE_BUTTON_1, |
529 | PROGRAMMABLE_BUTTON_2, | 534 | PROGRAMMABLE_BUTTON_2, |