From 6847dba8af551aa0f1afbd74f77a8c49ad28e33b Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 5 Apr 2023 15:48:37 +1000 Subject: Move 75% and 96% layouts to data driven (#20289) --- keyboards/mt/mt84/mt84.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/mt/mt84/mt84.c') diff --git a/keyboards/mt/mt84/mt84.c b/keyboards/mt/mt84/mt84.c index 049878419f..fcbf65cf46 100644 --- a/keyboards/mt/mt84/mt84.c +++ b/keyboards/mt/mt84/mt84.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include "mt84.h" +#include "quantum.h" #ifdef RGB_MATRIX_ENABLE const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = { -- cgit v1.2.3