diff options
author | Fred Eisele <phreed@users.noreply.github.com> | 2017-09-25 12:30:58 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-25 13:30:58 -0400 |
commit | a00532759bb419bcc7fb9b6263e9c839585af6d0 (patch) | |
tree | 99256632a1a428c12205ceb71bcf10d97d5bc0c6 /keyboards/planck/keymaps/phreed/Makefile | |
parent | 5dab2ef12a5a7f244b9f381df7773cd6e46b35a5 (diff) | |
download | qmk_firmware-a00532759bb419bcc7fb9b6263e9c839585af6d0.tar.gz |
Move work from pinky fingers to thumbs and index fingers (#1749)
* phreed keymap added
This keymap moves many pinky keys to the center
* set to do what I want but LT() does not return to previous layer
* get overlays working
* get overlays working
* fix the readme
* fix the readme
* swapped the shift
* swapped the shift
* propagate mods
* clear special char on readme
Diffstat (limited to 'keyboards/planck/keymaps/phreed/Makefile')
-rw-r--r-- | keyboards/planck/keymaps/phreed/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/phreed/Makefile b/keyboards/planck/keymaps/phreed/Makefile new file mode 100644 index 000000000..457a3d01d --- /dev/null +++ b/keyboards/planck/keymaps/phreed/Makefile @@ -0,0 +1,3 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |