From 1111ff604d1b006ffd29a0c52d7f717b7879cd00 Mon Sep 17 00:00:00 2001 From: xerootg Date: Mon, 31 Jan 2022 12:40:13 -0700 Subject: [Keyboard] Add the proton c as a controller for the redox (#16106) Co-authored-by: Sergey Vlasov Co-authored-by: xerootg --- keyboards/redox/rev1/rev1.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'keyboards/redox/rev1/rev1.h') diff --git a/keyboards/redox/rev1/rev1.h b/keyboards/redox/rev1/rev1.h index 1bc1531eed..5a24122048 100644 --- a/keyboards/redox/rev1/rev1.h +++ b/keyboards/redox/rev1/rev1.h @@ -1,9 +1,12 @@ #pragma once -#include "../redox.h" +#include "redox.h" -#include "quantum.h" +#if defined(KEYBOARD_redox_rev1_proton_c) +# include "proton_c.h" +#endif +#include "quantum.h" #ifdef USE_I2C #include -- cgit v1.2.3