Remove usages of config_common.h from config.h files. (#19714)
This commit is contained in:
parent
2d843088a2
commit
f6dd8dea2e
2368 changed files with 11 additions and 2377 deletions
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Pointing device configuration. */
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Key matrix configuration. */
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROWS 10 // Rows are doubled-up.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROWS 8 // Rows are doubled-up.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Key matrix configuration. */
|
||||
#define MATRIX_ROWS 8 // Rows are doubled-up.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue