Remove unused Bootmagic row/col defines from config.h (#19761)

This commit is contained in:
Ryan
2023-02-07 11:05:37 +11:00
committed by GitHub
parent a988f8a169
commit 11b6bb8179
472 changed files with 0 additions and 1891 deletions

View File

@@ -22,10 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 4
#define MATRIX_COLS 13
/* Bootmagic Lite key configuration */
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 0
#define TAP_CODE_DELAY 10 // Need this delay for some keys like VOLD/VOLU to work
#define ENCODERS_PAD_A { D1 }
#define ENCODERS_PAD_B { D0 }