pepers 438ff3465e defined KEYMAP_GRID for grid layouts %!s(int64=11) %!d(string=hai) anos
..
Makefile 2e0d872ab7 sean %!s(int64=11) %!d(string=hai) anos
Makefile.pjrc ed8d9a099d added planck folder %!s(int64=11) %!d(string=hai) anos
README.md 6f735ca130 Update README.md %!s(int64=11) %!d(string=hai) anos
config.h ed8d9a099d added planck folder %!s(int64=11) %!d(string=hai) anos
keymap_common.c ed8d9a099d added planck folder %!s(int64=11) %!d(string=hai) anos
keymap_common.h 438ff3465e defined KEYMAP_GRID for grid layouts %!s(int64=11) %!d(string=hai) anos
keymap_dotcom.c d6f2f878f9 dotcom %!s(int64=11) %!d(string=hai) anos
keymap_jack.c 42fe42274f names %!s(int64=11) %!d(string=hai) anos
keymap_matthew.c 438ff3465e defined KEYMAP_GRID for grid layouts %!s(int64=11) %!d(string=hai) anos
keymap_nathan.c 09655cc5d5 Create keymap_nathan.c %!s(int64=11) %!d(string=hai) anos
keymap_peasant.c 33e2a6285f dotcom %!s(int64=11) %!d(string=hai) anos
keymap_sean.c 2e0d872ab7 sean %!s(int64=11) %!d(string=hai) anos
keymap_shane.c 173dbe3b28 Create keymap_shane.c %!s(int64=11) %!d(string=hai) anos
led.c ed8d9a099d added planck folder %!s(int64=11) %!d(string=hai) anos
matrix.c 2e0d872ab7 sean %!s(int64=11) %!d(string=hai) anos

README.md

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>]