qmk-firmware/keyboard/planck
Wilba6582 b80b6b369c Added backlight.h, backlight.c 2015-03-17 00:51:36 +11:00
..
Makefile Initial commit for Planck PCB Rev 1. 2015-03-17 00:43:37 +11:00
Makefile.pjrc
README.md
backlight.c Added backlight.h, backlight.c 2015-03-17 00:51:36 +11:00
backlight.h Added backlight.h, backlight.c 2015-03-17 00:51:36 +11:00
config.h Initial commit for Planck PCB Rev 1. 2015-03-17 00:43:37 +11:00
keymap_brett.c
keymap_common.c
keymap_common.h
keymap_dotcom.c
keymap_jack.c
keymap_joe.c
keymap_matthew.c
keymap_nathan.c
keymap_peasant.c
keymap_sean.c
keymap_shane.c
keymap_simon.c
keymap_wilba.c Initial commit for Planck PCB Rev 1. 2015-03-17 00:43:37 +11:00
led.c Initial commit for Planck PCB Rev 1. 2015-03-17 00:43:37 +11:00
matrix.c Initial commit for Planck PCB Rev 1. 2015-03-17 00:43:37 +11:00

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