]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboard/planck/README.md
Update README.md
[qmk_firmware.git] / keyboard / planck / README.md
1 Planck keyboard firmware
2 ======================
3 DIY/Assembled compact ortholinear keyboard by [Ortholinear Keyboards](http://ortholinearkeyboards.com).
4
5 ## Notable TMK forks (which some of the keymap files are from)
6 - [Shane's Fork](https://github.com/shanecelis/tmk_keyboard/tree/master/keyboard/planck)
7
8 ## Build
9 Move to this directory then just run `make` like:
10
11     $ make
12
13 Use `make -f Makefile.pjrc` if you want to use PJRC stack but I find no reason to do so now.
14
15
16 ## Keymap
17 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.
18
19 To build firmware binary hex file with a certain keymap just do `make` with `KEYMAP` option like:
20
21     $ make KEYMAP=[<name>]