diff options
Diffstat (limited to 'quantum/keymap.h')
-rw-r--r-- | quantum/keymap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/keymap.h b/quantum/keymap.h index a01bbfbd14..ae56d16c75 100644 --- a/quantum/keymap.h +++ b/quantum/keymap.h @@ -178,6 +178,10 @@ enum quantum_keycodes { // Right shift, close paren KC_RSPC, + // Printing + PRINT_ON, + PRINT_OFF, + // always leave at the end SAFE_RANGE }; |