aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclimbalima <climbalima@gmail.com>2016-11-19 00:44:52 -0500
committerclimbalima <climbalima@gmail.com>2016-11-19 00:44:52 -0500
commite356de222023d2a8f7d5ee79030a37eaa9b1b25f (patch)
treefc1f52859038a1201dba07dc6ebe17cae2e184e9
parentc38b3e3be93a8b4f520212117b6498a288d67751 (diff)
downloadqmk_firmware-e356de222023d2a8f7d5ee79030a37eaa9b1b25f.tar.gz
qmk_firmware-e356de222023d2a8f7d5ee79030a37eaa9b1b25f.zip
added the pinout for pro micro into maxipad
-rw-r--r--keyboards/maxipad/config.h12
-rw-r--r--keyboards/maxipad/rules.mk1
2 files changed, 10 insertions, 3 deletions
diff --git a/keyboards/maxipad/config.h b/keyboards/maxipad/config.h
index fbe64a5b0..fc5ab7761 100644
--- a/keyboards/maxipad/config.h
+++ b/keyboards/maxipad/config.h
@@ -43,9 +43,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
43 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) 43 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
44 * 44 *
45*/ 45*/
46#define MATRIX_ROW_PINS { B6, F7, B2, B3, B1 } 46//Pro micro pinout
47#define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 } 47 #define MATRIX_ROW_PINS { B6, B2, B3, B1, F7 }
48#define UNUSED_PINS 48 #define MATRIX_COL_PINS { F4, C6, D7, F5, B4, B5 }
49 #define UNUSED_PINS
50//Teensy 2 pinout
51 //#define MATRIX_ROW_PINS { B6, F7, B2, B3, B1 }
52 //#define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 }
53 //#define UNUSED_PINS
54
49 55
50/* COL2ROW or ROW2COL */ 56/* COL2ROW or ROW2COL */
51#define DIODE_DIRECTION COL2ROW 57#define DIODE_DIRECTION COL2ROW
diff --git a/keyboards/maxipad/rules.mk b/keyboards/maxipad/rules.mk
index 55898147d..f9bf74179 100644
--- a/keyboards/maxipad/rules.mk
+++ b/keyboards/maxipad/rules.mk
@@ -65,3 +65,4 @@ MIDI_ENABLE ?= no # MIDI controls
65UNICODE_ENABLE ?= no # Unicode 65UNICODE_ENABLE ?= no # Unicode
66BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID 66BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID
67AUDIO_ENABLE ?= no # Audio output on port C6 67AUDIO_ENABLE ?= no # Audio output on port C6
68USE_PRO_MICRO ?= yes \ No newline at end of file