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.
qmk_firmware/keyboard/planck
Jack Humbert 5c45ba947c function stuff too 10 years ago
..
Makefile working extended keymap 10 years ago
Makefile.pjrc added planck folder 10 years ago
README.md Update README.md 10 years ago
backlight.c Replaced tabs with spaces to match TMK convention. 10 years ago
backlight.h Added backlight.h, backlight.c 10 years ago
config.h Initial commit for Planck PCB Rev 1. 10 years ago
extended_keymap_common.c function stuff too 10 years ago
extended_keymap_common.h function stuff too 10 years ago
extended_keymap_jack.c function stuff too 10 years ago
keymap_brett.c brett 10 years ago
keymap_common.c added planck folder 10 years ago
keymap_common.h Update keymap_nathan.c 10 years ago
keymap_dotcom.c dotcom 10 years ago
keymap_jack.c simon 10 years ago
keymap_joe.c led oops 10 years ago
keymap_matthew.c defined KEYMAP_GRID for grid layouts 10 years ago
keymap_nathan.c Update keymap_nathan.c 10 years ago
keymap_peasant.c dotcom 10 years ago
keymap_sean.c sean 10 years ago
keymap_shane.c Create keymap_shane.c 10 years ago
keymap_simon.c simon 10 years ago
keymap_tim.c working extended keymap 10 years ago
keymap_wilba.c Replaced tabs with spaces to match TMK convention. 10 years ago
led.c Replaced tabs with spaces to match TMK convention. 10 years ago
matrix.c Replaced tabs with spaces to match TMK convention. 10 years ago
matrix_center.c working extended keymap 10 years ago
matrix_handwire.c working extended keymap 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

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