qmk_firmware/keyboards/planck/keymaps/phreed
noroadsleft 7f4f0f7685 Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)
* Remove QUANTUM_DIR code blocks from keyboard rules

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect entire keyboards.

* remove QUANTUM_DIR code blocks from rules for default keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect default keymaps.

* remove QUANTUM_DIR code blocks from rules for user keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect "user" keymaps. (It's actually any keymap
that isn't named `default`.)

* remove QUANTUM_DIR code blocks from rules for community layouts

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for community layouts.

* remove QUANTUM_DIR code blocks from rules for userspaces

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for userspaces.
2019-01-04 07:25:48 -08:00
..
config.h Move work from pinky fingers to thumbs and index fingers (#1749) 2017-09-25 13:30:58 -04:00
keymap.c Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
readme.md Make arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10:00
rules.mk Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754) 2019-01-04 07:25:48 -08:00

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.