Added MS Sculpt ISO-layout conversion with STM32F401 (#17049)
This commit is contained in:
parent
9c2505676c
commit
ef633cf461
6 changed files with 124 additions and 0 deletions
16
keyboards/ms_sculpt/config.h
Normal file
16
keyboards/ms_sculpt/config.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue