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 a01bbfbd1..ae56d16c7 100644 --- a/quantum/keymap.h +++ b/quantum/keymap.h | |||
@@ -178,6 +178,10 @@ enum quantum_keycodes { | |||
178 | // Right shift, close paren | 178 | // Right shift, close paren |
179 | KC_RSPC, | 179 | KC_RSPC, |
180 | 180 | ||
181 | // Printing | ||
182 | PRINT_ON, | ||
183 | PRINT_OFF, | ||
184 | |||
181 | // always leave at the end | 185 | // always leave at the end |
182 | SAFE_RANGE | 186 | SAFE_RANGE |
183 | }; | 187 | }; |