0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-24 08:01:27 +00:00

Remove config.h include from quantum files ()

This commit is contained in:
jack 2023-02-11 19:40:16 -07:00 committed by GitHub
parent ab1dd0faab
commit 9c6942ea40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions
quantum
led_matrix
rgb_matrix
split_common

View File

@ -19,7 +19,6 @@
#include "led_matrix.h" #include "led_matrix.h"
#include "progmem.h" #include "progmem.h"
#include "config.h"
#include "eeprom.h" #include "eeprom.h"
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>

View File

@ -18,7 +18,6 @@
#include "rgb_matrix.h" #include "rgb_matrix.h"
#include "progmem.h" #include "progmem.h"
#include "config.h"
#include "eeprom.h" #include "eeprom.h"
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>

View File

@ -16,7 +16,6 @@
#include "split_util.h" #include "split_util.h"
#include "matrix.h" #include "matrix.h"
#include "keyboard.h" #include "keyboard.h"
#include "config.h"
#include "timer.h" #include "timer.h"
#include "transport.h" #include "transport.h"
#include "quantum.h" #include "quantum.h"