|
|
11 lat temu | |
|---|---|---|
| .. | ||
| Makefile | 11 lat temu | |
| Makefile.pjrc | 11 lat temu | |
| README.md | 11 lat temu | |
| config.h | 11 lat temu | |
| keymap_common.c | 11 lat temu | |
| keymap_common.h | 11 lat temu | |
| keymap_dotcom.c | 11 lat temu | |
| keymap_jack.c | 11 lat temu | |
| keymap_matthew.c | 11 lat temu | |
| keymap_nathan.c | 11 lat temu | |
| keymap_peasant.c | 11 lat temu | |
| keymap_sean.c | 11 lat temu | |
| keymap_shane.c | 11 lat temu | |
| led.c | 11 lat temu | |
| matrix.c | 11 lat temu | |
DIY/Assembled compact ortholinear keyboard by Ortholinear Keyboards.
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.
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>]