summaryrefslogtreecommitdiffstats
path: root/quantum/keymap.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-10-16 22:03:33 +0200
committerJack Humbert <jack.humb@gmail.com>2016-10-16 22:03:33 +0200
commit5f91fb413624781ac79db641549b9e08753c04b5 (patch)
treeab94b44cdc5c501ac6d9bcba920dd9a5141a7963 /quantum/keymap.h
parentb8679bbe045a2285d6ab6bbc420121b26f516b9a (diff)
downloadqmk_firmware-5f91fb413624781ac79db641549b9e08753c04b5.tar.gz
qmk_firmware-5f91fb413624781ac79db641549b9e08753c04b5.tar.xz
working with power limit
Diffstat (limited to 'quantum/keymap.h')
-rw-r--r--quantum/keymap.h4
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 {
// Right shift, close paren
KC_RSPC,
+ // Printing
+ PRINT_ON,
+ PRINT_OFF,
+
// always leave at the end
SAFE_RANGE
};