You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/planck
Shayne Holmes 48ff93582b Pull out sendstring variations to their own files.
Instead of having all sendstring keycode mappings in the main quantum.c
file, give each one its own file in keymap_extras that can be #included
in a user's keymap. If one is included, it will define the appropriate
lookup tables and overwrite the weak definitions in quantum.c.
(Including more than one sendstring definition will fail at compile
time.)

Update @rai-suta's test keymap to match, as well as the documentation.
7 years ago
..
keymaps Pull out sendstring variations to their own files. 7 years ago
old_keymap_files Update mitch layout for new keymaps 8 years ago
rev3 Update keyboards' rules.mk/Makefiles (#1442) 7 years ago
rev4 Update keyboards' rules.mk/Makefiles (#1442) 7 years ago
Makefile Split keyboard makefiles into rules and Makefile 8 years ago
config.h add new arguements, docs 7 years ago
planck.c Update planck.c 8 years ago
planck.h Implements subprojects and updates projects for this (#459) 8 years ago
readme.md updates olkb readmes #1362 7 years ago
rules.mk Update keyboards' rules.mk/Makefiles (#1442) 7 years ago

readme.md

Planck

Planck

A compact 40% (12x4) ortholinear keyboard kit made and sold by OLKB and Massdrop. More info on qmk.fm

Keyboard Maintainer: Jack Humbert Hardware Supported: Planck PCB rev1, rev2, rev3, rev4, Teensy 2.0 Hardware Availability: OLKB.com, Massdrop

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

make planck-rev4-default

See build environment setup then the make instructions for more information.