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.
438ff3465e | 10 years ago | |
---|---|---|
.. | ||
Makefile | 10 years ago | |
Makefile.pjrc | 10 years ago | |
README.md | 10 years ago | |
config.h | 10 years ago | |
keymap_common.c | 10 years ago | |
keymap_common.h | 10 years ago | |
keymap_dotcom.c | 10 years ago | |
keymap_jack.c | 10 years ago | |
keymap_matthew.c | 10 years ago | |
keymap_nathan.c | 10 years ago | |
keymap_peasant.c | 10 years ago | |
keymap_sean.c | 10 years ago | |
keymap_shane.c | 10 years ago | |
led.c | 10 years ago | |
matrix.c | 10 years ago |
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>]