summaryrefslogtreecommitdiff
path: root/keyboards/ms_sculpt/config.h
diff options
context:
space:
mode:
authorJean Bernard <105235786+jn-bernard@users.noreply.github.com>2022-07-02 14:16:38 +0200
committerGitHub <noreply@github.com>2022-07-02 22:16:38 +1000
commitef633cf46139282daaca77939937f7ba2519f56b (patch)
tree65db8b7f9cd31f5a92a6567d54d77259086ac6c6 /keyboards/ms_sculpt/config.h
parent9c2505676caa22a17c25ac29230d4faed948b71e (diff)
Added MS Sculpt ISO-layout conversion with STM32F401 (#17049)
Diffstat (limited to 'keyboards/ms_sculpt/config.h')
-rw-r--r--keyboards/ms_sculpt/config.h16
1 files changed, 16 insertions, 0 deletions
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