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.
 
 
 
 
 
zvecr fc06986989 Remove CUSTOM_MATRIX option from diode direction (#5090) 5 years ago
..
3 Remove CUSTOM_MATRIX option from diode direction (#5090) 5 years ago
4 Remove CUSTOM_MATRIX option from diode direction (#5090) 5 years ago
config.h add Pinky keyboard (#4748) 5 years ago
pinky.c add Pinky keyboard (#4748) 5 years ago
pinky.h add Pinky keyboard (#4748) 5 years ago
readme.md add Pinky keyboard (#4748) 5 years ago
rules.mk add Pinky keyboard (#4748) 5 years ago

readme.md

Pinky

A split keyboard with 3 or 4 x7 vertically staggered keys and 4 thumb keys. An idea is inspired from crkbd, Lily58, Ergo42 and Helix.

Keyboard Maintainer: Masayuki Sunahara @tamanishi Hardware Supported: Pinky3(3rows) or Pinky4(4rows) PCB, Pro Micro Hardware Availability: Pinky3 PCB & Case Data, Pinky4 PCB & Case Data

Make example for pinky(3rows) keyboard (after setting up your build environment):

make pinky:default
or
make pinky/3:default

Make example for pinky(4rows) keyboard (after setting up your build environment):

make pinky/4:default

Install example for pinky(3rows) keyboard:

make pinky:default:avrdude

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