summaryrefslogtreecommitdiff
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)
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 d1dec53302..0000000000
--- 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 bab3b4c564..0000000000
--- 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 4e2a6f00fd..0000000000
--- a/keyboards/deltasplit75/v2/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-ifndef MAKEFILE_INCLUDED
- include ../../Makefile
-endif \ No newline at end of file