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 98ddfd0c5..41aa11622 100644 --- a/quantum/keymap.h +++ b/quantum/keymap.h | |||
| @@ -174,6 +174,10 @@ enum quantum_keycodes { | |||
| 174 | // Right shift, close paren | 174 | // Right shift, close paren |
| 175 | KC_RSPC, | 175 | KC_RSPC, |
| 176 | 176 | ||
| 177 | // Printing | ||
| 178 | PRINT_ON, | ||
| 179 | PRINT_OFF, | ||
| 180 | |||
| 177 | // always leave at the end | 181 | // always leave at the end |
| 178 | SAFE_RANGE | 182 | SAFE_RANGE |
| 179 | }; | 183 | }; |
