From f6dd8dea2e493dc549a60fee99de871c4088d09a Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Tue, 31 Jan 2023 06:03:30 +1100 Subject: Remove usages of config_common.h from config.h files. (#19714) --- keyboards/dp60/config.h | 1 - keyboards/dp60/keymaps/indicator/config.h | 1 - 2 files changed, 2 deletions(-) (limited to 'keyboards/dp60') diff --git a/keyboards/dp60/config.h b/keyboards/dp60/config.h index 9105e1ffb9..a9164df835 100644 --- a/keyboards/dp60/config.h +++ b/keyboards/dp60/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/dp60/keymaps/indicator/config.h b/keyboards/dp60/keymaps/indicator/config.h index 0476faca94..c7b52b27a5 100644 --- a/keyboards/dp60/keymaps/indicator/config.h +++ b/keyboards/dp60/keymaps/indicator/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" #define RGB_INDICATOR_NUM 8 #undef RGBLED_NUM -- cgit v1.2.3