summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-02-13 08:55:35 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-02-13 08:55:35 +0100
commit8c93c5d9ab8a0a69d84f707db71f417b66402693 (patch)
tree47f9577431d21f7c54ed8ff0d68e77f4a42123a9 /quantum/quantum_keycodes.h
parentc68e596f32c5d450a714627871408407e9988ef7 (diff)
downloadqmk_firmware-8c93c5d9ab8a0a69d84f707db71f417b66402693.tar.gz
qmk_firmware-8c93c5d9ab8a0a69d84f707db71f417b66402693.tar.xz
Add keycodes to turn on, turn off and toggle faux clicky
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index ab2e79026..cc7a5013f 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -86,6 +86,13 @@ enum quantum_keycodes {
AU_OFF,
AU_TOG,
+#ifdef FAUXCLICKY_ENABLE
+ // Faux clicky
+ FC_ON,
+ FC_OFF,
+ FC_TOG,
+#endif
+
// Music mode on/off/toggle
MU_ON,
MU_OFF,