From 32215d5bff52262542a2f8d2a221b0303f02c019 Mon Sep 17 00:00:00 2001 From: Balz Guenat Date: Sat, 20 Nov 2021 18:06:08 +0100 Subject: Rework encoders to enable asymmetric split keyboards (#12090) Co-authored-by: Balz Guenat Co-authored-by: Nick Brassel --- quantum/encoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'quantum/encoder.h') diff --git a/quantum/encoder.h b/quantum/encoder.h index 25dc77721d..67f71ec0f0 100644 --- a/quantum/encoder.h +++ b/quantum/encoder.h @@ -17,7 +17,8 @@ #pragma once -#include "quantum.h" +#include +#include void encoder_init(void); bool encoder_read(void); -- cgit v1.2.3