qmk_firmware/keyboard/planck
Jack Humbert 4a3c0839f9 sean
2015-02-15 16:29:35 -05:00
..
config.h
keymap_common.c
keymap_common.h defined KEYMAP_GRID for grid layouts 2015-01-23 14:17:32 -05:00
keymap_dotcom.c
keymap_jack.c
keymap_matthew.c defined KEYMAP_GRID for grid layouts 2015-01-23 14:17:32 -05:00
keymap_nathan.c Create keymap_nathan.c 2015-01-23 12:14:55 -05:00
keymap_peasant.c
keymap_sean.c sean 2015-02-15 16:29:35 -05:00
keymap_shane.c Create keymap_shane.c 2015-01-14 21:36:25 -05:00
led.c
Makefile
Makefile.pjrc
matrix.c
README.md Update README.md 2015-01-23 12:11:28 -05:00

Planck keyboard firmware

DIY/Assembled compact ortholinear keyboard by Ortholinear Keyboards.

Notable TMK forks (which some of the keymap files are from)

Build

Move to this directory then just run make like:

$ make

Use make -f Makefile.pjrc if you want to use PJRC stack but I find no reason to do so now.

Keymap

Several version of keymap are available in advance but you are recommended to define your favorite layout yourself. To define your own keymap create file named keymap_<name>.c and see keymap document(you can find in top README.md) and existent keymap files.

To build firmware binary hex file with a certain keymap just do make with KEYMAP option like:

$ make KEYMAP=[<name>]