qmk-dactyl-manuform-a/keyboards/planck
Drashna Jaelre f0b30e0027
Make Swap Hands use PROGMEM (#12284)
This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.
2021-05-09 23:21:09 -07:00
..
ez Remove pointless SERIAL_LINK_ENABLE rules (#12846) 2021-05-10 02:53:21 +10:00
keymaps Remove pointless SERIAL_LINK_ENABLE rules (#12846) 2021-05-10 02:53:21 +10:00
light VIA support for Planck Rev6 (#9144) 2021-04-22 10:13:44 -07:00
rev1 VIA support for Planck Rev6 (#9144) 2021-04-22 10:13:44 -07:00
rev2 VIA support for Planck Rev6 (#9144) 2021-04-22 10:13:44 -07:00
rev3 VIA support for Planck Rev6 (#9144) 2021-04-22 10:13:44 -07:00
rev4 VIA support for Planck Rev6 (#9144) 2021-04-22 10:13:44 -07:00
rev5 VIA support for Planck Rev6 (#9144) 2021-04-22 10:13:44 -07:00
rev6 Remove pointless SERIAL_LINK_ENABLE rules (#12846) 2021-05-10 02:53:21 +10:00
config.h VIA support for Planck Rev6 (#9144) 2021-04-22 10:13:44 -07:00
info.json remove keyboard_folder from info.json 2021-02-27 16:17:12 -08:00
planck.c Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
planck.h [Keyboard] Planck Layout Macro Refactor, Part II (#6156) 2019-06-19 10:56:20 -07:00
readme.md Add missing hardware availability for Plank EZ (#11069) 2020-12-08 14:12:41 -05:00

readme.md

Planck

Planck

A compact 40% (12x4) ortholinear keyboard kit made and sold by OLKB and Massdrop. More info on qmk.fm

Keyboard Maintainer: Jack Humbert
Hardware Supported: Planck PCB rev1, rev2, rev3, rev4, rev5, rev6; Planck Light, Planck EZ
Hardware Availability: OLKB.com, Massdrop, Ergodox (Planck EZ)

Make example for this keyboard (after setting up your build environment):

make planck/rev4:default

Install examples:

make planck/rev5:default:dfu         # For Planck rev5 or earlier and Planck Light
make planck/rev6:default:dfu-util    # For Planck rev6

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.