diff options
author | milestogo <milestogo@users.noreply.github.com> | 2017-02-28 21:54:35 -0800 |
---|---|---|
committer | milestogo <milestogo@users.noreply.github.com> | 2017-02-28 21:54:35 -0800 |
commit | 0834c520c0c4adf0d4f59f4b149116b95726aec6 (patch) | |
tree | 25aac3ed86135505620b1f1e87f4d2ed94ebe82c /keyboards/handwired/MS-sculpt-mobile | |
parent | 748401e5c180e91181bc10a80491d7d5568c008a (diff) |
missed config.h stuck modifiers change
Diffstat (limited to 'keyboards/handwired/MS-sculpt-mobile')
-rw-r--r-- | keyboards/handwired/MS-sculpt-mobile/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/handwired/MS-sculpt-mobile/config.h b/keyboards/handwired/MS-sculpt-mobile/config.h index 1ac40f9964..d85c5c6233 100644 --- a/keyboards/handwired/MS-sculpt-mobile/config.h +++ b/keyboards/handwired/MS-sculpt-mobile/config.h @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6060 #define DEVICE_VER 0x0001 -#define MANUFACTURER Microsoft+abit +#define MANUFACTURER Microsoftplus #define PRODUCT sculpt mobile #define DESCRIPTION 6000 @@ -44,7 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* 0 1 2 3 4 5 6 7 */ #define MATRIX_ROW_PINS { F7,F6,F4,F5,F3,F2,F1,F0} /* A B C D E F G H I J K L M N O P Q R */ -#define MATRIX_COL_PINS { B7, D0, D1, D2, D3, D4, D5, D6, D7, E0,E1,C1, C0, C3, C2, C5, C4,C6} +#define MATRIX_COL_PINS { B7, D0, D1, D2, D3, D4, D5, D6, D7, E0,E1,C1, C0, C3, C2, C5, C4,C7} #define UNUSED_PINS { B6,B5,B4,B3,B2,B1,B0 } @@ -96,4 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION +#define PREVENT_STUCK_MODIFIERS + #endif |