Remove usages of config_common.h from config.h files. (#19714)

This commit is contained in:
Nick Brassel
2023-01-31 06:03:30 +11:00
committed by GitHub
parent 2d843088a2
commit f6dd8dea2e
2368 changed files with 11 additions and 2377 deletions

View File

@@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "config_common.h"
#define USE_I2C

View File

@@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "config_common.h"
#ifdef AUDIO_ENABLE
#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \