summaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-09-27 20:21:09 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-27 20:21:09 +0200
commit791b9cc6520004f7010072529fdf749750d2d7ca (patch)
tree37026dabc3e2c2a0bda717c2f0c9be648b0fdfad /keyboards/deltasplit75
parente2480a299ef55cb3b9e21aae6b040d5d0f4b92bb (diff)
downloadqmk_firmware-791b9cc6520004f7010072529fdf749750d2d7ca.tar.gz
qmk_firmware-791b9cc6520004f7010072529fdf749750d2d7ca.tar.xz
remove all makefiles from keyboard directories
Diffstat (limited to 'keyboards/deltasplit75')
-rw-r--r--keyboards/deltasplit75/Makefile5
-rw-r--r--keyboards/deltasplit75/keymaps/itsaferbie/Makefile7
-rw-r--r--keyboards/deltasplit75/v2/Makefile3
3 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/deltasplit75/Makefile b/keyboards/deltasplit75/Makefile
deleted file mode 100644
index d1dec5330..000000000
--- a/keyboards/deltasplit75/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-SUBPROJECT_DEFAULT = v2
-
-ifndef MAKEFILE_INCLUDED
- include ../../Makefile
-endif
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile b/keyboards/deltasplit75/keymaps/itsaferbie/Makefile
deleted file mode 100644
index bab3b4c56..000000000
--- a/keyboards/deltasplit75/keymaps/itsaferbie/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
-AUDIO_ENABLE = no # Audio disabled while using RGB underlight.
-EXTRAKEY_ENABLE = yes
-
-ifndef QUANTUM_DIR
- include ../../../../Makefile
-endif
diff --git a/keyboards/deltasplit75/v2/Makefile b/keyboards/deltasplit75/v2/Makefile
deleted file mode 100644
index 4e2a6f00f..000000000
--- a/keyboards/deltasplit75/v2/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-ifndef MAKEFILE_INCLUDED
- include ../../Makefile
-endif \ No newline at end of file