Remove UNUSED_PINS
(#17931)
This commit is contained in:
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { F1, D1, D2, D4, D6, F7, B0, F4 }
|
||||
#define MATRIX_COL_PINS { F6, D7, F5, C7, B4, C6, B6, B5 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
#define BOOTMAGIC_LITE_ROW 3
|
||||
#define BOOTMAGIC_LITE_COLUMN 6
|
||||
|
@@ -84,7 +84,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { C6, B6, B5, B4, D7, D6, B0, D3 }
|
||||
#define MATRIX_COL_PINS { C7, F7, F6, F5, F4, F1, F0, D1 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
Reference in New Issue
Block a user