aboutsummaryrefslogtreecommitdiff
path: root/keyboards/deltasplit75
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-09-27 08:21:09 -1000
committerJack Humbert <jack.humb@gmail.com>2017-09-27 08:21:09 -1000
commit791b9cc6520004f7010072529fdf749750d2d7ca (patch)
tree37026dabc3e2c2a0bda717c2f0c9be648b0fdfad /keyboards/deltasplit75
parente2480a299ef55cb3b9e21aae6b040d5d0f4b92bb (diff)
downloadqmk_firmware-791b9cc6520004f7010072529fdf749750d2d7ca.tar.gz
qmk_firmware-791b9cc6520004f7010072529fdf749750d2d7ca.zip
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 @@
1SUBPROJECT_DEFAULT = v2
2
3ifndef MAKEFILE_INCLUDED
4 include ../../Makefile
5endif
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 @@
1RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
2AUDIO_ENABLE = no # Audio disabled while using RGB underlight.
3EXTRAKEY_ENABLE = yes
4
5ifndef QUANTUM_DIR
6 include ../../../../Makefile
7endif
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 @@
1ifndef MAKEFILE_INCLUDED
2 include ../../Makefile
3endif \ No newline at end of file