logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1277B)


  1. # i75
  2. ![i75](https://1.bp.blogspot.com/-eRSwPnvgliI/WCYQ-aYihoI/AAAAAAAB_Bc/a7i1Envc1FYiEHeqvyHw80VxTAnafDsPgCLcB/s320/IMG_20161003_084555.jpg)
  3. ===
  4. 5x15 grid layout, multiple controllers supported
  5. - Pro Micro
  6. - PJRC Teensy 2.0
  7. - PJRC Teensy LC/3.2 (**NB: Not currently ported**)
  8. The matrix is a 9x9 grid. This uses all of the available pins on the Pro Micro. The other controllers have pins left over. The serial pins and pins connected to LEDs were avoided if possible.
  9. * [The original TMK firmware](https://github.com/di0ib/tmk_keyboard/tree/master/keyboard/i75_ProMicro)
  10. Keyboard Maintainer: QMK Community
  11. Hardware Supported: i75 PCB
  12. Hardware Availability: [i75 project on 40% Keyboards](http://www.40percent.club/2016/11/i75.html)
  13. Make example for this keyboard (after setting up your build environment):
  14. make 40percentclub/i75:default
  15. If you would like to use one of the alternative controllers:
  16. make 40percentclub/i75/promicro:default
  17. make 40percentclub/i75/teensy2:default
  18. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).