From 31739244219a797c666269ddf3b653c981ed39f9 Mon Sep 17 00:00:00 2001 From: Nicolas Guelpa Date: Mon, 18 Sep 2017 17:13:01 -0400 Subject: Adding a new layout for the planck that helps when coming from the pok3r (#1701) * adding new layout for the planck that helps when coming from the pok3r * Fixing the function layer * Update readme.md * Update keymap.c Making some small adjustments * Update keymap.c switching GUI and Esc * Update keymap.c --- keyboards/planck/keymaps/pok3r/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 keyboards/planck/keymaps/pok3r/Makefile (limited to 'keyboards/planck/keymaps/pok3r/Makefile') diff --git a/keyboards/planck/keymaps/pok3r/Makefile b/keyboards/planck/keymaps/pok3r/Makefile new file mode 100644 index 000000000..457a3d01d --- /dev/null +++ b/keyboards/planck/keymaps/pok3r/Makefile @@ -0,0 +1,3 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif -- cgit v1.2.3-24-g4f1b