1
0
Fork 0

Added MS Sculpt ISO-layout conversion with STM32F401 (#17049)

This commit is contained in:
Jean Bernard 2022-07-02 14:16:38 +02:00 committed by GitHub
parent 9c2505676c
commit ef633cf461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 124 additions and 0 deletions

View file

@ -0,0 +1,16 @@
// Copyright 2022 Jean Bernard (@jn-bernard)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
/*
* Feature disable options
* These options are also useful to firmware size reduction.
*/
#define BOOTMAGIC_LITE_ROW 4
#define BOOTMAGIC_LITE_COLUMN 13
/* key matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 18