Remove usages of config_common.h from config.h files. (#19714)
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Used to set host for remote KB if VUSB detect doesn't work. */
|
||||
// #define KEYBOARD_HOST // Force host mode
|
||||
|
@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 2
|
||||
|
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Used to set remote for remote KB if VUSB detect doesn't work. */
|
||||
// #define KEYBOARD_REMOTE
|
||||
|
Reference in New Issue
Block a user