From ef633cf46139282daaca77939937f7ba2519f56b Mon Sep 17 00:00:00 2001 From: Jean Bernard <105235786+jn-bernard@users.noreply.github.com> Date: Sat, 2 Jul 2022 14:16:38 +0200 Subject: Added MS Sculpt ISO-layout conversion with STM32F401 (#17049) --- keyboards/ms_sculpt/config.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/ms_sculpt/config.h (limited to 'keyboards/ms_sculpt/config.h') diff --git a/keyboards/ms_sculpt/config.h b/keyboards/ms_sculpt/config.h new file mode 100644 index 0000000000..710fc756af --- /dev/null +++ b/keyboards/ms_sculpt/config.h @@ -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 -- cgit v1.2.3