Skip to content

Commit

Permalink
Remove usages of config_common.h from config.h files. (qmk#19714)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed Nov 4, 2023
1 parent 3bcd8ae commit c5884b8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions keyboards/nora/v01/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +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 10
#define MATRIX_COLS 8
Expand Down
2 changes: 0 additions & 2 deletions keyboards/nora/v03/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#include "config_common.h"

/* key matrix size */
// Same number for Round-Robin matrix.
#define MATRIX_ROWS 10
Expand Down
2 changes: 0 additions & 2 deletions keyboards/nora/v031/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#include "config_common.h"

/* key matrix size */
// Same number for Round-Robin matrix.
#define MATRIX_ROWS 10
Expand Down
2 changes: 0 additions & 2 deletions keyboards/nora/v1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#include "config_common.h"

/* key matrix size */
// Same number for Round-Robin matrix.
#define MATRIX_ROWS 10
Expand Down

0 comments on commit c5884b8

Please sign in to comment.