Remove matrix size defines (#19581)

This commit is contained in:
Ryan
2023-02-17 16:08:25 +11:00
committed by GitHub
parent 40ed20dddc
commit 2da0827d4f
2109 changed files with 0 additions and 8522 deletions

View File

@@ -14,11 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 12
#define BACKLIGHT_PIN B7
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 31

View File

@@ -1,10 +1,5 @@
#pragma once
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
#define BACKLIGHT_PIN B7
#ifdef BACKLIGHT_PIN
#define BACKLIGHT_LEVELS 6