qmk_firmware/keyboard/planck/README.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

2015-01-15 18:06:43 +00:00
Planck keyboard firmware
2014-12-14 15:30:27 +00:00
======================
2015-01-15 18:06:43 +00:00
DIY/Assembled compact ortholinear keyboard by [Ortholinear Keyboards](http://ortholinearkeyboards.com).
2014-12-14 15:30:27 +00:00
2015-01-15 18:06:43 +00:00
## Notable TMK forks (which some of the keymap files are from)
- [Shane's Fork](https://github.com/shanecelis/tmk_keyboard/tree/master/keyboard/planck)
2015-01-16 00:58:38 +00:00
- [Pierre's Fork](https://github.com/pcarrier/tmk_keyboard/blob/pcarrier/planck/keyboard/gh60/keymap_planck.c)
2015-01-23 17:11:28 +00:00
- [Nathan's Fork](https://github.com/nathanrosspowell/tmk_keyboard/tree/planck-jack/keyboard/planck)
- [Matthew's Fork](https://github.com/pepers/tmk_keyboard/tree/master/keyboard/planck_grid)
2014-12-14 15:30:27 +00:00
## 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:
2015-01-15 18:06:43 +00:00
$ make KEYMAP=[<name>]