aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index acdb9248d..1bb6706ba 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -419,6 +419,10 @@ enum quantum_keycodes {
419 OUT_BT, 419 OUT_BT,
420#endif 420#endif
421 421
422#ifdef KEY_LOCK_ENABLE
423 KC_LOCK,
424#endif
425
422 // always leave at the end 426 // always leave at the end
423 SAFE_RANGE 427 SAFE_RANGE
424}; 428};