forked from forks/qmk_firmware
b05c0e46c6
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition |
||
---|---|---|
.. | ||
3 | ||
4 | ||
config.h | ||
pinky.c | ||
pinky.h | ||
readme.md | ||
rules.mk |
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.