diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 12:30:17 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 12:30:17 -0400 |
commit | a6e109caa1e813d18f76f2b23dfd1655b6acf691 (patch) | |
tree | 2f8d823848eeb968b7bdb233fc8b4a222289d488 /keyboard/kc60/config.h | |
parent | f6d1ce7863893e6dd0233c57f04b262f6808d78a (diff) | |
parent | a8375fa15a6ca9285eb15ae89bcda898349e06f8 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/kc60/config.h')
-rw-r--r-- | keyboard/kc60/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/kc60/config.h b/keyboard/kc60/config.h index 956a569f93..91d4e09c2e 100644 --- a/keyboard/kc60/config.h +++ b/keyboard/kc60/config.h @@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Possible pins for columns include: F1 F0 E6 D7 D6 D4 C7 C6 B7 B5 B4 B3 B1 B0 // Pins for rows include: D0 D1 F6 F7 D5 -// KC60 Version 2 +// KC60 Version 2 #define MATRIX_ROW_PINS { D0, D1, F6, F7, D5 } #define MATRIX_COL_PINS { F0, F1, E6, C7, C6, B7, D4, B1, B0, B5, B4, D7, D6, B3 } #define UNUSED_PINS |