Skip to content

Instantly share code, notes, and snippets.

@koktoh
Last active March 31, 2024 11:58
Show Gist options
  • Save koktoh/b9eb24e7e0c9a90e3d77fd9dad5516a1 to your computer and use it in GitHub Desktop.
Save koktoh/b9eb24e7e0c9a90e3d77fd9dad5516a1 to your computer and use it in GitHub Desktop.
QMK Firmware pin maps

QMK Firmware pin maps

Pro Micro

18 pins

              ._|~~|_.
    D3 [Tx0] -|      |- [RAW]
    D2 [Rx1] -|      |- [GND]
       [GND] -|      |- [RST]
       [GND] -|Pro   |- [Vcc]
SDA/D1 [  2] -|Micro |- [ A3] F4
SCL/D0 [  3] -|      |- [ A2] F5
    D4 [  4] -|      |- [ A1] F6
    C6 [  5] -|      |- [ A0] F7
    D7 [  6] -|      |- [ 15] B1
    E6 [  7] -|      |- [ 14] B3
    B4 [  8] -|      |- [ 16] B2
    B5 [  9] -|______|- [ 10] B6

Pro Micro Reverse

18 pins

              ._|~~|_.
       [RAW] -|      |- [Tx0] D3
       [GND] -|      |- [Rx1] D2
       [RST] -|      |- [GND]
       [Vcc] -|Pro   |- [GND]
    F4 [ A3] -|Micro |- [  2] D1/SDA
    F5 [ A2] -|      |- [  3] D0/SCL
    F6 [ A1] -|      |- [  4] D4
    F7 [ A0] -|      |- [  5] C6
    B1 [ 15] -|      |- [  6] D7
    B3 [ 14] -|      |- [  7] E6
    B2 [ 16] -|      |- [  8] B4
    B6 [ 10] -|______|- [  9] B5

BLE Micro Pro

18 pins

            ._|~~|_.
   [  GND] -|      |- [  BAT]
 1 [PIN 1] -|~~~~~~|- [  +5V]
 2 [PIN 2] -|      |- [  GND]
   [  GND] -|      |- [ BOOT]
   [  GND] -|      |- [+4.3V]
 5 [PIN 5] -|BLE   |- [PIN20] 20
 6 [PIN 6] -|Micro |- [PIN19] 19
 7 [PIN 7] -|Pro   |- [PIN18] 18
 8 [PIN 8] -|      |- [PIN17] 17
 9 [PIN 9] -|      |- [PIN16] 16
10 [PIN10] -|      |- [PIN15] 15
11 [PIN11] -|      |- [PIN14] 14
12 [PIN12] -|______|- [PIN13] 13

BLE Micro Pro Reverse

18 pins

            ._|~~|_.
   [  BAT] -|      |- [  GND]
   [  +5V] -|~~~~~~|- [PIN 1]  1
   [  GND] -|      |- [PIN 2]  2
   [ BOOT] -|      |- [  GND]
   [+4.3V] -|      |- [  GND]
20 [PIN20] -|BLE   |- [PIN 5]  5
19 [PIN19] -|Micro |- [PIN 6]  6
18 [PIN18] -|Pro   |- [PIN 7]  7
17 [PIN17] -|      |- [PIN 8]  8
16 [PIN16] -|      |- [PIN 9]  9
15 [PIN15] -|      |- [PIN10] 10
14 [PIN14] -|      |- [PIN11] 11
13 [PIN13] -|______|- [PIN12] 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment