summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/magicforce68/config.h
diff options
context:
space:
mode:
authorDanny Nguyen <danny@80pct.com>2017-03-07 17:41:10 +0100
committerDanny Nguyen <danny@80pct.com>2017-03-07 18:20:52 +0100
commitf3aef727e174279e69d8d5831d859d00802eb8c4 (patch)
tree49d97a02c84501b11ce834fa306e85f29db2ed3d /keyboards/handwired/magicforce68/config.h
parent6ee823a821d9c89a67c53f65ecf4d745223694a0 (diff)
downloadqmk_firmware-f3aef727e174279e69d8d5831d859d00802eb8c4.tar.gz
qmk_firmware-f3aef727e174279e69d8d5831d859d00802eb8c4.tar.xz
Set pinout and layout
Diffstat (limited to 'keyboards/handwired/magicforce68/config.h')
-rw-r--r--keyboards/handwired/magicforce68/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/magicforce68/config.h b/keyboards/handwired/magicforce68/config.h
index 9671b66ba..8a49b0935 100644
--- a/keyboards/handwired/magicforce68/config.h
+++ b/keyboards/handwired/magicforce68/config.h
@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key matrix size */
#define MATRIX_ROWS 5
-#define MATRIX_COLS 14
+#define MATRIX_COLS 15
/*
* Keyboard Matrix Assignments
@@ -42,8 +42,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
*
*/
-#define MATRIX_ROW_PINS { F0, F4, F5, F6, F7 }
-#define MATRIX_COL_PINS { B0, B1, B2, B3, B7, D0, D1, D2, D3, C6, D7, B4, B5, B6 }
+#define MATRIX_ROW_PINS { F0, F1, F4, F5, F6 }
+#define MATRIX_COL_PINS { B2, B0, D3, D2, D1, D0, D4, C6, D7, E6, B4, B5, B6, B7, D6 }
#define UNUSED_PINS
/* COL2ROW or ROW2COL */