diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-09-27 08:21:09 -1000 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-27 08:21:09 -1000 |
commit | 791b9cc6520004f7010072529fdf749750d2d7ca (patch) | |
tree | 37026dabc3e2c2a0bda717c2f0c9be648b0fdfad | |
parent | e2480a299ef55cb3b9e21aae6b040d5d0f4b92bb (diff) | |
download | qmk_firmware-791b9cc6520004f7010072529fdf749750d2d7ca.tar.gz qmk_firmware-791b9cc6520004f7010072529fdf749750d2d7ca.zip |
remove all makefiles from keyboard directories
319 files changed, 0 insertions, 4583 deletions
diff --git a/keyboards/9key/Makefile b/keyboards/9key/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/9key/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/9key/keymaps/default/Makefile b/keyboards/9key/keymaps/default/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/9key/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/alps64/Makefile b/keyboards/alps64/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/alps64/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/amj40/Makefile b/keyboards/amj40/Makefile deleted file mode 100755 index 4e2a6f00f..000000000 --- a/keyboards/amj40/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/amj40/keymaps/default/Makefile b/keyboards/amj40/keymaps/default/Makefile deleted file mode 100755 index 034e697bc..000000000 --- a/keyboards/amj40/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | |||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | |||
21 | #define ws2812_PORTREG PORTD | ||
22 | #define ws2812_DDRREG DDRD | ||
23 | |||
24 | |||
25 | ifndef QUANTUM_DIR | ||
26 | include ../../../../Makefile | ||
27 | endif | ||
diff --git a/keyboards/amj40/keymaps/fabian/Makefile b/keyboards/amj40/keymaps/fabian/Makefile deleted file mode 100755 index a914e4c0c..000000000 --- a/keyboards/amj40/keymaps/fabian/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | |||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | |||
21 | #define ws2812_PORTREG PORTD | ||
22 | #define ws2812_DDRREG DDRD | ||
23 | |||
24 | |||
25 | ifndef QUANTUM_DIR | ||
26 | include ../../../../Makefile | ||
27 | endif | ||
diff --git a/keyboards/amj60/Makefile b/keyboards/amj60/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/amj60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/amj60/keymaps/iso_split_rshift/Makefile b/keyboards/amj60/keymaps/iso_split_rshift/Makefile deleted file mode 100644 index 2969ed8ae..000000000 --- a/keyboards/amj60/keymaps/iso_split_rshift/Makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | |||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | |||
21 | ifndef QUANTUM_DIR | ||
22 | include ../../../../Makefile | ||
23 | endif | ||
diff --git a/keyboards/amjpad/Makefile b/keyboards/amjpad/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/amjpad/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/atomic/Makefile b/keyboards/atomic/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/atomic/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/atomic/keymaps/pvc/Makefile b/keyboards/atomic/keymaps/pvc/Makefile deleted file mode 100644 index c7c04485f..000000000 --- a/keyboards/atomic/keymaps/pvc/Makefile +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
2 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
4 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
5 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
6 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
7 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
8 | MIDI_ENABLE = no # MIDI controls | ||
9 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
10 | UNICODE_ENABLE = no # Unicode | ||
11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
13 | |||
14 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend \ No newline at end of file | ||
diff --git a/keyboards/atreus/Makefile b/keyboards/atreus/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/atreus/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/atreus62/Makefile b/keyboards/atreus62/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/atreus62/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/atreus62/keymaps/atreus52/Makefile b/keyboards/atreus62/keymaps/atreus52/Makefile deleted file mode 100644 index efa309d20..000000000 --- a/keyboards/atreus62/keymaps/atreus52/Makefile +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | NKRO_ENABLE = true | ||
2 | MOUSEKEY_ENABLE = no | ||
3 | EXTRAKEY_ENABLE = yes | ||
4 | CONSOLE_ENABLE = no | ||
diff --git a/keyboards/atreus62/keymaps/mneme/Makefile b/keyboards/atreus62/keymaps/mneme/Makefile deleted file mode 100644 index 046aec273..000000000 --- a/keyboards/atreus62/keymaps/mneme/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | TAP_DANCE_ENABLE = yes | ||
2 | NKRO_ENABLE = true | ||
3 | MOUSEKEY_ENABLE = no | ||
4 | EXTRAKEY_ENABLE = yes | ||
5 | CONSOLE_ENABLE = no | ||
diff --git a/keyboards/bananasplit/Makefile b/keyboards/bananasplit/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/bananasplit/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/bananasplit/keymaps/0010/Makefile b/keyboards/bananasplit/keymaps/0010/Makefile deleted file mode 100644 index 7d09c322e..000000000 --- a/keyboards/bananasplit/keymaps/0010/Makefile +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2017 Balz Guenat | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | # BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
22 | # MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
23 | # EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
24 | # CONSOLE_ENABLE = no # Console for debug(+400) | ||
25 | # COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | # NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | # BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
28 | # MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | # AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | # UNICODE_ENABLE = no # Unicode | ||
31 | # BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | # RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | # SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | |||
35 | ifndef QUANTUM_DIR | ||
36 | include ../../../../Makefile | ||
37 | endif | ||
diff --git a/keyboards/bananasplit/keymaps/coloneljesus/Makefile b/keyboards/bananasplit/keymaps/coloneljesus/Makefile deleted file mode 100644 index 7d09c322e..000000000 --- a/keyboards/bananasplit/keymaps/coloneljesus/Makefile +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2017 Balz Guenat | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | # BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
22 | # MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
23 | # EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
24 | # CONSOLE_ENABLE = no # Console for debug(+400) | ||
25 | # COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | # NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | # BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
28 | # MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | # AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | # UNICODE_ENABLE = no # Unicode | ||
31 | # BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | # RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | # SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | |||
35 | ifndef QUANTUM_DIR | ||
36 | include ../../../../Makefile | ||
37 | endif | ||
diff --git a/keyboards/bananasplit/keymaps/default/Makefile b/keyboards/bananasplit/keymaps/default/Makefile deleted file mode 100644 index 7d09c322e..000000000 --- a/keyboards/bananasplit/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2017 Balz Guenat | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | # BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
22 | # MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
23 | # EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
24 | # CONSOLE_ENABLE = no # Console for debug(+400) | ||
25 | # COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | # NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | # BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
28 | # MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | # AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | # UNICODE_ENABLE = no # Unicode | ||
31 | # BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | # RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | # SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | |||
35 | ifndef QUANTUM_DIR | ||
36 | include ../../../../Makefile | ||
37 | endif | ||
diff --git a/keyboards/bantam44/Makefile b/keyboards/bantam44/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/bantam44/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/chibios_test/Makefile b/keyboards/chibios_test/Makefile deleted file mode 100644 index 4b07a6234..000000000 --- a/keyboards/chibios_test/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = stm32_f072_onekey | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif \ No newline at end of file | ||
diff --git a/keyboards/chibios_test/stm32_f072_onekey/Makefile b/keyboards/chibios_test/stm32_f072_onekey/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/chibios_test/stm32_f072_onekey/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/chibios_test/stm32_f103_onekey/Makefile b/keyboards/chibios_test/stm32_f103_onekey/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/chibios_test/stm32_f103_onekey/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/chibios_test/teensy_lc_onekey/Makefile b/keyboards/chibios_test/teensy_lc_onekey/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/chibios_test/teensy_lc_onekey/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
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 @@ | |||
1 | SUBPROJECT_DEFAULT = rev2 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | 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 @@ | |||
1 | EXTRAKEY_ENABLE = yes | ||
2 | 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 @@ | |||
1 | |||
2 | MOUSEKEY_ENABLE = yes | ||
3 | EXTRAKEY_ENABLE = yes | ||
4 | |||
5 | MIDI_ENABLE = yes | ||
6 | |||
7 | # if MIDI_ENABLE is set to yes, then CONSOLE_ENABLE has to be disabled, because of the firmware size | ||
8 | CONSOLE_ENABLE = false | ||
9 | 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 @@ | |||
1 | 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 @@ | |||
1 | |||
2 | MOUSEKEY_ENABLE = yes | ||
3 | EXTRAKEY_ENABLE = yes | ||
4 | |||
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 @@ | |||
1 | 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 @@ | |||
1 | #---------------------------------------------------------------------------- | ||
2 | # On command line: | ||
3 | # | ||
4 | # make all = Make software. | ||
5 | # | ||
6 | # make clean = Clean out built project files. | ||
7 | # | ||
8 | # make coff = Convert ELF to AVR COFF. | ||
9 | # | ||
10 | # make extcoff = Convert ELF to AVR Extended COFF. | ||
11 | # | ||
12 | # make program = Download the hex file to the device. | ||
13 | # Please customize your programmer settings(PROGRAM_CMD) | ||
14 | # | ||
15 | # make teensy = Download the hex file to the device, using teensy_loader_cli. | ||
16 | # (must have teensy_loader_cli installed). | ||
17 | # | ||
18 | # make dfu = Download the hex file to the device, using dfu-programmer (must | ||
19 | # have dfu-programmer installed). | ||
20 | # | ||
21 | # make flip = Download the hex file to the device, using Atmel FLIP (must | ||
22 | # have Atmel FLIP installed). | ||
23 | # | ||
24 | # make dfu-ee = Download the eeprom file to the device, using dfu-programmer | ||
25 | # (must have dfu-programmer installed). | ||
26 | # | ||
27 | # make flip-ee = Download the eeprom file to the device, using Atmel FLIP | ||
28 | # (must have Atmel FLIP installed). | ||
29 | # | ||
30 | # make debug = Start either simulavr or avarice as specified for debugging, | ||
31 | # with avr-gdb or avr-insight as the front end for debugging. | ||
32 | # | ||
33 | # make filename.s = Just compile filename.c into the assembler code only. | ||
34 | # | ||
35 | # make filename.i = Create a preprocessed source file for use in submitting | ||
36 | # bug reports to the GCC project. | ||
37 | # | ||
38 | # To rebuild project do "make clean" then "make all". | ||
39 | #---------------------------------------------------------------------------- | ||
40 | |||
41 | # Build Options | ||
42 | # change to "no" to disable the options, or define them in the makefile.mk in | ||
43 | # the appropriate keymap folder that will get included automatically | ||
44 | # | ||
45 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
46 | |||
47 | ifndef QUANTUM_DIR | ||
48 | include ../../../../Makefile | ||
49 | 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 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | 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 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/cluecard/Makefile b/keyboards/cluecard/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/cluecard/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/cluecard/keymaps/default/Makefile b/keyboards/cluecard/keymaps/default/Makefile deleted file mode 100644 index 8ee841da0..000000000 --- a/keyboards/cluecard/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/cluecard/keymaps/rgb_effects/Makefile b/keyboards/cluecard/keymaps/rgb_effects/Makefile deleted file mode 100644 index 00670c0cf..000000000 --- a/keyboards/cluecard/keymaps/rgb_effects/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/cluepad/Makefile b/keyboards/cluepad/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/cluepad/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/converter/Makefile b/keyboards/converter/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/converter/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/converter/ibm_terminal/Makefile b/keyboards/converter/ibm_terminal/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/converter/ibm_terminal/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/converter/ibm_terminal/keymaps/default/Makefile b/keyboards/converter/ibm_terminal/keymaps/default/Makefile deleted file mode 100644 index db293d6fd..000000000 --- a/keyboards/converter/ibm_terminal/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | UNICODEMAP_ENABLE = yes | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | PS2_USE_USART = yes | ||
19 | API_SYSEX_ENABLE = no | ||
20 | |||
21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
23 | |||
24 | ifndef QUANTUM_DIR | ||
25 | include ../../../../../Makefile | ||
26 | endif | ||
27 | |||
diff --git a/keyboards/converter/ibm_terminal/keymaps/priyadi/Makefile b/keyboards/converter/ibm_terminal/keymaps/priyadi/Makefile deleted file mode 100644 index db293d6fd..000000000 --- a/keyboards/converter/ibm_terminal/keymaps/priyadi/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | UNICODEMAP_ENABLE = yes | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | PS2_USE_USART = yes | ||
19 | API_SYSEX_ENABLE = no | ||
20 | |||
21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
23 | |||
24 | ifndef QUANTUM_DIR | ||
25 | include ../../../../../Makefile | ||
26 | endif | ||
27 | |||
diff --git a/keyboards/converter/usb_usb/Makefile b/keyboards/converter/usb_usb/Makefile deleted file mode 100644 index bd09e5885..000000000 --- a/keyboards/converter/usb_usb/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/converter/usb_usb/keymaps/coloneljesus/Makefile b/keyboards/converter/usb_usb/keymaps/coloneljesus/Makefile deleted file mode 100644 index f5c054505..000000000 --- a/keyboards/converter/usb_usb/keymaps/coloneljesus/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/converter/usb_usb/keymaps/default/Makefile b/keyboards/converter/usb_usb/keymaps/default/Makefile deleted file mode 100644 index f5c054505..000000000 --- a/keyboards/converter/usb_usb/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../../Makefile | ||
3 | endif | ||
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 @@ | |||
1 | SUBPROJECT_DEFAULT = v2 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | 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 @@ | |||
1 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
2 | AUDIO_ENABLE = no # Audio disabled while using RGB underlight. | ||
3 | EXTRAKEY_ENABLE = yes | ||
4 | |||
5 | ifndef QUANTUM_DIR | ||
6 | include ../../../../Makefile | ||
7 | 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 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/dk60/Makefile b/keyboards/dk60/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/dk60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/eco/Makefile b/keyboards/eco/Makefile deleted file mode 100644 index b9bada8f8..000000000 --- a/keyboards/eco/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = rev2 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif \ No newline at end of file | ||
diff --git a/keyboards/eco/keymaps/default/Makefile b/keyboards/eco/keymaps/default/Makefile deleted file mode 100644 index 7dab97942..000000000 --- a/keyboards/eco/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/eco/keymaps/that_canadian/Makefile b/keyboards/eco/keymaps/that_canadian/Makefile deleted file mode 100644 index 7dab97942..000000000 --- a/keyboards/eco/keymaps/that_canadian/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/eco/rev1/Makefile b/keyboards/eco/rev1/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/eco/rev1/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/eco/rev2/Makefile b/keyboards/eco/rev2/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/eco/rev2/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/ergodone/Makefile b/keyboards/ergodone/Makefile deleted file mode 100644 index bd09e5885..000000000 --- a/keyboards/ergodone/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/ergodox_ez/Makefile b/keyboards/ergodox_ez/Makefile deleted file mode 100644 index e24600d88..000000000 --- a/keyboards/ergodox_ez/Makefile +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
2 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
3 | RGBLIGHT_ENABLE = yes | ||
4 | MIDI_ENABLE = no | ||
5 | |||
6 | ifndef MAKEFILE_INCLUDED | ||
7 | include ../../Makefile | ||
8 | endif | ||
diff --git a/keyboards/ergodox_ez/keymaps/drashna-custom/Makefile b/keyboards/ergodox_ez/keymaps/drashna-custom/Makefile deleted file mode 100644 index 96590e7f7..000000000 --- a/keyboards/ergodox_ez/keymaps/drashna-custom/Makefile +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | TAP_DANCE_ENABLE = yes | ||
2 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | ||
3 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
4 | RGBLIGHT_ENABLE = yes | ||
5 | MIDI_ENABLE = no | ||
6 | |||
7 | ifndef QUANTUM_DIR | ||
8 | include ../../../../Makefile | ||
9 | endif | ||
diff --git a/keyboards/ergodox_ez/keymaps/drashna/Makefile b/keyboards/ergodox_ez/keymaps/drashna/Makefile deleted file mode 100644 index 9dfddf01e..000000000 --- a/keyboards/ergodox_ez/keymaps/drashna/Makefile +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | RGBLIGHT_ENABLE = yes | ||
2 | RGBLIGHT_ANIMATION = no | ||
3 | |||
4 | ifndef QUANTUM_DIR | ||
5 | include ../../../../Makefile | ||
6 | endif | ||
diff --git a/keyboards/ergodox_ez/keymaps/steno/Makefile b/keyboards/ergodox_ez/keymaps/steno/Makefile deleted file mode 100644 index b6fb9b1a8..000000000 --- a/keyboards/ergodox_ez/keymaps/steno/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | VIRTSER_ENABLE = yes | ||
2 | # Not enough interupts, so something has to go | ||
3 | MOUSEKEY_ENABLE = no | ||
diff --git a/keyboards/ergodox_infinity/Makefile b/keyboards/ergodox_infinity/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/ergodox_infinity/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/four_banger/Makefile b/keyboards/four_banger/Makefile deleted file mode 100644 index 0011010fd..000000000 --- a/keyboards/four_banger/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/frosty_flake/Makefile b/keyboards/frosty_flake/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/frosty_flake/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/frosty_flake/keymaps/default/Makefile b/keyboards/frosty_flake/keymaps/default/Makefile deleted file mode 100644 index 9d3df5964..000000000 --- a/keyboards/frosty_flake/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/frosty_flake/keymaps/nikchi/Makefile b/keyboards/frosty_flake/keymaps/nikchi/Makefile deleted file mode 100644 index ad86e82d2..000000000 --- a/keyboards/frosty_flake/keymaps/nikchi/Makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | UNICODEMAP_ENABLE = yes # unicodemap | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
19 | TAP_DANCE_ENABLE = yes | ||
20 | |||
21 | ifndef QUANTUM_DIR | ||
22 | include ../../../../Makefile | ||
23 | endif | ||
diff --git a/keyboards/gh60/Makefile b/keyboards/gh60/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/gh60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/gh60/keymaps/dbroqua/Makefile b/keyboards/gh60/keymaps/dbroqua/Makefile deleted file mode 100644 index 31c63ffd8..000000000 --- a/keyboards/gh60/keymaps/dbroqua/Makefile +++ /dev/null | |||
@@ -1,112 +0,0 @@ | |||
1 | #---------------------------------------------------------------------------- | ||
2 | # On command line: | ||
3 | # | ||
4 | # make all = Make software. | ||
5 | # | ||
6 | # make clean = Clean out built project files. | ||
7 | # | ||
8 | # make coff = Convert ELF to AVR COFF. | ||
9 | # | ||
10 | # make extcoff = Convert ELF to AVR Extended COFF. | ||
11 | # | ||
12 | # make program = Download the hex file to the device. | ||
13 | # Please customize your programmer settings(PROGRAM_CMD) | ||
14 | # | ||
15 | # make teensy = Download the hex file to the device, using teensy_loader_cli. | ||
16 | # (must have teensy_loader_cli installed). | ||
17 | # | ||
18 | # make dfu = Download the hex file to the device, using dfu-programmer (must | ||
19 | # have dfu-programmer installed). | ||
20 | # | ||
21 | # make flip = Download the hex file to the device, using Atmel FLIP (must | ||
22 | # have Atmel FLIP installed). | ||
23 | # | ||
24 | # make dfu-ee = Download the eeprom file to the device, using dfu-programmer | ||
25 | # (must have dfu-programmer installed). | ||
26 | # | ||
27 | # make flip-ee = Download the eeprom file to the device, using Atmel FLIP | ||
28 | # (must have Atmel FLIP installed). | ||
29 | # | ||
30 | # make debug = Start either simulavr or avarice as specified for debugging, | ||
31 | # with avr-gdb or avr-insight as the front end for debugging. | ||
32 | # | ||
33 | # make filename.s = Just compile filename.c into the assembler code only. | ||
34 | # | ||
35 | # make filename.i = Create a preprocessed source file for use in submitting | ||
36 | # bug reports to the GCC project. | ||
37 | # | ||
38 | # To rebuild project do "make clean" then "make all". | ||
39 | #---------------------------------------------------------------------------- | ||
40 | |||
41 | # MCU name | ||
42 | #MCU = at90usb1287 | ||
43 | MCU = atmega32u4 | ||
44 | |||
45 | # Processor frequency. | ||
46 | # This will define a symbol, F_CPU, in all source code files equal to the | ||
47 | # processor frequency in Hz. You can then use this symbol in your source code to | ||
48 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | ||
49 | # automatically to create a 32-bit value in your source code. | ||
50 | # | ||
51 | # This will be an integer division of F_USB below, as it is sourced by | ||
52 | # F_USB after it has run through any CPU prescalers. Note that this value | ||
53 | # does not *change* the processor frequency - it should merely be updated to | ||
54 | # reflect the processor speed set externally so that the code can use accurate | ||
55 | # software delays. | ||
56 | F_CPU = 16000000 | ||
57 | |||
58 | |||
59 | # | ||
60 | # LUFA specific | ||
61 | # | ||
62 | # Target architecture (see library "Board Types" documentation). | ||
63 | ARCH = AVR8 | ||
64 | |||
65 | # Input clock frequency. | ||
66 | # This will define a symbol, F_USB, in all source code files equal to the | ||
67 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
68 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
69 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
70 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
71 | # at the end, this will be done automatically to create a 32-bit value in your | ||
72 | # source code. | ||
73 | # | ||
74 | # If no clock division is performed on the input clock inside the AVR (via the | ||
75 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
76 | F_USB = $(F_CPU) | ||
77 | |||
78 | # Interrupt driven control endpoint task(+60) | ||
79 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
80 | |||
81 | |||
82 | # Boot Section Size in *bytes* | ||
83 | # Teensy halfKay 512 | ||
84 | # Teensy++ halfKay 1024 | ||
85 | # Atmel DFU loader 4096 | ||
86 | # LUFA bootloader 4096 | ||
87 | # USBaspLoader 2048 | ||
88 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
89 | |||
90 | |||
91 | # Build Options | ||
92 | # comment out to disable the options. | ||
93 | # | ||
94 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
95 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
96 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
97 | # CONSOLE_ENABLE = yes # Console for debug(+400) | ||
98 | # COMMAND_ENABLE = yes # Commands for debug and configuration | ||
99 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | ||
100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
101 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | ||
102 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
103 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
104 | # MIDI_ENABLE = YES # MIDI controls | ||
105 | # UNICODE_ENABLE = YES # Unicode | ||
106 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID | ||
107 | RGBLIGHT_ENABLE = yes # Enable RGB Underglow | ||
108 | |||
109 | ifndef QUANTUM_DIR | ||
110 | include ../../../../Makefile | ||
111 | endif | ||
112 | |||
diff --git a/keyboards/gh60/keymaps/dbroqua_7U/Makefile b/keyboards/gh60/keymaps/dbroqua_7U/Makefile deleted file mode 100644 index e54601969..000000000 --- a/keyboards/gh60/keymaps/dbroqua_7U/Makefile +++ /dev/null | |||
@@ -1,111 +0,0 @@ | |||
1 | #---------------------------------------------------------------------------- | ||
2 | # On command line: | ||
3 | # | ||
4 | # make all = Make software. | ||
5 | # | ||
6 | # make clean = Clean out built project files. | ||
7 | # | ||
8 | # make coff = Convert ELF to AVR COFF. | ||
9 | # | ||
10 | # make extcoff = Convert ELF to AVR Extended COFF. | ||
11 | # | ||
12 | # make program = Download the hex file to the device. | ||
13 | # Please customize your programmer settings(PROGRAM_CMD) | ||
14 | # | ||
15 | # make teensy = Download the hex file to the device, using teensy_loader_cli. | ||
16 | # (must have teensy_loader_cli installed). | ||
17 | # | ||
18 | # make dfu = Download the hex file to the device, using dfu-programmer (must | ||
19 | # have dfu-programmer installed). | ||
20 | # | ||
21 | # make flip = Download the hex file to the device, using Atmel FLIP (must | ||
22 | # have Atmel FLIP installed). | ||
23 | # | ||
24 | # make dfu-ee = Download the eeprom file to the device, using dfu-programmer | ||
25 | # (must have dfu-programmer installed). | ||
26 | # | ||
27 | # make flip-ee = Download the eeprom file to the device, using Atmel FLIP | ||
28 | # (must have Atmel FLIP installed). | ||
29 | # | ||
30 | # make debug = Start either simulavr or avarice as specified for debugging, | ||
31 | # with avr-gdb or avr-insight as the front end for debugging. | ||
32 | # | ||
33 | # make filename.s = Just compile filename.c into the assembler code only. | ||
34 | # | ||
35 | # make filename.i = Create a preprocessed source file for use in submitting | ||
36 | # bug reports to the GCC project. | ||
37 | # | ||
38 | # To rebuild project do "make clean" then "make all". | ||
39 | #---------------------------------------------------------------------------- | ||
40 | |||
41 | # MCU name | ||
42 | #MCU = at90usb1287 | ||
43 | MCU = atmega32u4 | ||
44 | |||
45 | # Processor frequency. | ||
46 | # This will define a symbol, F_CPU, in all source code files equal to the | ||
47 | # processor frequency in Hz. You can then use this symbol in your source code to | ||
48 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | ||
49 | # automatically to create a 32-bit value in your source code. | ||
50 | # | ||
51 | # This will be an integer division of F_USB below, as it is sourced by | ||
52 | # F_USB after it has run through any CPU prescalers. Note that this value | ||
53 | # does not *change* the processor frequency - it should merely be updated to | ||
54 | # reflect the processor speed set externally so that the code can use accurate | ||
55 | # software delays. | ||
56 | F_CPU = 16000000 | ||
57 | |||
58 | |||
59 | # | ||
60 | # LUFA specific | ||
61 | # | ||
62 | # Target architecture (see library "Board Types" documentation). | ||
63 | ARCH = AVR8 | ||
64 | |||
65 | # Input clock frequency. | ||
66 | # This will define a symbol, F_USB, in all source code files equal to the | ||
67 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
68 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
69 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
70 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
71 | # at the end, this will be done automatically to create a 32-bit value in your | ||
72 | # source code. | ||
73 | # | ||
74 | # If no clock division is performed on the input clock inside the AVR (via the | ||
75 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
76 | F_USB = $(F_CPU) | ||
77 | |||
78 | # Interrupt driven control endpoint task(+60) | ||
79 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
80 | |||
81 | |||
82 | # Boot Section Size in *bytes* | ||
83 | # Teensy halfKay 512 | ||
84 | # Teensy++ halfKay 1024 | ||
85 | # Atmel DFU loader 4096 | ||
86 | # LUFA bootloader 4096 | ||
87 | # USBaspLoader 2048 | ||
88 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
89 | |||
90 | |||
91 | # Build Options | ||
92 | # comment out to disable the options. | ||
93 | # | ||
94 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
95 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
96 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
97 | # CONSOLE_ENABLE = yes # Console for debug(+400) | ||
98 | # COMMAND_ENABLE = yes # Commands for debug and configuration | ||
99 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | ||
100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
101 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | ||
102 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
103 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
104 | # MIDI_ENABLE = YES # MIDI controls | ||
105 | # UNICODE_ENABLE = YES # Unicode | ||
106 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID | ||
107 | RGBLIGHT_ENABLE = no # Enable RGB Underglow | ||
108 | |||
109 | ifndef QUANTUM_DIR | ||
110 | include ../../../../Makefile | ||
111 | endif \ No newline at end of file | ||
diff --git a/keyboards/gh60/keymaps/robotmaxtron/Makefile b/keyboards/gh60/keymaps/robotmaxtron/Makefile deleted file mode 100644 index 2b80ea00e..000000000 --- a/keyboards/gh60/keymaps/robotmaxtron/Makefile +++ /dev/null | |||
@@ -1,112 +0,0 @@ | |||
1 | #---------------------------------------------------------------------------- | ||
2 | # On command line: | ||
3 | # | ||
4 | # make all = Make software. | ||
5 | # | ||
6 | # make clean = Clean out built project files. | ||
7 | # | ||
8 | # make coff = Convert ELF to AVR COFF. | ||
9 | # | ||
10 | # make extcoff = Convert ELF to AVR Extended COFF. | ||
11 | # | ||
12 | # make program = Download the hex file to the device. | ||
13 | # Please customize your programmer settings(PROGRAM_CMD) | ||
14 | # | ||
15 | # make teensy = Download the hex file to the device, using teensy_loader_cli. | ||
16 | # (must have teensy_loader_cli installed). | ||
17 | # | ||
18 | # make dfu = Download the hex file to the device, using dfu-programmer (must | ||
19 | # have dfu-programmer installed). | ||
20 | # | ||
21 | # make flip = Download the hex file to the device, using Atmel FLIP (must | ||
22 | # have Atmel FLIP installed). | ||
23 | # | ||
24 | # make dfu-ee = Download the eeprom file to the device, using dfu-programmer | ||
25 | # (must have dfu-programmer installed). | ||
26 | # | ||
27 | # make flip-ee = Download the eeprom file to the device, using Atmel FLIP | ||
28 | # (must have Atmel FLIP installed). | ||
29 | # | ||
30 | # make debug = Start either simulavr or avarice as specified for debugging, | ||
31 | # with avr-gdb or avr-insight as the front end for debugging. | ||
32 | # | ||
33 | # make filename.s = Just compile filename.c into the assembler code only. | ||
34 | # | ||
35 | # make filename.i = Create a preprocessed source file for use in submitting | ||
36 | # bug reports to the GCC project. | ||
37 | # | ||
38 | # To rebuild project do "make clean" then "make all". | ||
39 | #---------------------------------------------------------------------------- | ||
40 | |||
41 | # MCU name | ||
42 | #MCU = at90usb1287 | ||
43 | MCU = atmega32u4 | ||
44 | |||
45 | # Processor frequency. | ||
46 | # This will define a symbol, F_CPU, in all source code files equal to the | ||
47 | # processor frequency in Hz. You can then use this symbol in your source code to | ||
48 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | ||
49 | # automatically to create a 32-bit value in your source code. | ||
50 | # | ||
51 | # This will be an integer division of F_USB below, as it is sourced by | ||
52 | # F_USB after it has run through any CPU prescalers. Note that this value | ||
53 | # does not *change* the processor frequency - it should merely be updated to | ||
54 | # reflect the processor speed set externally so that the code can use accurate | ||
55 | # software delays. | ||
56 | F_CPU = 16000000 | ||
57 | |||
58 | |||
59 | # | ||
60 | # LUFA specific | ||
61 | # | ||
62 | # Target architecture (see library "Board Types" documentation). | ||
63 | ARCH = AVR8 | ||
64 | |||
65 | # Input clock frequency. | ||
66 | # This will define a symbol, F_USB, in all source code files equal to the | ||
67 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
68 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
69 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
70 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
71 | # at the end, this will be done automatically to create a 32-bit value in your | ||
72 | # source code. | ||
73 | # | ||
74 | # If no clock division is performed on the input clock inside the AVR (via the | ||
75 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
76 | F_USB = $(F_CPU) | ||
77 | |||
78 | # Interrupt driven control endpoint task(+60) | ||
79 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
80 | |||
81 | |||
82 | # Boot Section Size in *bytes* | ||
83 | # Teensy halfKay 512 | ||
84 | # Teensy++ halfKay 1024 | ||
85 | # Atmel DFU loader 4096 | ||
86 | # LUFA bootloader 4096 | ||
87 | # USBaspLoader 2048 | ||
88 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
89 | |||
90 | |||
91 | # Build Options | ||
92 | # comment out to disable the options. | ||
93 | # | ||
94 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
95 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
96 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
97 | # CONSOLE_ENABLE = yes # Console for debug(+400) | ||
98 | # COMMAND_ENABLE = yes # Commands for debug and configuration | ||
99 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | ||
100 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
101 | # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | ||
102 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
103 | # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
104 | # MIDI_ENABLE = YES # MIDI controls | ||
105 | # UNICODE_ENABLE = YES # Unicode | ||
106 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID | ||
107 | RGBLIGHT_ENABLE = yes # Enable RGB Underglow | ||
108 | |||
109 | ifndef QUANTUM_DIR | ||
110 | include ../../../../Makefile | ||
111 | endif | ||
112 | |||
diff --git a/keyboards/gh60/keymaps/sethbc/Makefile b/keyboards/gh60/keymaps/sethbc/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/gh60/keymaps/sethbc/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/gherkin/Makefile b/keyboards/gherkin/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/gherkin/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/gherkin/keymaps/mjt/Makefile b/keyboards/gherkin/keymaps/mjt/Makefile deleted file mode 100644 index b397f86d0..000000000 --- a/keyboards/gherkin/keymaps/mjt/Makefile +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | ## not sure where this stuff goes ## | ||
2 | MCU = atmega32u4 | ||
3 | F_CPU = 16000000 | ||
4 | ARCH = AVR8 | ||
5 | F_USB = $(F_CPU) | ||
6 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
7 | |||
8 | # Build Options | ||
9 | # change to "no" to disable the options, or define them in the Makefile in | ||
10 | # the appropriate keymap folder that will get included automatically | ||
11 | # | ||
12 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
13 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
14 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
15 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
16 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
17 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
18 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
19 | MIDI_ENABLE = no # MIDI controls | ||
20 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
21 | UNICODE_ENABLE = no # Unicode | ||
22 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
23 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | TAP_DANCE_ENABLE=yes | ||
26 | |||
27 | ifndef QUANTUM_DIR | ||
28 | include ../../../../Makefile | ||
29 | endif | ||
diff --git a/keyboards/gherkin/keymaps/steno/Makefile b/keyboards/gherkin/keymaps/steno/Makefile deleted file mode 100644 index fa813f209..000000000 --- a/keyboards/gherkin/keymaps/steno/Makefile +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
4 | |||
5 | STENO_ENABLE = yes # Additional protocols for Stenography(+1700), requires VIRTSER | ||
6 | |||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
13 | NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
14 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
15 | AUDIO_ENABLE = no | ||
16 | RGBLIGHT_ENABLE = no \ No newline at end of file | ||
diff --git a/keyboards/gherkin/keymaps/talljoe/Makefile b/keyboards/gherkin/keymaps/talljoe/Makefile deleted file mode 100644 index 02216ecb3..000000000 --- a/keyboards/gherkin/keymaps/talljoe/Makefile +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
4 | |||
5 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
6 | STENO_ENABLE = yes # Additional protocols for Stenography(+1700), requires VIRTSER | ||
diff --git a/keyboards/gonnerd/Makefile b/keyboards/gonnerd/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/gonnerd/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/gonnerd/keymaps/default/Makefile b/keyboards/gonnerd/keymaps/default/Makefile deleted file mode 100644 index 772d7aee3..000000000 --- a/keyboards/gonnerd/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/gonnerd/keymaps/mauin/Makefile b/keyboards/gonnerd/keymaps/mauin/Makefile deleted file mode 100644 index 772d7aee3..000000000 --- a/keyboards/gonnerd/keymaps/mauin/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/gonnerd/keymaps/tkl/Makefile b/keyboards/gonnerd/keymaps/tkl/Makefile deleted file mode 100644 index 5854366f9..000000000 --- a/keyboards/gonnerd/keymaps/tkl/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/hadron/Makefile b/keyboards/hadron/Makefile deleted file mode 100644 index e0e1cc6fb..000000000 --- a/keyboards/hadron/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = ver2 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif \ No newline at end of file | ||
diff --git a/keyboards/hadron/keymaps/default/Makefile b/keyboards/hadron/keymaps/default/Makefile deleted file mode 100644 index e24ba04b5..000000000 --- a/keyboards/hadron/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | ONEHAND_ENABLE = no # Enable one-hand typing | ||
20 | |||
21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
23 | |||
24 | ifndef QUANTUM_DIR | ||
25 | include ../../../../Makefile | ||
26 | endif \ No newline at end of file | ||
diff --git a/keyboards/hadron/keymaps/side_numpad/Makefile b/keyboards/hadron/keymaps/side_numpad/Makefile deleted file mode 100644 index 5cdc186cd..000000000 --- a/keyboards/hadron/keymaps/side_numpad/Makefile +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = yes # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | ONEHAND_ENABLE = no # Enable one-hand typing | ||
20 | |||
21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
23 | |||
24 | ifndef QUANTUM_DIR | ||
25 | include ../../../../Makefile | ||
26 | endif \ No newline at end of file | ||
diff --git a/keyboards/hadron/ver0/Makefile b/keyboards/hadron/ver0/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/hadron/ver0/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/hadron/ver2/Makefile b/keyboards/hadron/ver2/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/hadron/ver2/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/CMD60/Makefile b/keyboards/handwired/CMD60/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/CMD60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/MS_sculpt_mobile/Makefile b/keyboards/handwired/MS_sculpt_mobile/Makefile deleted file mode 100644 index bd09e5885..000000000 --- a/keyboards/handwired/MS_sculpt_mobile/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/handwired/MS_sculpt_mobile/keymaps/default/Makefile b/keyboards/handwired/MS_sculpt_mobile/keymaps/default/Makefile deleted file mode 100644 index 8b829218b..000000000 --- a/keyboards/handwired/MS_sculpt_mobile/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/Makefile b/keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/Makefile deleted file mode 100644 index 1209ad781..000000000 --- a/keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/handwired/Makefile b/keyboards/handwired/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/handwired/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/arrow_pad/Makefile b/keyboards/handwired/arrow_pad/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/handwired/arrow_pad/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/arrow_pad/keymaps/pad_21/Makefile b/keyboards/handwired/arrow_pad/keymaps/pad_21/Makefile deleted file mode 100644 index af51976a8..000000000 --- a/keyboards/handwired/arrow_pad/keymaps/pad_21/Makefile +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
3 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
4 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
5 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
6 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
7 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
8 | MIDI_ENABLE = no # MIDI controls | ||
9 | AUDIO_ENABLE = no # Audio output on port C6 | ||
10 | UNICODE_ENABLE = no # Unicode | ||
11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
13 | |||
14 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
16 | |||
17 | CONFIG_H = keymaps/$(KEYMAP)/config.h \ No newline at end of file | ||
diff --git a/keyboards/handwired/arrow_pad/keymaps/pad_24/Makefile b/keyboards/handwired/arrow_pad/keymaps/pad_24/Makefile deleted file mode 100644 index e31bfe1af..000000000 --- a/keyboards/handwired/arrow_pad/keymaps/pad_24/Makefile +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
3 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
4 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
5 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
6 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
7 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
8 | MIDI_ENABLE = no # MIDI controls | ||
9 | AUDIO_ENABLE = no # Audio output on port C6 | ||
10 | UNICODE_ENABLE = no # Unicode | ||
11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
13 | |||
14 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
16 | |||
17 | CONFIG_H = keymaps/$(KEYMAP)/config.h \ No newline at end of file | ||
diff --git a/keyboards/handwired/atreus50/Makefile b/keyboards/handwired/atreus50/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/handwired/atreus50/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/handwired/atreus50/keymaps/default/Makefile b/keyboards/handwired/atreus50/keymaps/default/Makefile deleted file mode 100644 index d7b0fa7fd..000000000 --- a/keyboards/handwired/atreus50/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | RGBLIGHT_ENABLE = yes | ||
2 | AUDIO_ENABLE = no | ||
3 | |||
4 | ifndef QUANTUM_DIR | ||
5 | include ../../../../Makefile | ||
6 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/fivethirteen/Makefile b/keyboards/handwired/fivethirteen/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/fivethirteen/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/frenchdev/Makefile b/keyboards/handwired/frenchdev/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/handwired/frenchdev/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/handwired/gamenum/Makefile b/keyboards/handwired/gamenum/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/gamenum/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/kbod/Makefile b/keyboards/handwired/kbod/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/handwired/kbod/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/kbod/keymaps/default/Makefile b/keyboards/handwired/kbod/keymaps/default/Makefile deleted file mode 100644 index 0d9def930..000000000 --- a/keyboards/handwired/kbod/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/magicforce61/Makefile b/keyboards/handwired/magicforce61/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/magicforce61/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/magicforce68/Makefile b/keyboards/handwired/magicforce68/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/magicforce68/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/minorca/Makefile b/keyboards/handwired/minorca/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/minorca/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/minorca/keymaps/default/Makefile b/keyboards/handwired/minorca/keymaps/default/Makefile deleted file mode 100644 index a573488a5..000000000 --- a/keyboards/handwired/minorca/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/handwired/minorca/keymaps/rgb/Makefile b/keyboards/handwired/minorca/keymaps/rgb/Makefile deleted file mode 100644 index 2b2af1335..000000000 --- a/keyboards/handwired/minorca/keymaps/rgb/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/handwired/numpad20/Makefile b/keyboards/handwired/numpad20/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/numpad20/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/onekey/Makefile b/keyboards/handwired/onekey/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/onekey/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/ortho5x13/Makefile b/keyboards/handwired/ortho5x13/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/ortho5x13/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/pilcrow/Makefile b/keyboards/handwired/pilcrow/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/pilcrow/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/pilcrow/keymaps/default/Makefile b/keyboards/handwired/pilcrow/keymaps/default/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/handwired/pilcrow/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/promethium/Makefile b/keyboards/handwired/promethium/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/promethium/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/promethium/keymaps/priyadi/Makefile b/keyboards/handwired/promethium/keymaps/priyadi/Makefile deleted file mode 100644 index bd1a06734..000000000 --- a/keyboards/handwired/promethium/keymaps/priyadi/Makefile +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | UNICODEMAP_ENABLE = yes | ||
18 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
19 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
20 | PS2_MOUSE_ENABLE = yes | ||
21 | PS2_USE_INT = yes | ||
22 | FAUXCLICKY_ENABLE = yes | ||
23 | BLUETOOTH = AdafruitBLE | ||
24 | |||
25 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
26 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
27 | |||
28 | ifndef QUANTUM_DIR | ||
29 | include ../../../../../Makefile | ||
30 | endif | ||
31 | |||
diff --git a/keyboards/handwired/reddot/Makefile b/keyboards/handwired/reddot/Makefile deleted file mode 100755 index 191c6bb66..000000000 --- a/keyboards/handwired/reddot/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/retro_refit/Makefile b/keyboards/handwired/retro_refit/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/retro_refit/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/trackpoint/Makefile b/keyboards/handwired/trackpoint/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/trackpoint/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/handwired/traveller/Makefile b/keyboards/handwired/traveller/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/handwired/traveller/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/hhkb/Makefile b/keyboards/hhkb/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/hhkb/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/hhkb/keymaps/blakedietz/Makefile b/keyboards/hhkb/keymaps/blakedietz/Makefile deleted file mode 100644 index 7c16b2c98..000000000 --- a/keyboards/hhkb/keymaps/blakedietz/Makefile +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | TAP_DANCE_ENABLE = no | ||
2 | UNICODE_ENABLE = no | ||
diff --git a/keyboards/hhkb/keymaps/cinaeco/Makefile b/keyboards/hhkb/keymaps/cinaeco/Makefile deleted file mode 100644 index 05b724051..000000000 --- a/keyboards/hhkb/keymaps/cinaeco/Makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # cinaeco's HHKB firmware | ||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | |||
21 | ifndef QUANTUM_DIR | ||
22 | include ../../../../Makefile | ||
23 | endif | ||
diff --git a/keyboards/hhkb/keymaps/jp/Makefile b/keyboards/hhkb/keymaps/jp/Makefile deleted file mode 100644 index a7f700f01..000000000 --- a/keyboards/hhkb/keymaps/jp/Makefile +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | OPT_DEFS += -DHHKB_JP | ||
diff --git a/keyboards/hhkb/keymaps/jp_mac/Makefile b/keyboards/hhkb/keymaps/jp_mac/Makefile deleted file mode 100644 index a7f700f01..000000000 --- a/keyboards/hhkb/keymaps/jp_mac/Makefile +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | OPT_DEFS += -DHHKB_JP | ||
diff --git a/keyboards/hhkb/keymaps/rdg_jp/Makefile b/keyboards/hhkb/keymaps/rdg_jp/Makefile deleted file mode 100644 index a7f700f01..000000000 --- a/keyboards/hhkb/keymaps/rdg_jp/Makefile +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | OPT_DEFS += -DHHKB_JP | ||
diff --git a/keyboards/hhkb/keymaps/sh_jp/Makefile b/keyboards/hhkb/keymaps/sh_jp/Makefile deleted file mode 100644 index a7f700f01..000000000 --- a/keyboards/hhkb/keymaps/sh_jp/Makefile +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | OPT_DEFS += -DHHKB_JP | ||
diff --git a/keyboards/hhkb/keymaps/shela/Makefile b/keyboards/hhkb/keymaps/shela/Makefile deleted file mode 100644 index d0586bda6..000000000 --- a/keyboards/hhkb/keymaps/shela/Makefile +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | SRC += action_pseudo_lut.c | ||
diff --git a/keyboards/infinity60/Makefile b/keyboards/infinity60/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/infinity60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/infinity60/keymaps/jpetermans/Makefile b/keyboards/infinity60/keymaps/jpetermans/Makefile deleted file mode 100644 index df3d1e952..000000000 --- a/keyboards/infinity60/keymaps/jpetermans/Makefile +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | |||
2 | ifndef QUANTUM_DIR | ||
3 | include ../../../../Makefile | ||
4 | endif | ||
diff --git a/keyboards/jc65/Makefile b/keyboards/jc65/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/jc65/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/jc65/keymaps/default/Makefile b/keyboards/jc65/keymaps/default/Makefile deleted file mode 100644 index e69de29bb..000000000 --- a/keyboards/jc65/keymaps/default/Makefile +++ /dev/null | |||
diff --git a/keyboards/jc65/keymaps/jetpacktuxedo/Makefile b/keyboards/jc65/keymaps/jetpacktuxedo/Makefile deleted file mode 100644 index e69de29bb..000000000 --- a/keyboards/jc65/keymaps/jetpacktuxedo/Makefile +++ /dev/null | |||
diff --git a/keyboards/jd40/Makefile b/keyboards/jd40/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/jd40/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/jd40/keymaps/vanagon/Makefile b/keyboards/jd40/keymaps/vanagon/Makefile deleted file mode 100644 index 63aac4e59..000000000 --- a/keyboards/jd40/keymaps/vanagon/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/jd45/Makefile b/keyboards/jd45/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/jd45/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/jd45/keymaps/mjt/Makefile b/keyboards/jd45/keymaps/mjt/Makefile deleted file mode 100644 index c92000665..000000000 --- a/keyboards/jd45/keymaps/mjt/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/jd45/keymaps/mjt6u/Makefile b/keyboards/jd45/keymaps/mjt6u/Makefile deleted file mode 100644 index f9cec3b84..000000000 --- a/keyboards/jd45/keymaps/mjt6u/Makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | DEBUG_ENABLE = yes | ||
20 | |||
21 | ifndef QUANTUM_DIR | ||
22 | include ../../../../Makefile | ||
23 | endif | ||
diff --git a/keyboards/jm60/Makefile b/keyboards/jm60/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/jm60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/kbd75/Makefile b/keyboards/kbd75/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/kbd75/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/kc60/Makefile b/keyboards/kc60/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/kc60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/kc60/keymaps/stanleylai/Makefile b/keyboards/kc60/keymaps/stanleylai/Makefile deleted file mode 100644 index 9a381d2e7..000000000 --- a/keyboards/kc60/keymaps/stanleylai/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change yes to no to disable | ||
5 | # | ||
6 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
9 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
10 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
11 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | ||
12 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
13 | RGBLIGHT_ENABLE = yes # Enable WS2812 underglow RGB strip | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | UNICODE_ENABLE = no # Unicode | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | AUDIO_ENABLE = no # Audio output on port C6 | ||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
21 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/kc60/keymaps/wigguno/Makefile b/keyboards/kc60/keymaps/wigguno/Makefile deleted file mode 100644 index 1f8d1506f..000000000 --- a/keyboards/kc60/keymaps/wigguno/Makefile +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change yes to no to disable | ||
5 | # | ||
6 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
9 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
10 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
11 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | ||
12 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
14 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
15 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | UNICODE_ENABLE = no # Unicode | ||
19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
20 | AUDIO_ENABLE = no # Audio output on port C6 | ||
21 | |||
22 | ifndef QUANTUM_DIR | ||
23 | include ../../../../Makefile | ||
24 | endif | ||
diff --git a/keyboards/kc60/keymaps/ws2812/Makefile b/keyboards/kc60/keymaps/ws2812/Makefile deleted file mode 100644 index a8c93bcf5..000000000 --- a/keyboards/kc60/keymaps/ws2812/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change yes to no to disable | ||
5 | # | ||
6 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
7 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
9 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
10 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
11 | KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key | ||
12 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
13 | RGBLIGHT_ENABLE = yes # Enable WS2812 underglow RGB strip | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | UNICODE_ENABLE = no # Unicode | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | AUDIO_ENABLE = no # Audio output on port C6 | ||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
21 | NKRO_ENABLE = no # USB Nkey Rollover | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/kinesis/Makefile b/keyboards/kinesis/Makefile deleted file mode 100644 index fbf05ca4a..000000000 --- a/keyboards/kinesis/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = alvicstep | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/kinesis/alvicstep/Makefile b/keyboards/kinesis/alvicstep/Makefile deleted file mode 100644 index bd09e5885..000000000 --- a/keyboards/kinesis/alvicstep/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/kinesis/keymaps/default/Makefile b/keyboards/kinesis/keymaps/default/Makefile deleted file mode 100644 index 9d3df5964..000000000 --- a/keyboards/kinesis/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/kinesis/keymaps/dvorak/Makefile b/keyboards/kinesis/keymaps/dvorak/Makefile deleted file mode 100644 index 9d3df5964..000000000 --- a/keyboards/kinesis/keymaps/dvorak/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/kinesis/keymaps/milestogo/Makefile b/keyboards/kinesis/keymaps/milestogo/Makefile deleted file mode 100644 index 9d3df5964..000000000 --- a/keyboards/kinesis/keymaps/milestogo/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/kinesis/keymaps/salty/Makefile b/keyboards/kinesis/keymaps/salty/Makefile deleted file mode 100644 index 4346cf009..000000000 --- a/keyboards/kinesis/keymaps/salty/Makefile +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | TAP_DANCE_ENABLE = yes | ||
19 | |||
20 | ifndef QUANTUM_DIR | ||
21 | include ../../../../Makefile | ||
22 | endif | ||
diff --git a/keyboards/kinesis/keymaps/xyverz/Makefile b/keyboards/kinesis/keymaps/xyverz/Makefile deleted file mode 100644 index 1da780b84..000000000 --- a/keyboards/kinesis/keymaps/xyverz/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/kinesis/stapelberg/Makefile b/keyboards/kinesis/stapelberg/Makefile deleted file mode 100644 index bd09e5885..000000000 --- a/keyboards/kinesis/stapelberg/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/kitten_paw/Makefile b/keyboards/kitten_paw/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/kitten_paw/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/kmac/Makefile b/keyboards/kmac/Makefile deleted file mode 100644 index 840dc9a28..000000000 --- a/keyboards/kmac/Makefile +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | ifndef MAKEFILE_INCLUDED | ||
17 | include ../../Makefile | ||
18 | endif | ||
diff --git a/keyboards/kmac/keymaps/default/Makefile b/keyboards/kmac/keymaps/default/Makefile deleted file mode 100644 index 8e2d011b3..000000000 --- a/keyboards/kmac/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
24 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
25 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
28 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | UNICODE_ENABLE = no # Unicode | ||
31 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | |||
35 | ifndef QUANTUM_DIR | ||
36 | include ../../../../Makefile | ||
37 | endif | ||
diff --git a/keyboards/kmac/keymaps/winkeyless/Makefile b/keyboards/kmac/keymaps/winkeyless/Makefile deleted file mode 100644 index 8e2d011b3..000000000 --- a/keyboards/kmac/keymaps/winkeyless/Makefile +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
24 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
25 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
28 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | UNICODE_ENABLE = no # Unicode | ||
31 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | |||
35 | ifndef QUANTUM_DIR | ||
36 | include ../../../../Makefile | ||
37 | endif | ||
diff --git a/keyboards/lets_split/Makefile b/keyboards/lets_split/Makefile deleted file mode 100644 index f5c87d4d6..000000000 --- a/keyboards/lets_split/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = rev2 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/lets_split/keymaps/OLED_sample/Makefile b/keyboards/lets_split/keymaps/OLED_sample/Makefile deleted file mode 100644 index 90616d1f1..000000000 --- a/keyboards/lets_split/keymaps/OLED_sample/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | # Build Options | ||
3 | # change to "no" to disable the options, or define them in the Makefile in | ||
4 | # the appropriate keymap folder that will get included automatically | ||
5 | # | ||
6 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
7 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
9 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
10 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
11 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no # Audio output on port C6 | ||
15 | UNICODE_ENABLE = no # Unicode | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | ONEHAND_ENABLE = no # Enable one-hand typing | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/lets_split/keymaps/adam/makefile b/keyboards/lets_split/keymaps/adam/makefile deleted file mode 100644 index e5ddcae8d..000000000 --- a/keyboards/lets_split/keymaps/adam/makefile +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | TAP_DANCE_ENABLE = yes | ||
diff --git a/keyboards/lets_split/keymaps/dale/Makefile b/keyboards/lets_split/keymaps/dale/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/lets_split/keymaps/dale/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/lets_split/keymaps/default/Makefile b/keyboards/lets_split/keymaps/default/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/lets_split/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/lets_split/keymaps/fabian/Makefile b/keyboards/lets_split/keymaps/fabian/Makefile deleted file mode 100644 index b8c82cb99..000000000 --- a/keyboards/lets_split/keymaps/fabian/Makefile +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | # UNICODE_ENABLE = yes | ||
6 | |||
7 | ifndef QUANTUM_DIR | ||
8 | include ../../../../Makefile | ||
9 | endif | ||
diff --git a/keyboards/lets_split/keymaps/hexwire/Makefile b/keyboards/lets_split/keymaps/hexwire/Makefile deleted file mode 100644 index 1e5761278..000000000 --- a/keyboards/lets_split/keymaps/hexwire/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | RGBLIGHT_ENABLE = yes | ||
2 | |||
3 | ifndef QUANTUM_DIR | ||
4 | include ../../../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/lets_split/keymaps/khord/Makefile b/keyboards/lets_split/keymaps/khord/Makefile deleted file mode 100644 index c90523e5d..000000000 --- a/keyboards/lets_split/keymaps/khord/Makefile +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | TAP_DANCE_ENABLE = yes | ||
2 | RGBLIGHT_ENABLE = yes | ||
3 | USE_I2C = no | ||
4 | |||
5 | ifndef QUANTUM_DIR | ||
6 | include ../../../../Makefile | ||
7 | endif | ||
diff --git a/keyboards/lets_split/keymaps/mbsurfer/Makefile b/keyboards/lets_split/keymaps/mbsurfer/Makefile deleted file mode 100644 index c90523e5d..000000000 --- a/keyboards/lets_split/keymaps/mbsurfer/Makefile +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | TAP_DANCE_ENABLE = yes | ||
2 | RGBLIGHT_ENABLE = yes | ||
3 | USE_I2C = no | ||
4 | |||
5 | ifndef QUANTUM_DIR | ||
6 | include ../../../../Makefile | ||
7 | endif | ||
diff --git a/keyboards/lets_split/keymaps/mjt/Makefile b/keyboards/lets_split/keymaps/mjt/Makefile deleted file mode 100644 index 90616d1f1..000000000 --- a/keyboards/lets_split/keymaps/mjt/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | # Build Options | ||
3 | # change to "no" to disable the options, or define them in the Makefile in | ||
4 | # the appropriate keymap folder that will get included automatically | ||
5 | # | ||
6 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
7 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
9 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
10 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
11 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no # Audio output on port C6 | ||
15 | UNICODE_ENABLE = no # Unicode | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | ONEHAND_ENABLE = no # Enable one-hand typing | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/lets_split/keymaps/xk/Makefile b/keyboards/lets_split/keymaps/xk/Makefile deleted file mode 100644 index 84bf8e1f5..000000000 --- a/keyboards/lets_split/keymaps/xk/Makefile +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
2 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
3 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
4 | USE_I2C = yes | ||
5 | TAP_DANCE_ENABLE = yes | ||
6 | |||
7 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
9 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
10 | MIDI_ENABLE = no # MIDI controls | ||
11 | AUDIO_ENABLE = no # Audio output on port C6 | ||
12 | UNICODE_ENABLE = yes # Unicode | ||
13 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
15 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
16 | |||
17 | ifndef QUANTUM_DIR | ||
18 | include ../../../../Makefile | ||
19 | endif | ||
diff --git a/keyboards/lets_split/rev1/Makefile b/keyboards/lets_split/rev1/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/lets_split/rev1/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/lets_split/rev2/Makefile b/keyboards/lets_split/rev2/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/lets_split/rev2/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/m10a/Makefile b/keyboards/m10a/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/m10a/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/m10a/keymaps/default/Makefile b/keyboards/m10a/keymaps/default/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/m10a/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/maxipad/Makefile b/keyboards/maxipad/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/maxipad/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/mechmini/Makefile b/keyboards/mechmini/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/mechmini/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/minidox/Makefile b/keyboards/minidox/Makefile deleted file mode 100644 index 30b43c4ea..000000000 --- a/keyboards/minidox/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = rev1 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif \ No newline at end of file | ||
diff --git a/keyboards/minidox/keymaps/that_canadian/Makefile b/keyboards/minidox/keymaps/that_canadian/Makefile deleted file mode 100644 index 52ef1ad3e..000000000 --- a/keyboards/minidox/keymaps/that_canadian/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
2 | |||
3 | ifndef QUANTUM_DIR | ||
4 | include ../../../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/minidox/rev1/Makefile b/keyboards/minidox/rev1/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/minidox/rev1/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/mitosis/Makefile b/keyboards/mitosis/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/mitosis/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/mitosis/keymaps/mjt/Makefile b/keyboards/mitosis/keymaps/mjt/Makefile deleted file mode 100644 index a4137ad00..000000000 --- a/keyboards/mitosis/keymaps/mjt/Makefile +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
4 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
5 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
6 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
7 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
8 | MIDI_ENABLE = no # MIDI controls | ||
9 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
10 | UNICODE_ENABLE = no # Unicode | ||
11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
13 | API_SYSEX_ENABLE = no | ||
14 | |||
15 | ifndef QUANTUM_DIR | ||
16 | include ../../../../Makefile | ||
17 | endif | ||
diff --git a/keyboards/miuni32/Makefile b/keyboards/miuni32/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/miuni32/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/miuni32/keymaps/adam-lee/Makefile b/keyboards/miuni32/keymaps/adam-lee/Makefile deleted file mode 100644 index 88a3aea74..000000000 --- a/keyboards/miuni32/keymaps/adam-lee/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/miuni32/keymaps/default/Makefile b/keyboards/miuni32/keymaps/default/Makefile deleted file mode 100644 index 88a3aea74..000000000 --- a/keyboards/miuni32/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/miuni32/keymaps/ht_156/Makefile b/keyboards/miuni32/keymaps/ht_156/Makefile deleted file mode 100644 index 88a3aea74..000000000 --- a/keyboards/miuni32/keymaps/ht_156/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/nyquist/Makefile b/keyboards/nyquist/Makefile deleted file mode 100644 index 0c519b323..000000000 --- a/keyboards/nyquist/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = rev1 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/nyquist/keymaps/333fred/Makefile b/keyboards/nyquist/keymaps/333fred/Makefile deleted file mode 100644 index f85443280..000000000 --- a/keyboards/nyquist/keymaps/333fred/Makefile +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | KEY_LOCK_ENABLE = yes | ||
2 | NKRO_ENABLE = yes | ||
3 | CONSOLE_ENABLE = yes | ||
4 | |||
5 | ifndef QUANTUM_DIR | ||
6 | include ../../../../Makefile | ||
7 | endif | ||
diff --git a/keyboards/nyquist/keymaps/default/Makefile b/keyboards/nyquist/keymaps/default/Makefile deleted file mode 100644 index 1e5761278..000000000 --- a/keyboards/nyquist/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | RGBLIGHT_ENABLE = yes | ||
2 | |||
3 | ifndef QUANTUM_DIR | ||
4 | include ../../../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/nyquist/keymaps/hexwire/Makefile b/keyboards/nyquist/keymaps/hexwire/Makefile deleted file mode 100644 index 1e5761278..000000000 --- a/keyboards/nyquist/keymaps/hexwire/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | RGBLIGHT_ENABLE = yes | ||
2 | |||
3 | ifndef QUANTUM_DIR | ||
4 | include ../../../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/nyquist/rev1/Makefile b/keyboards/nyquist/rev1/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/nyquist/rev1/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/obelus/keymaps/default/Makefile b/keyboards/obelus/keymaps/default/Makefile deleted file mode 100644 index c040297c7..000000000 --- a/keyboards/obelus/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/org60/Makefile b/keyboards/org60/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/org60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/org60/keymaps/boardy/Makefile b/keyboards/org60/keymaps/boardy/Makefile deleted file mode 100644 index 0755d5009..000000000 --- a/keyboards/org60/keymaps/boardy/Makefile +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | |||
2 | # QMK Build Options | ||
3 | # change to "no" to disable the options, or define them in the Makefile in | ||
4 | # the appropriate keymap folder that will get included automatically | ||
5 | # | ||
6 | CONSOLE_ENABLE = no # Enable debugging console | ||
7 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
8 | TAP_DANCE_ENABLE = no # Tap Dance skills | ||
9 | UNICODE_ENABLE = no # Unicode | ||
10 | |||
11 | ifndef QUANTUM_DIR | ||
12 | include ../../../../Makefile | ||
13 | endif | ||
14 | |||
15 | |||
diff --git a/keyboards/orthodox/Makefile b/keyboards/orthodox/Makefile deleted file mode 100644 index 0c519b323..000000000 --- a/keyboards/orthodox/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = rev1 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/orthodox/keymaps/default/Makefile b/keyboards/orthodox/keymaps/default/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/orthodox/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/orthodox/rev1/Makefile b/keyboards/orthodox/rev1/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/orthodox/rev1/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/pegasushoof/Makefile b/keyboards/pegasushoof/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/pegasushoof/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/pegasushoof/keymaps/blowrak/Makefile b/keyboards/pegasushoof/keymaps/blowrak/Makefile deleted file mode 100644 index 168fb625b..000000000 --- a/keyboards/pegasushoof/keymaps/blowrak/Makefile +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | CUSTOM_MATRIX = yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 | ||
11 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no # Audio output on port C6 | ||
15 | UNICODE_ENABLE = no # Unicode | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | |||
19 | |||
20 | ifndef QUANTUM_DIR | ||
21 | include ../../../../Makefile | ||
22 | endif | ||
diff --git a/keyboards/pegasushoof/keymaps/default/Makefile b/keyboards/pegasushoof/keymaps/default/Makefile deleted file mode 100644 index 168fb625b..000000000 --- a/keyboards/pegasushoof/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | CUSTOM_MATRIX = yes # Custom matrix file for the Pegasus Hoof due to the 2x74HC42 | ||
11 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no # Audio output on port C6 | ||
15 | UNICODE_ENABLE = no # Unicode | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | |||
19 | |||
20 | ifndef QUANTUM_DIR | ||
21 | include ../../../../Makefile | ||
22 | endif | ||
diff --git a/keyboards/phantom/Makefile b/keyboards/phantom/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/phantom/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/phantom/keymaps/default/Makefile b/keyboards/phantom/keymaps/default/Makefile deleted file mode 100644 index 555ac79fa..000000000 --- a/keyboards/phantom/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
24 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
25 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
28 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | UNICODE_ENABLE = no # Unicode | ||
31 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | |||
35 | ifndef QUANTUM_DIR | ||
36 | include ../../../../Makefile | ||
37 | endif | ||
diff --git a/keyboards/phantom/keymaps/rgbmod/Makefile b/keyboards/phantom/keymaps/rgbmod/Makefile deleted file mode 100644 index 38c23a1b8..000000000 --- a/keyboards/phantom/keymaps/rgbmod/Makefile +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
24 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
25 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
28 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | UNICODE_ENABLE = no # Unicode | ||
31 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | |||
35 | ifndef QUANTUM_DIR | ||
36 | include ../../../../Makefile | ||
37 | endif | ||
diff --git a/keyboards/planck/Makefile b/keyboards/planck/Makefile deleted file mode 100644 index 7d49c5ef9..000000000 --- a/keyboards/planck/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = rev4 | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/ab/Makefile b/keyboards/planck/keymaps/ab/Makefile deleted file mode 100644 index 44a030ba3..000000000 --- a/keyboards/planck/keymaps/ab/Makefile +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | #---------------------------------------------------------------------------- | ||
2 | # On command line: | ||
3 | # | ||
4 | # make all = Make software. | ||
5 | # | ||
6 | # make clean = Clean out built project files. | ||
7 | # | ||
8 | # make coff = Convert ELF to AVR COFF. | ||
9 | # | ||
10 | # make extcoff = Convert ELF to AVR Extended COFF. | ||
11 | # | ||
12 | # make program = Download the hex file to the device. | ||
13 | # Please customize your programmer settings(PROGRAM_CMD) | ||
14 | # | ||
15 | # make teensy = Download the hex file to the device, using teensy_loader_cli. | ||
16 | # (must have teensy_loader_cli installed). | ||
17 | # | ||
18 | # make dfu = Download the hex file to the device, using dfu-programmer (must | ||
19 | # have dfu-programmer installed). | ||
20 | # | ||
21 | # make flip = Download the hex file to the device, using Atmel FLIP (must | ||
22 | # have Atmel FLIP installed). | ||
23 | # | ||
24 | # make dfu-ee = Download the eeprom file to the device, using dfu-programmer | ||
25 | # (must have dfu-programmer installed). | ||
26 | # | ||
27 | # make flip-ee = Download the eeprom file to the device, using Atmel FLIP | ||
28 | # (must have Atmel FLIP installed). | ||
29 | # | ||
30 | # make debug = Start either simulavr or avarice as specified for debugging, | ||
31 | # with avr-gdb or avr-insight as the front end for debugging. | ||
32 | # | ||
33 | # make filename.s = Just compile filename.c into the assembler code only. | ||
34 | # | ||
35 | # make filename.i = Create a preprocessed source file for use in submitting | ||
36 | # bug reports to the GCC project. | ||
37 | # | ||
38 | # To rebuild project do "make clean" then "make all". | ||
39 | #---------------------------------------------------------------------------- | ||
40 | |||
41 | # Build Options | ||
42 | # change to "no" to disable the options, or define them in the makefile.mk in | ||
43 | # the appropriate keymap folder that will get included automatically | ||
44 | # | ||
45 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
46 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
47 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
48 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
49 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
50 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
51 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
52 | MIDI_ENABLE = no # MIDI controls | ||
53 | AUDIO_ENABLE = no # Audio output on port C6 | ||
54 | UNICODE_ENABLE = no # Unicode | ||
55 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
56 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
57 | |||
58 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
59 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
60 | |||
61 | ifndef QUANTUM_DIR | ||
62 | include ../../../../Makefile | ||
63 | endif | ||
diff --git a/keyboards/planck/keymaps/alexey/Makefile b/keyboards/planck/keymaps/alexey/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/alexey/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/angerthosenear/Makefile b/keyboards/planck/keymaps/angerthosenear/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/angerthosenear/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/austin/Makefile b/keyboards/planck/keymaps/austin/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/austin/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/basic/Makefile b/keyboards/planck/keymaps/basic/Makefile deleted file mode 100644 index 0c0632da0..000000000 --- a/keyboards/planck/keymaps/basic/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/bone2planck/Makefile b/keyboards/planck/keymaps/bone2planck/Makefile deleted file mode 100644 index 39635192e..000000000 --- a/keyboards/planck/keymaps/bone2planck/Makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | |||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | |||
21 | ifndef QUANTUM_DIR | ||
22 | include ../../../../Makefile | ||
23 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/callum/Makefile b/keyboards/planck/keymaps/callum/Makefile deleted file mode 100644 index 1d76966a6..000000000 --- a/keyboards/planck/keymaps/callum/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/planck/keymaps/cbbrowne/Makefile b/keyboards/planck/keymaps/cbbrowne/Makefile deleted file mode 100644 index 19e5c2a84..000000000 --- a/keyboards/planck/keymaps/cbbrowne/Makefile +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | API_SYSEX_ENABLE = no # Enable SYSEX API (+5390) | ||
20 | |||
21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
23 | |||
24 | ifndef QUANTUM_DIR | ||
25 | include ../../../../Makefile | ||
26 | endif | ||
diff --git a/keyboards/planck/keymaps/chance/Makefile b/keyboards/planck/keymaps/chance/Makefile deleted file mode 100644 index 00d09e974..000000000 --- a/keyboards/planck/keymaps/chance/Makefile +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
2 | AUDIO_ENABLE = no | ||
3 | |||
4 | ifndef QUANTUM_DIR | ||
5 | include ../../../../Makefile | ||
6 | endif | ||
diff --git a/keyboards/planck/keymaps/charlie/Makefile b/keyboards/planck/keymaps/charlie/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/charlie/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/circuit/Makefile b/keyboards/planck/keymaps/circuit/Makefile deleted file mode 100644 index 1ed0ff956..000000000 --- a/keyboards/planck/keymaps/circuit/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | # Build Options | ||
3 | # change to "no" to disable the options, or define them in the makefile.mk in | ||
4 | # the appropriate keymap folder that will get included automatically | ||
5 | # | ||
6 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
7 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
8 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
9 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
10 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
11 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no # Audio output on port C6 | ||
15 | UNICODE_ENABLE = no # Unicode | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | TAP_DANCE_ENABLE = yes # Enables the double-tap functionality of keys | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/planck/keymaps/coloneljesus/Makefile b/keyboards/planck/keymaps/coloneljesus/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/coloneljesus/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/planck/keymaps/dale/Makefile b/keyboards/planck/keymaps/dale/Makefile deleted file mode 100644 index 156a3a0a9..000000000 --- a/keyboards/planck/keymaps/dale/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/planck/keymaps/daniel/Makefile b/keyboards/planck/keymaps/daniel/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/daniel/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/david/Makefile b/keyboards/planck/keymaps/david/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/david/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/default/Makefile b/keyboards/planck/keymaps/default/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/planck/keymaps/dzobert/Makefile b/keyboards/planck/keymaps/dzobert/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/dzobert/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/espynn/Makefile b/keyboards/planck/keymaps/espynn/Makefile deleted file mode 100644 index 44a030ba3..000000000 --- a/keyboards/planck/keymaps/espynn/Makefile +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | #---------------------------------------------------------------------------- | ||
2 | # On command line: | ||
3 | # | ||
4 | # make all = Make software. | ||
5 | # | ||
6 | # make clean = Clean out built project files. | ||
7 | # | ||
8 | # make coff = Convert ELF to AVR COFF. | ||
9 | # | ||
10 | # make extcoff = Convert ELF to AVR Extended COFF. | ||
11 | # | ||
12 | # make program = Download the hex file to the device. | ||
13 | # Please customize your programmer settings(PROGRAM_CMD) | ||
14 | # | ||
15 | # make teensy = Download the hex file to the device, using teensy_loader_cli. | ||
16 | # (must have teensy_loader_cli installed). | ||
17 | # | ||
18 | # make dfu = Download the hex file to the device, using dfu-programmer (must | ||
19 | # have dfu-programmer installed). | ||
20 | # | ||
21 | # make flip = Download the hex file to the device, using Atmel FLIP (must | ||
22 | # have Atmel FLIP installed). | ||
23 | # | ||
24 | # make dfu-ee = Download the eeprom file to the device, using dfu-programmer | ||
25 | # (must have dfu-programmer installed). | ||
26 | # | ||
27 | # make flip-ee = Download the eeprom file to the device, using Atmel FLIP | ||
28 | # (must have Atmel FLIP installed). | ||
29 | # | ||
30 | # make debug = Start either simulavr or avarice as specified for debugging, | ||
31 | # with avr-gdb or avr-insight as the front end for debugging. | ||
32 | # | ||
33 | # make filename.s = Just compile filename.c into the assembler code only. | ||
34 | # | ||
35 | # make filename.i = Create a preprocessed source file for use in submitting | ||
36 | # bug reports to the GCC project. | ||
37 | # | ||
38 | # To rebuild project do "make clean" then "make all". | ||
39 | #---------------------------------------------------------------------------- | ||
40 | |||
41 | # Build Options | ||
42 | # change to "no" to disable the options, or define them in the makefile.mk in | ||
43 | # the appropriate keymap folder that will get included automatically | ||
44 | # | ||
45 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
46 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
47 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
48 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
49 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
50 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
51 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
52 | MIDI_ENABLE = no # MIDI controls | ||
53 | AUDIO_ENABLE = no # Audio output on port C6 | ||
54 | UNICODE_ENABLE = no # Unicode | ||
55 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
56 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
57 | |||
58 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
59 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
60 | |||
61 | ifndef QUANTUM_DIR | ||
62 | include ../../../../Makefile | ||
63 | endif | ||
diff --git a/keyboards/planck/keymaps/experimental/Makefile b/keyboards/planck/keymaps/experimental/Makefile deleted file mode 100644 index 29108e522..000000000 --- a/keyboards/planck/keymaps/experimental/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | ONEHAND_ENABLE = yes # Enable one-hand typing | ||
20 | STENO_ENABLE = yes # Enable TX Bolt protocol for Stenography, requires VIRTSER and may not work with mouse keys | ||
21 | |||
22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
24 | |||
25 | ifndef QUANTUM_DIR | ||
26 | include ../../../../Makefile | ||
27 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/gabriel/Makefile b/keyboards/planck/keymaps/gabriel/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/gabriel/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/handwired_binaryplease/Makefile b/keyboards/planck/keymaps/handwired_binaryplease/Makefile deleted file mode 100644 index 248fe2bb7..000000000 --- a/keyboards/planck/keymaps/handwired_binaryplease/Makefile +++ /dev/null | |||
@@ -1,74 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
4 | |||
5 | |||
6 | |||
7 | # MCU name | ||
8 | #MCU = at90usb1287 | ||
9 | MCU = atmega32u4 | ||
10 | |||
11 | # Processor frequency. | ||
12 | # This will define a symbol, F_CPU, in all source code files equal to the | ||
13 | # processor frequency in Hz. You can then use this symbol in your source code to | ||
14 | # calculate timings. Do NOT tack on a 'UL' at the end, this will be done | ||
15 | # automatically to create a 32-bit value in your source code. | ||
16 | # | ||
17 | # This will be an integer division of F_USB below, as it is sourced by | ||
18 | # F_USB after it has run through any CPU prescalers. Note that this value | ||
19 | # does not *change* the processor frequency - it should merely be updated to | ||
20 | # reflect the processor speed set externally so that the code can use accurate | ||
21 | # software delays. | ||
22 | F_CPU = 16000000 | ||
23 | |||
24 | # | ||
25 | # LUFA specific | ||
26 | # | ||
27 | # Target architecture (see library "Board Types" documentation). | ||
28 | ARCH = AVR8 | ||
29 | |||
30 | # Input clock frequency. | ||
31 | # This will define a symbol, F_USB, in all source code files equal to the | ||
32 | # input clock frequency (before any prescaling is performed) in Hz. This value may | ||
33 | # differ from F_CPU if prescaling is used on the latter, and is required as the | ||
34 | # raw input clock is fed directly to the PLL sections of the AVR for high speed | ||
35 | # clock generation for the USB and other AVR subsections. Do NOT tack on a 'UL' | ||
36 | # at the end, this will be done automatically to create a 32-bit value in your | ||
37 | # source code. | ||
38 | # | ||
39 | # If no clock division is performed on the input clock inside the AVR (via the | ||
40 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | ||
41 | F_USB = $(F_CPU) | ||
42 | |||
43 | # Interrupt driven control endpoint task(+60) | ||
44 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
45 | |||
46 | |||
47 | # Boot Section Size in *bytes* | ||
48 | # Teensy halfKay 512 | ||
49 | # Teensy++ halfKay 1024 | ||
50 | # Atmel DFU loader 4096 | ||
51 | # LUFA bootloader 4096 | ||
52 | # USBaspLoader 2048 | ||
53 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
54 | |||
55 | # Build Options | ||
56 | # change to "no" to disable the options, or define them in the Makefile in | ||
57 | # the appropriate keymap folder that will get included automatically | ||
58 | # | ||
59 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
60 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
61 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
62 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
63 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
64 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
66 | MIDI_ENABLE = yes # MIDI controls | ||
67 | AUDIO_ENABLE = no # Audio output on port C6 | ||
68 | UNICODE_ENABLE = no # Unicode | ||
69 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
70 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
71 | API_SYSEX_ENABLE = no | ||
72 | |||
73 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
74 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
diff --git a/keyboards/planck/keymaps/impossible/Makefile b/keyboards/planck/keymaps/impossible/Makefile deleted file mode 100644 index cf2c31f0f..000000000 --- a/keyboards/planck/keymaps/impossible/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | # Build Options | ||
6 | # change to "no" to disable the options, or define them in the Makefile in | ||
7 | # the appropriate keymap folder that will get included automatically | ||
8 | # | ||
9 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
10 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
11 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
12 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
13 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
14 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
15 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
16 | MIDI_ENABLE = no # MIDI controls | ||
17 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
18 | UNICODE_ENABLE = no # Unicode | ||
19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
21 | |||
22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
24 | |||
25 | ifndef QUANTUM_DIR | ||
26 | include ../../../../Makefile | ||
27 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/jacob/Makefile b/keyboards/planck/keymaps/jacob/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/jacob/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/jeebak/Makefile b/keyboards/planck/keymaps/jeebak/Makefile deleted file mode 100644 index cf2c31f0f..000000000 --- a/keyboards/planck/keymaps/jeebak/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | # Build Options | ||
6 | # change to "no" to disable the options, or define them in the Makefile in | ||
7 | # the appropriate keymap folder that will get included automatically | ||
8 | # | ||
9 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
10 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
11 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
12 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
13 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
14 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
15 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
16 | MIDI_ENABLE = no # MIDI controls | ||
17 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
18 | UNICODE_ENABLE = no # Unicode | ||
19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
21 | |||
22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
24 | |||
25 | ifndef QUANTUM_DIR | ||
26 | include ../../../../Makefile | ||
27 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/jhenahan/Makefile b/keyboards/planck/keymaps/jhenahan/Makefile deleted file mode 100644 index 83da2a7f8..000000000 --- a/keyboards/planck/keymaps/jhenahan/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | # Build Options | ||
6 | # change to "no" to disable the options, or define them in the Makefile in | ||
7 | # the appropriate keymap folder that will get included automatically | ||
8 | # | ||
9 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
10 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
11 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
12 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
13 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
14 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
15 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
16 | MIDI_ENABLE = no # MIDI controls | ||
17 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
18 | UNICODE_ENABLE = no # Unicode | ||
19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
21 | |||
22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
24 | |||
25 | ifndef QUANTUM_DIR | ||
26 | include ../../../../Makefile | ||
27 | endif | ||
diff --git a/keyboards/planck/keymaps/joe/Makefile b/keyboards/planck/keymaps/joe/Makefile deleted file mode 100644 index b2ca41944..000000000 --- a/keyboards/planck/keymaps/joe/Makefile +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | |||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | |||
26 | ifndef QUANTUM_DIR | ||
27 | include ../../../../Makefile | ||
28 | endif | ||
diff --git a/keyboards/planck/keymaps/johannes/Makefile b/keyboards/planck/keymaps/johannes/Makefile deleted file mode 100644 index 0c0632da0..000000000 --- a/keyboards/planck/keymaps/johannes/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/kyle/Makefile b/keyboards/planck/keymaps/kyle/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/kyle/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/lae3/Makefile b/keyboards/planck/keymaps/lae3/Makefile deleted file mode 100644 index 595803e32..000000000 --- a/keyboards/planck/keymaps/lae3/Makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | |||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | |||
21 | ifndef QUANTUM_DIR | ||
22 | include ../../../../Makefile | ||
23 | endif | ||
diff --git a/keyboards/planck/keymaps/leo/Makefile b/keyboards/planck/keymaps/leo/Makefile deleted file mode 100644 index b2ca41944..000000000 --- a/keyboards/planck/keymaps/leo/Makefile +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | |||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | |||
26 | ifndef QUANTUM_DIR | ||
27 | include ../../../../Makefile | ||
28 | endif | ||
diff --git a/keyboards/planck/keymaps/lucas/Makefile b/keyboards/planck/keymaps/lucas/Makefile deleted file mode 100644 index b2ca41944..000000000 --- a/keyboards/planck/keymaps/lucas/Makefile +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | |||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | |||
26 | ifndef QUANTUM_DIR | ||
27 | include ../../../../Makefile | ||
28 | endif | ||
diff --git a/keyboards/planck/keymaps/lukas/Makefile b/keyboards/planck/keymaps/lukas/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/lukas/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/luke/Makefile b/keyboards/planck/keymaps/luke/Makefile deleted file mode 100644 index 847686873..000000000 --- a/keyboards/planck/keymaps/luke/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = yes # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/planck/keymaps/max/Makefile b/keyboards/planck/keymaps/max/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/max/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/mitch/Makefile b/keyboards/planck/keymaps/mitch/Makefile deleted file mode 100644 index 7955003d4..000000000 --- a/keyboards/planck/keymaps/mitch/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT = rev3 | ||
2 | |||
3 | ifndef QUANTUM_DIR | ||
4 | include ../../../../Makefile | ||
5 | endif | ||
diff --git a/keyboards/planck/keymaps/mjt/Makefile b/keyboards/planck/keymaps/mjt/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/mjt/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/planck/keymaps/mjtnumsym/Makefile b/keyboards/planck/keymaps/mjtnumsym/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/mjtnumsym/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/planck/keymaps/mollat/Makefile b/keyboards/planck/keymaps/mollat/Makefile deleted file mode 100644 index b2ca41944..000000000 --- a/keyboards/planck/keymaps/mollat/Makefile +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | |||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | |||
26 | ifndef QUANTUM_DIR | ||
27 | include ../../../../Makefile | ||
28 | endif | ||
diff --git a/keyboards/planck/keymaps/nico/Makefile b/keyboards/planck/keymaps/nico/Makefile deleted file mode 100644 index b2ca41944..000000000 --- a/keyboards/planck/keymaps/nico/Makefile +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | |||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | |||
26 | ifndef QUANTUM_DIR | ||
27 | include ../../../../Makefile | ||
28 | endif | ||
diff --git a/keyboards/planck/keymaps/originerd/Makefile b/keyboards/planck/keymaps/originerd/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/originerd/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/planck/keymaps/pete/Makefile b/keyboards/planck/keymaps/pete/Makefile deleted file mode 100644 index 20bba3f49..000000000 --- a/keyboards/planck/keymaps/pete/Makefile +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | AUDIO_ENABLE = no | ||
8 | NKRO_ENABLE = yes | ||
9 | |||
10 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
11 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
12 | |||
13 | ifndef QUANTUM_DIR | ||
14 | include ../../../../Makefile | ||
15 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/phreed/Makefile b/keyboards/planck/keymaps/phreed/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/phreed/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/planck/keymaps/piemod/Makefile b/keyboards/planck/keymaps/piemod/Makefile deleted file mode 100755 index 1e48872e3..000000000 --- a/keyboards/planck/keymaps/piemod/Makefile +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = rev4 | ||
2 | |||
3 | MOUSEKEY_ENABLE = yes | ||
4 | BLUETOOTH_ENABLE = yes | ||
5 | EXTRAKEY_ENABLE = yes | ||
6 | AUDIO_ENABLE = yes | ||
7 | |||
8 | ifndef QUANTUM_DIR | ||
9 | include ../../../../Makefile | ||
10 | endif | ||
diff --git a/keyboards/planck/keymaps/pok3r/Makefile b/keyboards/planck/keymaps/pok3r/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/pok3r/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/planck/keymaps/premek/Makefile b/keyboards/planck/keymaps/premek/Makefile deleted file mode 100644 index b2ca41944..000000000 --- a/keyboards/planck/keymaps/premek/Makefile +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | |||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | |||
26 | ifndef QUANTUM_DIR | ||
27 | include ../../../../Makefile | ||
28 | endif | ||
diff --git a/keyboards/planck/keymaps/priyadi/Makefile b/keyboards/planck/keymaps/priyadi/Makefile deleted file mode 100644 index 27c2638e2..000000000 --- a/keyboards/planck/keymaps/priyadi/Makefile +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | UNICODEMAP_ENABLE = yes # Unicode map | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
18 | API_SYSEX_ENABLE = no | ||
19 | FAUXCLICKY_ENABLE = yes | ||
20 | |||
21 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
23 | |||
24 | ifndef QUANTUM_DIR | ||
25 | include ../../../../Makefile | ||
26 | endif | ||
diff --git a/keyboards/planck/keymaps/pvc/Makefile b/keyboards/planck/keymaps/pvc/Makefile deleted file mode 100644 index c92ca1bff..000000000 --- a/keyboards/planck/keymaps/pvc/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | # Build Options | ||
6 | # change to "no" to disable the options, or define them in the Makefile in | ||
7 | # the appropriate keymap folder that will get included automatically | ||
8 | # | ||
9 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
10 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
11 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
12 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
13 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
14 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
15 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
16 | MIDI_ENABLE = no # MIDI controls | ||
17 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
18 | UNICODE_ENABLE = no # Unicode | ||
19 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
20 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
21 | |||
22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
24 | |||
25 | ifndef QUANTUM_DIR | ||
26 | include ../../../../Makefile | ||
27 | endif | ||
diff --git a/keyboards/planck/keymaps/rai-suta/Makefile b/keyboards/planck/keymaps/rai-suta/Makefile deleted file mode 100644 index 38efe374c..000000000 --- a/keyboards/planck/keymaps/rai-suta/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/sean/Makefile b/keyboards/planck/keymaps/sean/Makefile deleted file mode 100644 index 09b127dc0..000000000 --- a/keyboards/planck/keymaps/sean/Makefile +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
4 | MOUSEKEY_ENABLE = yes | ||
diff --git a/keyboards/planck/keymaps/sgoodwin/Makefile b/keyboards/planck/keymaps/sgoodwin/Makefile deleted file mode 100644 index 9081c6d3e..000000000 --- a/keyboards/planck/keymaps/sgoodwin/Makefile +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | API_SYSEX_ENABLE = no # Disable extra stuff for ergodoxen | ||
23 | |||
24 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
26 | |||
27 | ifndef QUANTUM_DIR | ||
28 | include ../../../../Makefile | ||
29 | endif | ||
diff --git a/keyboards/planck/keymaps/smt/Makefile b/keyboards/planck/keymaps/smt/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/planck/keymaps/smt/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/planck/keymaps/steno/Makefile b/keyboards/planck/keymaps/steno/Makefile deleted file mode 100644 index 8bfc69499..000000000 --- a/keyboards/planck/keymaps/steno/Makefile +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
4 | |||
5 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
6 | STENO_ENABLE = yes # Additional protocols for Stenography(+1700), requires VIRTSER | ||
7 | AUDIO_ENABLE = no # Audio output on port C6 | ||
8 | MIDI_ENABLE = no # MIDI controls | ||
diff --git a/keyboards/planck/keymaps/tak3over/Makefile b/keyboards/planck/keymaps/tak3over/Makefile deleted file mode 100644 index b2ca41944..000000000 --- a/keyboards/planck/keymaps/tak3over/Makefile +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | |||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | |||
26 | ifndef QUANTUM_DIR | ||
27 | include ../../../../Makefile | ||
28 | endif | ||
diff --git a/keyboards/planck/keymaps/thermal_printer/Makefile b/keyboards/planck/keymaps/thermal_printer/Makefile deleted file mode 100644 index 9477d1179..000000000 --- a/keyboards/planck/keymaps/thermal_printer/Makefile +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | # Please remove if no longer applicable | ||
2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
3 | $(warning Please disable some options in the Makefile to resolve) | ||
4 | |||
5 | |||
6 | # Build Options | ||
7 | # change to "no" to disable the options, or define them in the Makefile in | ||
8 | # the appropriate keymap folder that will get included automatically | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
13 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | UNICODE_ENABLE = no # Unicode | ||
20 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
22 | PRINTING_ENABLE = yes | ||
23 | |||
24 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
26 | |||
27 | ifndef QUANTUM_DIR | ||
28 | include ../../../../Makefile | ||
29 | endif | ||
diff --git a/keyboards/planck/keymaps/tong92/Makefile b/keyboards/planck/keymaps/tong92/Makefile deleted file mode 100644 index e6608e74c..000000000 --- a/keyboards/planck/keymaps/tong92/Makefile +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | #---------------------------------------------------------------------------- | ||
2 | # On command line: | ||
3 | # | ||
4 | # make all = Make software. | ||
5 | # | ||
6 | # make clean = Clean out built project files. | ||
7 | # | ||
8 | # make coff = Convert ELF to AVR COFF. | ||
9 | # | ||
10 | # make extcoff = Convert ELF to AVR Extended COFF. | ||
11 | # | ||
12 | # make program = Download the hex file to the device. | ||
13 | # Please customize your programmer settings(PROGRAM_CMD) | ||
14 | # | ||
15 | # make teensy = Download the hex file to the device, using teensy_loader_cli. | ||
16 | # (must have teensy_loader_cli installed). | ||
17 | # | ||
18 | # make dfu = Download the hex file to the device, using dfu-programmer (must | ||
19 | # have dfu-programmer installed). | ||
20 | # | ||
21 | # make flip = Download the hex file to the device, using Atmel FLIP (must | ||
22 | # have Atmel FLIP installed). | ||
23 | # | ||
24 | # make dfu-ee = Download the eeprom file to the device, using dfu-programmer | ||
25 | # (must have dfu-programmer installed). | ||
26 | # | ||
27 | # make flip-ee = Download the eeprom file to the device, using Atmel FLIP | ||
28 | # (must have Atmel FLIP installed). | ||
29 | # | ||
30 | # make debug = Start either simulavr or avarice as specified for debugging, | ||
31 | # with avr-gdb or avr-insight as the front end for debugging. | ||
32 | # | ||
33 | # make filename.s = Just compile filename.c into the assembler code only. | ||
34 | # | ||
35 | # make filename.i = Create a preprocessed source file for use in submitting | ||
36 | # bug reports to the GCC project. | ||
37 | # | ||
38 | # To rebuild project do "make clean" then "make all". | ||
39 | #---------------------------------------------------------------------------- | ||
40 | # Build Options | ||
41 | # change to "no" to disable the options, or define them in the makefile.mk in | ||
42 | # the appropriate keymap folder that will get included automatically | ||
43 | # | ||
44 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
45 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
46 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
47 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
48 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
49 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
50 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
51 | MIDI_ENABLE = no # MIDI controls | ||
52 | AUDIO_ENABLE = no # Audio output on port C6 | ||
53 | UNICODE_ENABLE = no # Unicode | ||
54 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
55 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
56 | |||
57 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
58 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
59 | |||
60 | ifndef QUANTUM_DIR | ||
61 | include ../../../../Makefile | ||
62 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/unicode/Makefile b/keyboards/planck/keymaps/unicode/Makefile deleted file mode 100644 index 110af7501..000000000 --- a/keyboards/planck/keymaps/unicode/Makefile +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | UNICODE_ENABLE = yes # Unicode | ||
8 | |||
9 | ifndef QUANTUM_DIR | ||
10 | include ../../../../Makefile | ||
11 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/vifon/Makefile b/keyboards/planck/keymaps/vifon/Makefile deleted file mode 100644 index 15a7b736f..000000000 --- a/keyboards/planck/keymaps/vifon/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = no # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/planck/keymaps/xyverz/Makefile b/keyboards/planck/keymaps/xyverz/Makefile deleted file mode 100644 index 55bf853a0..000000000 --- a/keyboards/planck/keymaps/xyverz/Makefile +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
2 | AUDIO_ENABLE = no # Audio output on port C6 | ||
3 | |||
4 | ifndef QUANTUM_DIR | ||
5 | include ../../../../Makefile | ||
6 | endif | ||
diff --git a/keyboards/planck/keymaps/yale/Makefile b/keyboards/planck/keymaps/yale/Makefile deleted file mode 100644 index 581e08cd0..000000000 --- a/keyboards/planck/keymaps/yale/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/yang/Makefile b/keyboards/planck/keymaps/yang/Makefile deleted file mode 100644 index 6b18762fa..000000000 --- a/keyboards/planck/keymaps/yang/Makefile +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
6 | AUDIO_ENABLE = no | ||
7 | |||
8 | ifndef QUANTUM_DIR | ||
9 | include ../../../../Makefile | ||
10 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/keymaps/zach/Makefile b/keyboards/planck/keymaps/zach/Makefile deleted file mode 100644 index 9d86fc81f..000000000 --- a/keyboards/planck/keymaps/zach/Makefile +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | # Zach Planck Makefile | ||
2 | # Max .hex size is about 28636 bytes | ||
3 | |||
4 | # Build Options | ||
5 | # change to "no" to disable the options, or define them in the Makefile in | ||
6 | # the appropriate keymap folder that will get included automatically | ||
7 | # | ||
8 | TAP_DANCE_ENABLE = yes # Enable TapDance functionality | ||
9 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
10 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
11 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
12 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
13 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
14 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
15 | USB_6KRO_ENABLE = no # 6key Rollover | ||
16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = no # Audio output on port C6 | ||
19 | #VARIABLE_TRACE = no # Debug changes to variable values | ||
20 | UNICODE_ENABLE = no # Unicode (can't be used with unicodemap) | ||
21 | UNICODEMAP_ENABLE = yes # Enable extended unicode | ||
22 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
23 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
24 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
26 | |||
27 | ifndef QUANTUM_DIR | ||
28 | include ../../../../Makefile | ||
29 | endif | ||
diff --git a/keyboards/planck/rev3/Makefile b/keyboards/planck/rev3/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/planck/rev3/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/planck/rev4/Makefile b/keyboards/planck/rev4/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/planck/rev4/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/preonic/Makefile b/keyboards/preonic/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/preonic/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/preonic/keymaps/0xdec/Makefile b/keyboards/preonic/keymaps/0xdec/Makefile deleted file mode 100644 index 6600e3689..000000000 --- a/keyboards/preonic/keymaps/0xdec/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | |||
3 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
4 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
5 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
6 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
7 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
8 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
9 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
10 | MIDI_ENABLE = no # MIDI controls | ||
11 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
12 | UNICODE_ENABLE = no # Unicode | ||
13 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
15 | |||
16 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/preonic/keymaps/CMD-Preonic/makefile b/keyboards/preonic/keymaps/CMD-Preonic/makefile deleted file mode 100644 index 2f7787e86..000000000 --- a/keyboards/preonic/keymaps/CMD-Preonic/makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | |||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | |||
21 | ifndef QUANTUM_DIR | ||
22 | include ../../../../Makefile | ||
23 | endif | ||
diff --git a/keyboards/preonic/keymaps/dale/Makefile b/keyboards/preonic/keymaps/dale/Makefile deleted file mode 100644 index 156a3a0a9..000000000 --- a/keyboards/preonic/keymaps/dale/Makefile +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | ifndef QUANTUM_DIR | ||
24 | include ../../../../Makefile | ||
25 | endif | ||
diff --git a/keyboards/preonic/keymaps/default/Makefile b/keyboards/preonic/keymaps/default/Makefile deleted file mode 100644 index 3d4659ceb..000000000 --- a/keyboards/preonic/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/preonic/keymaps/jacwib/Makefile b/keyboards/preonic/keymaps/jacwib/Makefile deleted file mode 100644 index 3e87d41d3..000000000 --- a/keyboards/preonic/keymaps/jacwib/Makefile +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | |||
2 | |||
3 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
4 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
5 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
6 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
7 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
8 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
9 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
10 | MIDI_ENABLE = no # MIDI controls | ||
11 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
12 | UNICODE_ENABLE = no # Unicode | ||
13 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
15 | |||
16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
17 | |||
18 | ifndef QUANTUM_DIR | ||
19 | include ../../../../Makefile | ||
20 | endif | ||
diff --git a/keyboards/preonic/keymaps/kinesis/Makefile b/keyboards/preonic/keymaps/kinesis/Makefile deleted file mode 100644 index 6c8d2897c..000000000 --- a/keyboards/preonic/keymaps/kinesis/Makefile +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | |||
2 | |||
3 | # Build Options | ||
4 | # change to "no" to disable the options, or define them in the Makefile in | ||
5 | # the appropriate keymap folder that will get included automatically | ||
6 | # | ||
7 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
8 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
9 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
10 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
12 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
13 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
14 | MIDI_ENABLE = no # MIDI controls | ||
15 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
16 | UNICODE_ENABLE = no # Unicode | ||
17 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
18 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
19 | |||
20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
22 | |||
23 | TAP_DANCE_ENABLE = yes | ||
24 | |||
25 | ifndef QUANTUM_DIR | ||
26 | include ../../../../Makefile | ||
27 | endif | ||
diff --git a/keyboards/preonic/keymaps/nikchi/Makefile b/keyboards/preonic/keymaps/nikchi/Makefile deleted file mode 100644 index 3d4659ceb..000000000 --- a/keyboards/preonic/keymaps/nikchi/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/preonic/keymaps/smt/Makefile b/keyboards/preonic/keymaps/smt/Makefile deleted file mode 100644 index 3d4659ceb..000000000 --- a/keyboards/preonic/keymaps/smt/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/preonic/keymaps/xyverz/Makefile b/keyboards/preonic/keymaps/xyverz/Makefile deleted file mode 100644 index ea5f6c164..000000000 --- a/keyboards/preonic/keymaps/xyverz/Makefile +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | |||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
20 | |||
21 | ifndef QUANTUM_DIR | ||
22 | include ../../../../Makefile | ||
23 | endif \ No newline at end of file | ||
diff --git a/keyboards/preonic/keymaps/zach/Makefile b/keyboards/preonic/keymaps/zach/Makefile deleted file mode 100644 index eebf41349..000000000 --- a/keyboards/preonic/keymaps/zach/Makefile +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | # Zach Preonic Makefile | ||
2 | # Max .hex size is about 28636 bytes | ||
3 | |||
4 | # Build Options | ||
5 | # change to "no" to disable the options, or define them in the Makefile in | ||
6 | # the appropriate keymap folder that will get included automatically | ||
7 | # | ||
8 | TAP_DANCE_ENABLE = yes # Enable TapDance functionality | ||
9 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
10 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
11 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
12 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
13 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
14 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
15 | USB_6KRO_ENABLE = no # 6key Rollover | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | MIDI_ENABLE = no # MIDI controls | ||
18 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
19 | #VARIABLE_TRACE = no # Debug changes to variable values | ||
20 | UNICODE_ENABLE = no # Unicode | ||
21 | UNICODEMAP_ENABLE = yes # Enable extended unicode | ||
22 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
23 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
24 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
26 | |||
27 | ifndef QUANTUM_DIR | ||
28 | include ../../../../Makefile | ||
29 | endif | ||
diff --git a/keyboards/ps2avrGB/Makefile b/keyboards/ps2avrGB/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/ps2avrGB/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/roadkit/Makefile b/keyboards/roadkit/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/roadkit/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/roadkit/keymaps/default/Makefile b/keyboards/roadkit/keymaps/default/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/roadkit/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/roadkit/keymaps/flipphone/Makefile b/keyboards/roadkit/keymaps/flipphone/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/roadkit/keymaps/flipphone/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/roadkit/keymaps/mjt/Makefile b/keyboards/roadkit/keymaps/mjt/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/roadkit/keymaps/mjt/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/roadkit/keymaps/singles/Makefile b/keyboards/roadkit/keymaps/singles/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/roadkit/keymaps/singles/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/roadkit/keymaps/singlesBrent/Makefile b/keyboards/roadkit/keymaps/singlesBrent/Makefile deleted file mode 100644 index b61d6cca2..000000000 --- a/keyboards/roadkit/keymaps/singlesBrent/Makefile +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | TAP_DANCE_ENABLE = yes # Enable Tap Dance functionality | ||
19 | |||
20 | ifndef QUANTUM_DIR | ||
21 | include ../../../../Makefile | ||
22 | endif \ No newline at end of file | ||
diff --git a/keyboards/s60_x/Makefile b/keyboards/s60_x/Makefile deleted file mode 100644 index 879e493a2..000000000 --- a/keyboards/s60_x/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | SUBPROJECT_DEFAULT = default | ||
2 | |||
3 | ifndef MAKEFILE_INCLUDED | ||
4 | include ../../Makefile | ||
5 | endif \ No newline at end of file | ||
diff --git a/keyboards/s60_x/default/Makefile b/keyboards/s60_x/default/Makefile deleted file mode 100644 index 191c6bb66..000000000 --- a/keyboards/s60_x/default/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/s60_x/keymaps/ansi_qwertz/Makefile b/keyboards/s60_x/keymaps/ansi_qwertz/Makefile deleted file mode 100644 index 6a078bcc3..000000000 --- a/keyboards/s60_x/keymaps/ansi_qwertz/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/s60_x/keymaps/bluebear/Makefile b/keyboards/s60_x/keymaps/bluebear/Makefile deleted file mode 100644 index dfefad39d..000000000 --- a/keyboards/s60_x/keymaps/bluebear/Makefile +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
2 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
3 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
4 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
5 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
6 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
7 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
8 | MIDI_ENABLE = yes # MIDI controls | ||
9 | AUDIO_ENABLE = no # Audio output on port C6 | ||
10 | UNICODE_ENABLE = no # Unicode | ||
11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
14 | TAP_DANCE_ENABLE = no # Enable tap dancing keys | ||
15 | |||
16 | ifndef QUANTUM_DIR | ||
17 | include ../../../../Makefile | ||
18 | endif | ||
diff --git a/keyboards/s60_x/rgb/Makefile b/keyboards/s60_x/rgb/Makefile deleted file mode 100644 index bd09e5885..000000000 --- a/keyboards/s60_x/rgb/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/s65_x/Makefile b/keyboards/s65_x/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/s65_x/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/satan/Makefile b/keyboards/satan/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/satan/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/satan/keymaps/admiralStrokers/Makefile b/keyboards/satan/keymaps/admiralStrokers/Makefile deleted file mode 100644 index 61dfedeb8..000000000 --- a/keyboards/satan/keymaps/admiralStrokers/Makefile +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | SLEEP_LED_ENABLE = no # Enables your LED to breathe while your computer is sleeping. | ||
11 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
12 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no # Audio output on port C6 | ||
15 | UNICODEMAP_ENABLE = no # This allows sending unicode symbols using X(<unicode>) in your keymap. | ||
16 | UNICODE_ENABLE =no # Unicode | ||
17 | UCIS_ENABLE = no # Keep in mind that not all will work (See WinCompose for details on Windows). | ||
18 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
19 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
20 | SLEEP_LED_ENABLE = no# Breathing sleep LED during USB suspend | ||
21 | API_SYSEX_ENABLE = no # This enables using the Quantum SYSEX API to send strings | ||
22 | ifndef QUANTUM_DIR | ||
23 | include ../../../../Makefile | ||
24 | endif | ||
diff --git a/keyboards/satan/keymaps/ben_iso/Makefile b/keyboards/satan/keymaps/ben_iso/Makefile deleted file mode 100644 index 2a7ff2779..000000000 --- a/keyboards/satan/keymaps/ben_iso/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/satan/keymaps/colemak/Makefile b/keyboards/satan/keymaps/colemak/Makefile deleted file mode 100644 index 2a7ff2779..000000000 --- a/keyboards/satan/keymaps/colemak/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/satan/keymaps/default/Makefile b/keyboards/satan/keymaps/default/Makefile deleted file mode 100644 index 2a7ff2779..000000000 --- a/keyboards/satan/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/satan/keymaps/denolfe/Makefile b/keyboards/satan/keymaps/denolfe/Makefile deleted file mode 100644 index 04d274306..000000000 --- a/keyboards/satan/keymaps/denolfe/Makefile +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | |||
2 | # Build Options | ||
3 | # comment out to disable the options. | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality (+4870) | ||
12 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality (+1150) | ||
13 | MIDI_ENABLE = no # MIDI controls | ||
14 | AUDIO_ENABLE = no | ||
15 | UNICODE_ENABLE = no # Unicode | ||
16 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
17 | |||
18 | ifndef QUANTUM_DIR | ||
19 | include ../../../../Makefile | ||
20 | endif | ||
diff --git a/keyboards/satan/keymaps/iso_split_rshift/Makefile b/keyboards/satan/keymaps/iso_split_rshift/Makefile deleted file mode 100644 index d1e07da3f..000000000 --- a/keyboards/satan/keymaps/iso_split_rshift/Makefile +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
4 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
5 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
6 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
7 | RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality (+4870) | ||
8 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality (+1150) | ||
9 | MIDI_ENABLE = no # MIDI controls | ||
10 | AUDIO_ENABLE = no | ||
11 | UNICODE_ENABLE = no # Unicode | ||
12 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
13 | |||
14 | ifndef QUANTUM_DIR | ||
15 | include ../../../../Makefile | ||
16 | endif | ||
diff --git a/keyboards/satan/keymaps/midi/Makefile b/keyboards/satan/keymaps/midi/Makefile deleted file mode 100644 index 89c34b394..000000000 --- a/keyboards/satan/keymaps/midi/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = yes # MIDI support (+2400 to 4200, depending on config) | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/satan/keymaps/sethbc/Makefile b/keyboards/satan/keymaps/sethbc/Makefile deleted file mode 100644 index 2a7ff2779..000000000 --- a/keyboards/satan/keymaps/sethbc/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/satan/keymaps/smt/Makefile b/keyboards/satan/keymaps/smt/Makefile deleted file mode 100644 index 0c9ae824f..000000000 --- a/keyboards/satan/keymaps/smt/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/satan/keymaps/unxmaal/Makefile b/keyboards/satan/keymaps/unxmaal/Makefile deleted file mode 100644 index ee94a67b4..000000000 --- a/keyboards/satan/keymaps/unxmaal/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/sixkeyboard/Makefile b/keyboards/sixkeyboard/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/sixkeyboard/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/subatomic/Makefile b/keyboards/subatomic/Makefile deleted file mode 100644 index e69de29bb..000000000 --- a/keyboards/subatomic/Makefile +++ /dev/null | |||
diff --git a/keyboards/sweet16/Makefile b/keyboards/sweet16/Makefile deleted file mode 100644 index 0011010fd..000000000 --- a/keyboards/sweet16/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/tada68/Makefile b/keyboards/tada68/Makefile deleted file mode 100755 index 4e2a6f00f..000000000 --- a/keyboards/tada68/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/tada68/keymaps/default/Makefile b/keyboards/tada68/keymaps/default/Makefile deleted file mode 100755 index 2a7ff2779..000000000 --- a/keyboards/tada68/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/tada68/keymaps/maartenwut/Makefile b/keyboards/tada68/keymaps/maartenwut/Makefile deleted file mode 100755 index f9e169906..000000000 --- a/keyboards/tada68/keymaps/maartenwut/Makefile +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = yes # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | COMBO_ENABLE = no # Enable key combinations | ||
19 | |||
20 | ifndef QUANTUM_DIR | ||
21 | include ../../../../Makefile | ||
22 | endif | ||
diff --git a/keyboards/tada68/keymaps/rgb/Makefile b/keyboards/tada68/keymaps/rgb/Makefile deleted file mode 100755 index ee94a67b4..000000000 --- a/keyboards/tada68/keymaps/rgb/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/tiger_lily/Makefile b/keyboards/tiger_lily/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/tiger_lily/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/tiger_lily/keymaps/default/Makefile b/keyboards/tiger_lily/keymaps/default/Makefile deleted file mode 100644 index 9d3df5964..000000000 --- a/keyboards/tiger_lily/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/tv44/Makefile b/keyboards/tv44/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/tv44/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/tv44/keymaps/belak/Makefile b/keyboards/tv44/keymaps/belak/Makefile deleted file mode 100644 index 611241124..000000000 --- a/keyboards/tv44/keymaps/belak/Makefile +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | #BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
3 | #EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
4 | #CONSOLE_ENABLE = yes # Console for debug(+400) | ||
5 | #DEBUG_ENABLE = yes | ||
6 | #COMMAND_ENABLE = yes # Commands for debug and configuration | ||
7 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
8 | TAP_DANCE_ENABLE = yes | ||
9 | |||
10 | ifndef QUANTUM_DIR | ||
11 | include ../../../../Makefile | ||
12 | endif | ||
diff --git a/keyboards/tv44/keymaps/core/Makefile b/keyboards/tv44/keymaps/core/Makefile deleted file mode 100644 index 457a3d01d..000000000 --- a/keyboards/tv44/keymaps/core/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/tv44/keymaps/default/Makefile b/keyboards/tv44/keymaps/default/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/tv44/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/tv44/keymaps/jeebak/Makefile b/keyboards/tv44/keymaps/jeebak/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/tv44/keymaps/jeebak/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/tv44/keymaps/mjt/Makefile b/keyboards/tv44/keymaps/mjt/Makefile deleted file mode 100644 index 41afd9a55..000000000 --- a/keyboards/tv44/keymaps/mjt/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/tv44/keymaps/smt/Makefile b/keyboards/tv44/keymaps/smt/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/tv44/keymaps/smt/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/tv44/keymaps/tong92/Makefile b/keyboards/tv44/keymaps/tong92/Makefile deleted file mode 100644 index e60e3c5c5..000000000 --- a/keyboards/tv44/keymaps/tong92/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
10 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/tv44/keymaps/xyverz/Makefile b/keyboards/tv44/keymaps/xyverz/Makefile deleted file mode 100644 index f4671a9d1..000000000 --- a/keyboards/tv44/keymaps/xyverz/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = no # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif \ No newline at end of file | ||
diff --git a/keyboards/uk78/Makefile b/keyboards/uk78/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/uk78/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/vision_division/Makefile b/keyboards/vision_division/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/vision_division/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/vision_division/keymaps/default/Makefile b/keyboards/vision_division/keymaps/default/Makefile deleted file mode 100644 index 28060947a..000000000 --- a/keyboards/vision_division/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # Build Options | ||
2 | # change to "no" to disable the options, or define them in the Makefile in | ||
3 | # the appropriate keymap folder that will get included automatically | ||
4 | # | ||
5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
6 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
8 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
9 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
12 | MIDI_ENABLE = no # MIDI controls | ||
13 | AUDIO_ENABLE = yes # Audio output on port C6 | ||
14 | UNICODE_ENABLE = no # Unicode | ||
15 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
16 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
18 | |||
19 | ifndef QUANTUM_DIR | ||
20 | include ../../../../Makefile | ||
21 | endif | ||
diff --git a/keyboards/viterbi/rev1/Makefile b/keyboards/viterbi/rev1/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/viterbi/rev1/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/whitefox/Makefile b/keyboards/whitefox/Makefile deleted file mode 100644 index 4e2a6f00f..000000000 --- a/keyboards/whitefox/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif \ No newline at end of file | ||
diff --git a/keyboards/whitefox/keymaps/jetpacktuxedo/Makefile b/keyboards/whitefox/keymaps/jetpacktuxedo/Makefile deleted file mode 100644 index 8eb483103..000000000 --- a/keyboards/whitefox/keymaps/jetpacktuxedo/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | ifndef QUANTUM_DIR | ||
2 | include ../../../Makefile | ||
3 | endif | ||
4 | |||
5 | BACKLIGHT_ENABLE = yes | ||
diff --git a/keyboards/xd60/Makefile b/keyboards/xd60/Makefile deleted file mode 100644 index 57b2ef62e..000000000 --- a/keyboards/xd60/Makefile +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ifndef MAKEFILE_INCLUDED | ||
2 | include ../../Makefile | ||
3 | endif | ||
diff --git a/keyboards/xd75/keymaps/cbbrowne/Makefile b/keyboards/xd75/keymaps/cbbrowne/Makefile deleted file mode 100644 index 89b0b9a8e..000000000 --- a/keyboards/xd75/keymaps/cbbrowne/Makefile +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | ||
22 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
23 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
24 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
25 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
28 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | UNICODE_ENABLE = no # Unicode | ||
31 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | API_SYSEX_ENABLE = no # Enable SYSEX API (+5390) | ||
35 | |||
36 | ifndef QUANTUM_DIR | ||
37 | include ../../../../Makefile | ||
38 | endif | ||
diff --git a/keyboards/xd75/keymaps/default/Makefile b/keyboards/xd75/keymaps/default/Makefile deleted file mode 100644 index d4e08cfb2..000000000 --- a/keyboards/xd75/keymaps/default/Makefile +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | ifndef QUANTUM_DIR | ||
17 | include ../../../../Makefile | ||
18 | endif | ||
diff --git a/keyboards/xd75/keymaps/fabian/Makefile b/keyboards/xd75/keymaps/fabian/Makefile deleted file mode 100644 index 6e8941fdf..000000000 --- a/keyboards/xd75/keymaps/fabian/Makefile +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | |||
17 | # QMK Build Options | ||
18 | # change to "no" to disable the options, or define them in the Makefile in | ||
19 | # the appropriate keymap folder that will get included automatically | ||
20 | # | ||
21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
24 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
25 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
27 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
28 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
29 | AUDIO_ENABLE = no # Audio output on port C6 | ||
30 | UNICODE_ENABLE = no # Unicode | ||
31 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. | ||
33 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
34 | |||
35 | ifndef QUANTUM_DIR | ||
36 | include ../../../../Makefile | ||
37 | endif | ||
diff --git a/keyboards/xd75/keymaps/skewwhiffy/Makefile b/keyboards/xd75/keymaps/skewwhiffy/Makefile deleted file mode 100644 index d4e08cfb2..000000000 --- a/keyboards/xd75/keymaps/skewwhiffy/Makefile +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | # Copyright 2013 Jun Wako <wakojun@gmail.com> | ||
2 | # | ||
3 | # This program is free software: you can redistribute it and/or modify | ||
4 | # it under the terms of the GNU General Public License as published by | ||
5 | # the Free Software Foundation, either version 2 of the License, or | ||
6 | # (at your option) any later version. | ||
7 | # | ||
8 | # This program is distributed in the hope that it will be useful, | ||
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | # GNU General Public License for more details. | ||
12 | # | ||
13 | # You should have received a copy of the GNU General Public License | ||
14 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | |||
16 | ifndef QUANTUM_DIR | ||
17 | include ../../../../Makefile | ||
18 | endif | ||