qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1311B)


      1 # ibm122m
      2 
      3 ![IBM Model M 122 key](https://i.imgur.com/Oo3Ozqz.jpg)
      4 
      5 This is a keymap for the IBM Model M 122 key terminal keyboard running on a Teensy++ 2.0
      6 I wired it to weird pins on mine (mainly to accomodate two speakers), so make sure to update the pin arrays.
      7 
      8 * Keyboard Maintainer: [Luke Stanley](https://github.com/lukexorz)
      9 * Hardware Supported: Teensy++ 2.0
     10 * Hardware Availability: https://www.pjrc.com/store/teensypp.html
     11 
     12 Pins of the Teensy board you should use by default:
     13 ```  
     14 Columns: 1  2  3  4  5  6  7  8  9  10 11 12 13 14 15 16 17 18 19 20  
     15 Pins:    E6 B7 D0 D1 D2 D3 D4 D5 D6 D7 E0 E1 C0 C1 C2 C3 C4 C5 C7 F1  
     16 --------------------------------------------------------  
     17 Rows: 1  2  3  4  5  6  7  8  
     18 Pins: F0 B5 B4 B3 B2 B1 B0 E7  
     19 --------------------------------------------------------  
     20 Status LEDs: CapsLock +5V ScrollLock NumLock  
     21 Pins:        N/A      5V  N/A        N/A
     22 --------------------------------------------------------
     23 Speaker: 1+ 1-  2+ 2-
     24 Pins:    C6 GND B6 GND
     25 ```
     26 
     27 Make example for this keyboard (after setting up your build environment):
     28 
     29     make ibm/model_m_122/ibm122m:default
     30 
     31 See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.