diff options
author | James Neill <895886+jmsnll@users.noreply.github.com> | 2018-01-01 23:32:39 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-01 23:32:39 +0100 |
commit | 85ea96393131e4080737f574c93b001cbc99d46d (patch) | |
tree | 31184b3349d1f84eb10d826e9bd537a97ee2a8cc /keyboards/planck | |
parent | 492a16308ae890a8d9c29383a1ffddcc1febfb47 (diff) | |
download | qmk_firmware-85ea96393131e4080737f574c93b001cbc99d46d.tar.gz qmk_firmware-85ea96393131e4080737f574c93b001cbc99d46d.tar.xz |
Remove residual Makefiles from the keyboards directory (#2193)
* Removed residual Makefiles from keyboards directory
* Removed reference to Makefile
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/keymaps/fabian/Makefile | 3 | ||||
-rw-r--r-- | keyboards/planck/keymaps/matrixman/Makefile | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/planck/keymaps/fabian/Makefile b/keyboards/planck/keymaps/fabian/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/fabian/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -ifndef QUANTUM_DIR - include ../../../../Makefile -endif diff --git a/keyboards/planck/keymaps/matrixman/Makefile b/keyboards/planck/keymaps/matrixman/Makefile deleted file mode 100644 index 159f80be9..000000000 --- a/keyboards/planck/keymaps/matrixman/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -MOUSEKEY_ENABLE = yes -BACKLIGHT_ENABLE = yes -ifndef QUANTUM_DIR - include ../../../../Makefile -endif |