diff options
Diffstat (limited to 'keyboards/handwired/MS_sculpt_mobile/config.h')
-rw-r--r-- | keyboards/handwired/MS_sculpt_mobile/config.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/handwired/MS_sculpt_mobile/config.h b/keyboards/handwired/MS_sculpt_mobile/config.h index f89514278..c3bdf333e 100644 --- a/keyboards/handwired/MS_sculpt_mobile/config.h +++ b/keyboards/handwired/MS_sculpt_mobile/config.h | |||
@@ -28,10 +28,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
28 | #define DESCRIPTION 6000 | 28 | #define DESCRIPTION 6000 |
29 | 29 | ||
30 | /* key matrix size */ | 30 | /* key matrix size */ |
31 | #define MATRIX_ROWS 8 | 31 | #define MATRIX_ROWS 8 |
32 | #define MATRIX_COLS 18 | 32 | #define MATRIX_COLS 18 |
33 | 33 | ||
34 | #ifdef ASTAR | 34 | #ifdef ASTAR |
35 | #define PRODUCT sculpt mobile astar | 35 | #define PRODUCT sculpt mobile astar |
36 | /*0 1 2 3 4 5 6 7 8 */ | 36 | /*0 1 2 3 4 5 6 7 8 */ |
37 | #define MATRIX_ROW_PINS {D7, C6, D4, D0, D1, D3, D2, E2} | 37 | #define MATRIX_ROW_PINS {D7, C6, D4, D0, D1, D3, D2, E2} |
@@ -95,6 +95,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
95 | //#define NO_ACTION_MACRO | 95 | //#define NO_ACTION_MACRO |
96 | //#define NO_ACTION_FUNCTION | 96 | //#define NO_ACTION_FUNCTION |
97 | 97 | ||
98 | #define PREVENT_STUCK_MODIFIERS | ||
99 | |||
100 | #endif | 98 | #endif |