From ed99581161b35b383ee9e1f5c070574524e9ea36 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 22 Jul 2018 08:56:14 -0500 Subject: Convert Iris to use SPLIT_KEYBOARD (#3458) * convert iris to split-common * Fix build error --- quantum/split_common/matrix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/split_common') diff --git a/quantum/split_common/matrix.c b/quantum/split_common/matrix.c index 5e5475f44..0a79e4256 100644 --- a/quantum/split_common/matrix.c +++ b/quantum/split_common/matrix.c @@ -37,6 +37,7 @@ along with this program. If not, see . #endif #ifdef BACKLIGHT_ENABLE # include "backlight.h" + extern backlight_config_t backlight_config; #endif #if defined(USE_I2C) || defined(EH) -- cgit v1.2.3-24-g4f1b