aboutsummaryrefslogtreecommitdiff
path: root/keyboards/maxipad/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/maxipad/config.h')
-rw-r--r--keyboards/maxipad/config.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/maxipad/config.h b/keyboards/maxipad/config.h
index a056e4963..4377a892e 100644
--- a/keyboards/maxipad/config.h
+++ b/keyboards/maxipad/config.h
@@ -32,6 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
32#define MATRIX_ROWS 5 32#define MATRIX_ROWS 5
33#define MATRIX_COLS 6 33#define MATRIX_COLS 6
34 34
35<<<<<<< HEAD
35// Planck PCB default pin-out 36// Planck PCB default pin-out
36// Change this to how you wired your keyboard 37// Change this to how you wired your keyboard
37// COLS: Left to right, ROWS: Top to bottom 38// COLS: Left to right, ROWS: Top to bottom
@@ -44,6 +45,27 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
44 #define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 } 45 #define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 }
45 #define UNUSED_PINS 46 #define UNUSED_PINS
46 #endif 47 #endif
48=======
49/*
50 * Keyboard Matrix Assignments
51 *
52 * Change this to how you wired your keyboard
53 * COLS: AVR pins used for columns, left to right
54 * ROWS: AVR pins used for rows, top to bottom
55 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
56 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
57 *
58*/
59//Pro micro pinout
60 #define MATRIX_ROW_PINS { B6, B2, B3, B1, F7 }
61 #define MATRIX_COL_PINS { F4, C6, D7, F5, B4, B5 }
62 #define UNUSED_PINS
63//Teensy 2 pinout
64 //#define MATRIX_ROW_PINS { B6, F7, B2, B3, B1 }
65 //#define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 }
66 //#define UNUSED_PINS
67
68>>>>>>> 102a830bbdb302eb0951ec7910ab7c9feae272d1
47 69
48/* COL2ROW or ROW2COL */ 70/* COL2ROW or ROW2COL */
49#define DIODE_DIRECTION COL2ROW 71#define DIODE_DIRECTION COL2ROW