diff options
| author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-04 07:25:48 -0800 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-04 07:25:48 -0800 |
| commit | 7f4f0f7685cef421df4c07b0982c1905fb57a736 (patch) | |
| tree | a19f33691cb3f293ac732a4179e10339b4f24f1a /keyboards/lets_split | |
| parent | b1ed85587161e8352d136fcc4876a52b33328b01 (diff) | |
| download | qmk_firmware-7f4f0f7685cef421df4c07b0982c1905fb57a736.tar.gz qmk_firmware-7f4f0f7685cef421df4c07b0982c1905fb57a736.zip | |
Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)
* Remove QUANTUM_DIR code blocks from keyboard rules
This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect entire keyboards.
* remove QUANTUM_DIR code blocks from rules for default keymaps
This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect default keymaps.
* remove QUANTUM_DIR code blocks from rules for user keymaps
This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect "user" keymaps. (It's actually any keymap
that isn't named `default`.)
* remove QUANTUM_DIR code blocks from rules for community layouts
This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for community layouts.
* remove QUANTUM_DIR code blocks from rules for userspaces
This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for userspaces.
Diffstat (limited to 'keyboards/lets_split')
| -rwxr-xr-x | keyboards/lets_split/keymaps/bbaserdem/rules.mk | 3 | ||||
| -rwxr-xr-x | keyboards/lets_split/keymaps/bbaserdem_right/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/cpeters1982/rules.mk | 9 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/fabian/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/heartrobotninja/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/khord/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/mbsurfer/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/mjt/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/mtdjr/rules.mk | 5 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/pitty/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/poker/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/waples/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/xk/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/zer09/rules.mk | 3 |
14 files changed, 3 insertions, 47 deletions
diff --git a/keyboards/lets_split/keymaps/bbaserdem/rules.mk b/keyboards/lets_split/keymaps/bbaserdem/rules.mk index 4159db3fe..7a37e989d 100755 --- a/keyboards/lets_split/keymaps/bbaserdem/rules.mk +++ b/keyboards/lets_split/keymaps/bbaserdem/rules.mk | |||
| @@ -6,6 +6,3 @@ RGBLIGHT_ENABLE = yes # LED strips | |||
| 6 | TAP_DANCE_ENABLE = no # Use multi-tap features | 6 | TAP_DANCE_ENABLE = no # Use multi-tap features |
| 7 | AUDIO_ENABLE = no # Audio stuff | 7 | AUDIO_ENABLE = no # Audio stuff |
| 8 | 8 | ||
| 9 | ifndef QUANTUM_DIR | ||
| 10 | include ../../../../Makefile | ||
| 11 | endif | ||
diff --git a/keyboards/lets_split/keymaps/bbaserdem_right/rules.mk b/keyboards/lets_split/keymaps/bbaserdem_right/rules.mk index 36b4b8fc2..d0b692061 100755 --- a/keyboards/lets_split/keymaps/bbaserdem_right/rules.mk +++ b/keyboards/lets_split/keymaps/bbaserdem_right/rules.mk | |||
| @@ -21,6 +21,3 @@ KEY_LOCK_ENABLE = no # Allows locking any key. Not used | |||
| 21 | UNICODE_ENABLE = no # Used for unicode character emulation | 21 | UNICODE_ENABLE = no # Used for unicode character emulation |
| 22 | EXTRAKEY_ENABLE = no # OS signals like volume control | 22 | EXTRAKEY_ENABLE = no # OS signals like volume control |
| 23 | 23 | ||
| 24 | ifndef QUANTUM_DIR | ||
| 25 | include ../../../../Makefile | ||
| 26 | endif | ||
diff --git a/keyboards/lets_split/keymaps/cpeters1982/rules.mk b/keyboards/lets_split/keymaps/cpeters1982/rules.mk index f2fde785d..87136eef0 100644 --- a/keyboards/lets_split/keymaps/cpeters1982/rules.mk +++ b/keyboards/lets_split/keymaps/cpeters1982/rules.mk | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | AUTO_SHIFT_ENABLE = yes | ||
| 2 | RGBLIGHT_ENABLE = yes | ||
| 1 | 3 | ||
| 2 | |||
| 3 | |||
| 4 | ifndef QUANTUM_DIR | ||
| 5 | include ../../../../Makefile | ||
| 6 | AUTO_SHIFT_ENABLE = yes | ||
| 7 | RGBLIGHT_ENABLE = yes | ||
| 8 | endif | ||
diff --git a/keyboards/lets_split/keymaps/fabian/rules.mk b/keyboards/lets_split/keymaps/fabian/rules.mk index b8c82cb99..316a4b9cb 100644 --- a/keyboards/lets_split/keymaps/fabian/rules.mk +++ b/keyboards/lets_split/keymaps/fabian/rules.mk | |||
| @@ -4,6 +4,3 @@ | |||
| 4 | # | 4 | # |
| 5 | # UNICODE_ENABLE = yes | 5 | # UNICODE_ENABLE = yes |
| 6 | 6 | ||
| 7 | ifndef QUANTUM_DIR | ||
| 8 | include ../../../../Makefile | ||
| 9 | endif | ||
diff --git a/keyboards/lets_split/keymaps/heartrobotninja/rules.mk b/keyboards/lets_split/keymaps/heartrobotninja/rules.mk index 36f5e5b6d..21aae31db 100644 --- a/keyboards/lets_split/keymaps/heartrobotninja/rules.mk +++ b/keyboards/lets_split/keymaps/heartrobotninja/rules.mk | |||
| @@ -20,6 +20,3 @@ SWAP_HANDS_ENABLE = no # Enable one-hand typing | |||
| 20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 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 | 21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 22 | 22 | ||
| 23 | ifndef QUANTUM_DIR | ||
| 24 | include ../../../../Makefile | ||
| 25 | endif | ||
diff --git a/keyboards/lets_split/keymaps/khord/rules.mk b/keyboards/lets_split/keymaps/khord/rules.mk index c90523e5d..32b6edc12 100644 --- a/keyboards/lets_split/keymaps/khord/rules.mk +++ b/keyboards/lets_split/keymaps/khord/rules.mk | |||
| @@ -2,6 +2,3 @@ TAP_DANCE_ENABLE = yes | |||
| 2 | RGBLIGHT_ENABLE = yes | 2 | RGBLIGHT_ENABLE = yes |
| 3 | USE_I2C = no | 3 | USE_I2C = no |
| 4 | 4 | ||
| 5 | ifndef QUANTUM_DIR | ||
| 6 | include ../../../../Makefile | ||
| 7 | endif | ||
diff --git a/keyboards/lets_split/keymaps/mbsurfer/rules.mk b/keyboards/lets_split/keymaps/mbsurfer/rules.mk index c90523e5d..32b6edc12 100644 --- a/keyboards/lets_split/keymaps/mbsurfer/rules.mk +++ b/keyboards/lets_split/keymaps/mbsurfer/rules.mk | |||
| @@ -2,6 +2,3 @@ TAP_DANCE_ENABLE = yes | |||
| 2 | RGBLIGHT_ENABLE = yes | 2 | RGBLIGHT_ENABLE = yes |
| 3 | USE_I2C = no | 3 | USE_I2C = no |
| 4 | 4 | ||
| 5 | ifndef QUANTUM_DIR | ||
| 6 | include ../../../../Makefile | ||
| 7 | endif | ||
diff --git a/keyboards/lets_split/keymaps/mjt/rules.mk b/keyboards/lets_split/keymaps/mjt/rules.mk index a14e84d4e..a43a9a1da 100644 --- a/keyboards/lets_split/keymaps/mjt/rules.mk +++ b/keyboards/lets_split/keymaps/mjt/rules.mk | |||
| @@ -20,6 +20,3 @@ SWAP_HANDS_ENABLE = no # Enable one-hand typing | |||
| 20 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 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 | 21 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 22 | 22 | ||
| 23 | ifndef QUANTUM_DIR | ||
| 24 | include ../../../../Makefile | ||
| 25 | endif \ No newline at end of file | ||
diff --git a/keyboards/lets_split/keymaps/mtdjr/rules.mk b/keyboards/lets_split/keymaps/mtdjr/rules.mk index 75e9c6503..a81250cdf 100644 --- a/keyboards/lets_split/keymaps/mtdjr/rules.mk +++ b/keyboards/lets_split/keymaps/mtdjr/rules.mk | |||
| @@ -1,5 +1,2 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
| 4 | |||
| 5 | RGBLIGHT_ENABLE = yes | 1 | RGBLIGHT_ENABLE = yes |
| 2 | |||
diff --git a/keyboards/lets_split/keymaps/pitty/rules.mk b/keyboards/lets_split/keymaps/pitty/rules.mk index 8ebc85a44..53a426157 100644 --- a/keyboards/lets_split/keymaps/pitty/rules.mk +++ b/keyboards/lets_split/keymaps/pitty/rules.mk | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | 1 | RGBLIGHT_ENABLE = yes |
| 2 | NKRO_ENABLE = yes | 2 | NKRO_ENABLE = yes |
| 3 | 3 | ||
| 4 | ifndef QUANTUM_DIR | ||
| 5 | include ../../../../Makefile | ||
| 6 | endif | ||
diff --git a/keyboards/lets_split/keymaps/poker/rules.mk b/keyboards/lets_split/keymaps/poker/rules.mk index 457a3d01d..e69de29bb 100644 --- a/keyboards/lets_split/keymaps/poker/rules.mk +++ b/keyboards/lets_split/keymaps/poker/rules.mk | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
diff --git a/keyboards/lets_split/keymaps/waples/rules.mk b/keyboards/lets_split/keymaps/waples/rules.mk index 457a3d01d..e69de29bb 100644 --- a/keyboards/lets_split/keymaps/waples/rules.mk +++ b/keyboards/lets_split/keymaps/waples/rules.mk | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
diff --git a/keyboards/lets_split/keymaps/xk/rules.mk b/keyboards/lets_split/keymaps/xk/rules.mk index 195f01577..8aafefa64 100644 --- a/keyboards/lets_split/keymaps/xk/rules.mk +++ b/keyboards/lets_split/keymaps/xk/rules.mk | |||
| @@ -14,6 +14,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| 14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 14 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 15 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 15 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 16 | 16 | ||
| 17 | ifndef QUANTUM_DIR | ||
| 18 | include ../../../../Makefile | ||
| 19 | endif | ||
diff --git a/keyboards/lets_split/keymaps/zer09/rules.mk b/keyboards/lets_split/keymaps/zer09/rules.mk index d8adc7088..d2259fe9d 100644 --- a/keyboards/lets_split/keymaps/zer09/rules.mk +++ b/keyboards/lets_split/keymaps/zer09/rules.mk | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | 1 | RGBLIGHT_ENABLE = yes |
| 2 | TAP_DANCE_ENABLE = yes | 2 | TAP_DANCE_ENABLE = yes |
| 3 | 3 | ||
| 4 | ifndef QUANTUM_DIR | ||
| 5 | include ../../../../Makefile | ||
| 6 | endif | ||
