]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/quantum_keycodes.h
Allow Combo feature to be enabled/disabled live (#6318)
[qmk_firmware.git] / quantum / quantum_keycodes.h
index 779c355efc00b84e4f8fac31a11f3a5698f80616..207e0a8261b7b47b452430dcd297bdd3c4a7fee1 100644 (file)
@@ -489,6 +489,9 @@ enum quantum_keycodes {
     // Right control, close paren
     KC_RAPC,
 
+    CMB_ON,
+    CMB_OFF,
+    CMB_TOG,
     // always leave at the end
     SAFE_RANGE
 };