]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/quantum_keycodes.h
Rename SHIFT macro to BV_64
[qmk_firmware.git] / quantum / quantum_keycodes.h
index acdb9248d60ae4f419bf3ec52567cf7a89e44848..1bb6706ba4c02f3df94dd1ea2803d5f252282e52 100644 (file)
@@ -419,6 +419,10 @@ enum quantum_keycodes {
     OUT_BT,
 #endif
 
+#ifdef KEY_LOCK_ENABLE
+    KC_LOCK,
+#endif
+
     // always leave at the end
     SAFE_RANGE
 };