You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan fe6d6cf76d
Remove empty override functions (#14312)
2 years ago
..
keymaps/default Remove empty override functions (#14312) 2 years ago
promicro Cleanup rules.mk for 32U4 keyboards, 0-9 (#6789) 4 years ago
teensy2 Cleanup rules.mk for 32U4 keyboards, 0-9 (#6789) 4 years ago
config.h Remove MIDI Configuration boilerplate (#11151) 2 years ago
i75.c Remove empty override functions (#14312) 2 years ago
i75.h Keyboard: Initial i75 port (#4553) 5 years ago
info.json Keyboard: Initial i75 port (#4553) 5 years ago
readme.md Keyboard: Initial i75 port (#4553) 5 years ago
rules.mk Remove MIDI Configuration boilerplate (#11151) 2 years ago

readme.md

i75

i75

5x15 grid layout, multiple controllers supported

  • Pro Micro
  • PJRC Teensy 2.0
  • PJRC Teensy LC/3.2 (NB: Not currently ported)

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.

Keyboard Maintainer: QMK Community
Hardware Supported: i75 PCB
Hardware Availability: i75 project on 40% Keyboards

Make example for this keyboard (after setting up your build environment):

make 40percentclub/i75:default

If you would like to use one of the alternative controllers:

make 40percentclub/i75/promicro:default
make 40percentclub/i75/teensy2:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.