summaryrefslogtreecommitdiffstats
path: root/keyboards/ms_sculpt/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-02 12:17:12 +0000
committerQMK Bot <hello@qmk.fm>2022-07-02 12:17:12 +0000
commit65832c0fc3e502582986a8fa7c561c39d9fc447f (patch)
tree9968dbc05b21df6548f1817d7dd63b7b7ed19569 /keyboards/ms_sculpt/config.h
parentb8e8a20ca64327d0c5276f87a9dddc8e83cee0de (diff)
parentef633cf46139282daaca77939937f7ba2519f56b (diff)
Merge remote-tracking branch 'origin/master' into develop
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