diff options
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/quantum_keycodes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 872aa89bc4..6897b54b09 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -503,9 +503,8 @@ enum quantum_keycodes { MAGIC_UNSWAP_CTL_GUI, MAGIC_TOGGLE_CTL_GUI, -#ifdef WEBUSB_ENABLE WEBUSB_PAIR, -#endif + // always leave at the end SAFE_RANGE }; |