From 791b9cc6520004f7010072529fdf749750d2d7ca Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Wed, 27 Sep 2017 08:21:09 -1000 Subject: remove all makefiles from keyboard directories --- keyboards/clueboard/Makefile | 5 --- keyboards/clueboard/keymaps/bloodlvst/Makefile | 2 - keyboards/clueboard/keymaps/magicmonty/Makefile | 9 ----- keyboards/clueboard/keymaps/mouse_keys/Makefile | 1 - keyboards/clueboard/keymaps/serubin/Makefile | 4 -- keyboards/clueboard/keymaps/tetris/Makefile | 1 - keyboards/clueboard/keymaps/xyverz/Makefile | 49 ------------------------- keyboards/clueboard/rev1/Makefile | 3 -- keyboards/clueboard/rev2/Makefile | 3 -- 9 files changed, 77 deletions(-) delete mode 100644 keyboards/clueboard/Makefile delete mode 100644 keyboards/clueboard/keymaps/bloodlvst/Makefile delete mode 100644 keyboards/clueboard/keymaps/magicmonty/Makefile delete mode 100644 keyboards/clueboard/keymaps/mouse_keys/Makefile delete mode 100644 keyboards/clueboard/keymaps/serubin/Makefile delete mode 100644 keyboards/clueboard/keymaps/tetris/Makefile delete mode 100644 keyboards/clueboard/keymaps/xyverz/Makefile delete mode 100644 keyboards/clueboard/rev1/Makefile delete mode 100644 keyboards/clueboard/rev2/Makefile (limited to 'keyboards/clueboard') diff --git a/keyboards/clueboard/Makefile b/keyboards/clueboard/Makefile deleted file mode 100644 index b9bada8f8..000000000 --- a/keyboards/clueboard/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SUBPROJECT_DEFAULT = rev2 - -ifndef MAKEFILE_INCLUDED - include ../../Makefile -endif \ No newline at end of file diff --git a/keyboards/clueboard/keymaps/bloodlvst/Makefile b/keyboards/clueboard/keymaps/bloodlvst/Makefile deleted file mode 100644 index b1c2f32f6..000000000 --- a/keyboards/clueboard/keymaps/bloodlvst/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -EXTRAKEY_ENABLE = yes -COMMAND_ENABLE = no diff --git a/keyboards/clueboard/keymaps/magicmonty/Makefile b/keyboards/clueboard/keymaps/magicmonty/Makefile deleted file mode 100644 index 289018f34..000000000 --- a/keyboards/clueboard/keymaps/magicmonty/Makefile +++ /dev/null @@ -1,9 +0,0 @@ - -MOUSEKEY_ENABLE = yes -EXTRAKEY_ENABLE = yes - -MIDI_ENABLE = yes - -# if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size -CONSOLE_ENABLE = false -COMMAND_ENABLE = no diff --git a/keyboards/clueboard/keymaps/mouse_keys/Makefile b/keyboards/clueboard/keymaps/mouse_keys/Makefile deleted file mode 100644 index 6c605daec..000000000 --- a/keyboards/clueboard/keymaps/mouse_keys/Makefile +++ /dev/null @@ -1 +0,0 @@ -MOUSEKEY_ENABLE = yes diff --git a/keyboards/clueboard/keymaps/serubin/Makefile b/keyboards/clueboard/keymaps/serubin/Makefile deleted file mode 100644 index ba997f869..000000000 --- a/keyboards/clueboard/keymaps/serubin/Makefile +++ /dev/null @@ -1,4 +0,0 @@ - -MOUSEKEY_ENABLE = yes -EXTRAKEY_ENABLE = yes - diff --git a/keyboards/clueboard/keymaps/tetris/Makefile b/keyboards/clueboard/keymaps/tetris/Makefile deleted file mode 100644 index 461353129..000000000 --- a/keyboards/clueboard/keymaps/tetris/Makefile +++ /dev/null @@ -1 +0,0 @@ -SRC = tetris_text.c diff --git a/keyboards/clueboard/keymaps/xyverz/Makefile b/keyboards/clueboard/keymaps/xyverz/Makefile deleted file mode 100644 index 950dadf84..000000000 --- a/keyboards/clueboard/keymaps/xyverz/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -#---------------------------------------------------------------------------- -# On command line: -# -# make all = Make software. -# -# make clean = Clean out built project files. -# -# make coff = Convert ELF to AVR COFF. -# -# make extcoff = Convert ELF to AVR Extended COFF. -# -# make program = Download the hex file to the device. -# Please customize your programmer settings(PROGRAM_CMD) -# -# make teensy = Download the hex file to the device, using teensy_loader_cli. -# (must have teensy_loader_cli installed). -# -# make dfu = Download the hex file to the device, using dfu-programmer (must -# have dfu-programmer installed). -# -# make flip = Download the hex file to the device, using Atmel FLIP (must -# have Atmel FLIP installed). -# -# make dfu-ee = Download the eeprom file to the device, using dfu-programmer -# (must have dfu-programmer installed). -# -# make flip-ee = Download the eeprom file to the device, using Atmel FLIP -# (must have Atmel FLIP installed). -# -# make debug = Start either simulavr or avarice as specified for debugging, -# with avr-gdb or avr-insight as the front end for debugging. -# -# make filename.s = Just compile filename.c into the assembler code only. -# -# make filename.i = Create a preprocessed source file for use in submitting -# bug reports to the GCC project. -# -# To rebuild project do "make clean" then "make all". -#---------------------------------------------------------------------------- - -# Build Options -# change to "no" to disable the options, or define them in the makefile.mk in -# the appropriate keymap folder that will get included automatically -# -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. - -ifndef QUANTUM_DIR - include ../../../../Makefile -endif \ No newline at end of file diff --git a/keyboards/clueboard/rev1/Makefile b/keyboards/clueboard/rev1/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/clueboard/rev1/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -ifndef MAKEFILE_INCLUDED - include ../../../Makefile -endif \ No newline at end of file diff --git a/keyboards/clueboard/rev2/Makefile b/keyboards/clueboard/rev2/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/clueboard/rev2/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -ifndef MAKEFILE_INCLUDED - include ../../../Makefile -endif \ No newline at end of file -- cgit v1.2.3