Jack Humbert b688e68539 Create keymap_tim.c há 11 anos atrás
..
Makefile 15b9bce6ba Initial commit for Planck PCB Rev 1. há 11 anos atrás
Makefile.pjrc ed8d9a099d added planck folder há 11 anos atrás
README.md 9c3a956634 Update README.md há 11 anos atrás
backlight.c 65680819df Replaced tabs with spaces to match TMK convention. há 11 anos atrás
backlight.h b80b6b369c Added backlight.h, backlight.c há 11 anos atrás
config.h 15b9bce6ba Initial commit for Planck PCB Rev 1. há 11 anos atrás
keymap_brett.c 0fcb3b65f8 brett há 11 anos atrás
keymap_common.c ed8d9a099d added planck folder há 11 anos atrás
keymap_common.h e9df959c13 Update keymap_nathan.c há 11 anos atrás
keymap_dotcom.c d6f2f878f9 dotcom há 11 anos atrás
keymap_jack.c ceff93844b simon há 11 anos atrás
keymap_joe.c a538f71e41 led oops há 11 anos atrás
keymap_matthew.c 438ff3465e defined KEYMAP_GRID for grid layouts há 11 anos atrás
keymap_nathan.c e9df959c13 Update keymap_nathan.c há 11 anos atrás
keymap_peasant.c 33e2a6285f dotcom há 11 anos atrás
keymap_sean.c 4a3c0839f9 sean há 11 anos atrás
keymap_shane.c 173dbe3b28 Create keymap_shane.c há 11 anos atrás
keymap_simon.c ceff93844b simon há 11 anos atrás
keymap_tim.c b688e68539 Create keymap_tim.c há 11 anos atrás
keymap_wilba.c 65680819df Replaced tabs with spaces to match TMK convention. há 11 anos atrás
led.c 65680819df Replaced tabs with spaces to match TMK convention. há 11 anos atrás
matrix-handwire.c be86aefdbd Rename handwire-matrix.c to matrix-handwire.c há 11 anos atrás
matrix.c 65680819df Replaced tabs with spaces to match TMK convention. há 11 anos atrás

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

Follow this guide to setup your development environment before anything else.

Download the whole firmware here and navigate to the keyboard/planck folder. Once your dev env is setup, you'll be able to type "make" to generate your .hex that you can load with the Teensy app onto your Planck (once you've hit reset/shorted GND & RST).

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