]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/quantum_keycodes.h
Updates send_string functionality, adds terminal feature (#1657)
[qmk_firmware.git] / quantum / quantum_keycodes.h
index ccd4565f5304d52f93d95565ddc5e165ac0cf291..26c3c41a73b0f6125d61bfa36d4a7d83756dc5e8 100644 (file)
@@ -431,6 +431,11 @@ enum quantum_keycodes {
     KC_LOCK,
 #endif
 
+#ifdef TERMINAL_ENABLE
+    TERM_ON,
+    TERM_OFF,
+#endif
+
     // always leave at the end
     SAFE_RANGE
 };