From 2fe7d6aea2e2ae2da7d0a41266a2084f8c8ca919 Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Fri, 6 Dec 2019 09:44:31 +0900 Subject: [PATCH] fix: remove conditional macro wrapping WEBUSB_PAIR --- quantum/quantum_keycodes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 872aa89bc4fd..6897b54b0956 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 };