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

@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -3,7 +3,6 @@
#pragma once
#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLUMNS 5

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -17,7 +17,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 12

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -16,7 +16,6 @@
#pragma once
#include "config_common.h"
#undef SOFT_SERIAL_PIN

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */

View File

@@ -16,7 +16,6 @@
#pragma once
#include "config_common.h"
// wiring of each half
#define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 }

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
// Rows are doubled-up

View File

@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* mouse config */
#define MOUSEKEY_INTERVAL 20

View File

@@ -1,6 +1,5 @@
#pragma once
#include "config_common.h"
#define MATRIX_ROWS 12
#define MATRIX_COLS 6

View File

@@ -1,3 +1,2 @@
#pragma once
#include "config_common.h"