forked from forks/qmk_firmware
800ec55dfc
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now |
||
---|---|---|
.. | ||
config.h | ||
keymap.c | ||
readme.md | ||
rules.mk |
The Phreed Planck Layout
Q | W | E | R | T | ESC | \ | Y | U | I | O | P | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
meh | MOD | gui | ||||||||||
f1 | f2 | f3 | f4 | f5 | f6 | <fn] [num> | < | > | 7 | 8 | 9 | . |
home | end | <cmd][spec> | & | * | ~ |
A | S | D | F | G | Tab | ' " | H | J | K | L | ; : | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
num | alt | MOD | alt | fn | ||||||||
f7 | f8 | f9 | f10 | f11 | f12 | <fn] [num> | + | - | 4 | 5 | 6 | 0 |
pg up | del | <cmd][spec> | $ | % | ^ | ` |
Z | X | C | V | B | [ { | ] } | N | M | , < | . > | / ? | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
spec | MOD | cmd | ||||||||||
f13 | f14 | f15 | f16 | f17 | f18 | <fn] [num> | * | / | 1 | 2 | 3 | = |
pg dn | ins | <cmd][spec> | ! | @ | # |
<-- | dwn | <__ | enter | ( | - _ | = + | ) | spc | __< | up | --> | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
shift | ctl | MOD | ctl | shift | ||||||||
f19 | f20 | f21 | f22 | f23 | f24 | <fn] [num> | ||||||
pg dn | ins | <cmd][spec> |
Make example for this keyboard (after setting up your build environment):
make planck/rev3:phreed
To flash the keyboard
make planck/rev3:phreed:dfu
See build environment setup then the make instructions for more information.