]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/maxipad/config.h
fix the clueboard layout json
[qmk_firmware.git] / keyboards / maxipad / config.h
index a056e4963bc2b92bb520ee174baa2e27347426f8..d7a5ef5646a546917aeb73e6446c275ecb92f0ad 100644 (file)
@@ -32,18 +32,25 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MATRIX_ROWS 5
 #define MATRIX_COLS 6
 
-// Planck PCB default pin-out
-// Change this to how you wired your keyboard
-// COLS: Left to right, ROWS: Top to bottom
-#ifdef USE_PRO_MICRO
+/*
+ * Keyboard Matrix Assignments
+ *
+ * Change this to how you wired your keyboard
+ * COLS: AVR pins used for columns, left to right
+ * ROWS: AVR pins used for rows, top to bottom
+ * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
+ *                  ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
+ *
+*/
+//Pro micro pinout
        #define MATRIX_ROW_PINS { B6, B2, B3, B1, F7 }
        #define MATRIX_COL_PINS { F4, C6, D7, F5, B4, B5 }
        #define UNUSED_PINS
- #else
-       #define MATRIX_ROW_PINS { B6, F7, B2, B3, B1 }
-       #define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 }
-       #define UNUSED_PINS
- #endif
+//Teensy 2 pinout
+       //#define MATRIX_ROW_PINS { B6, F7, B2, B3, B1 }
+       //#define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 }
+       //#define UNUSED_PINS
+
 
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW