Skip to content

Commit

Permalink
Remove deprecated QUANTUM_DIR code blocks from makefiles (qmk#4754)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
noroadsleft authored and mechmerlin committed Jan 4, 2019
1 parent b1ed855 commit 7f4f0f7
Show file tree
Hide file tree
Showing 293 changed files with 27 additions and 911 deletions.
3 changes: 0 additions & 3 deletions keyboards/6ball/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/9key/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/alu84/keymaps/turbomech/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ AUDIO_ENABLE ?= no
RGBLIGHT_ENABLE ?= yes
UNICODE_ENABLE ?= yes

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
4 changes: 0 additions & 4 deletions keyboards/amj40/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend


ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/amj60/keymaps/iso_split_rshift/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/atreus/keymaps/xk/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/bpiphany/tiger_lily/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/bpiphany/tiger_lily/keymaps/default_ansi/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/chocopad/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
RGBLIGHT_ENABLE = yes

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/chocopad/keymaps/khord/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
RGBLIGHT_ENABLE = yes

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/christmas_tree/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/clueboard/66/keymaps/xyverz/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,3 @@
#
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/clueboard/card/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/clueboard/card/keymaps/rgb_effects/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
1 change: 1 addition & 0 deletions keyboards/comet46/keymaps/satt/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ SRC += ./lib/glcdfont.c \
./lib/keylogger.c \
./lib/modifier_state_reader.c \
./lib/host_led_state_reader.c

3 changes: 0 additions & 3 deletions keyboards/contra/keymaps/dana/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/contra/keymaps/losinggeneration/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ MIDI_ENABLE = no # MIDI controls
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/contra/keymaps/maxr1998/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ MOUSEKEY_ENABLE = no
CONSOLE_ENABLE = no # yes
COMMAND_ENABLE = no

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
4 changes: 0 additions & 4 deletions keyboards/cu75/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ ISSI_ENABLE = yes # If the I2C pullup resistors aren't install thi
WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms


ifndef QUANTUM_DIR
include ../../../../Makefile
endif

ifeq ($(strip $(ISSI_ENABLE)), yes)
TMK_COMMON_DEFS += -DISSI_ENABLE
endif
Expand Down
4 changes: 0 additions & 4 deletions keyboards/cu75/keymaps/iso/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ ISSI_ENABLE = no # If the I2C pullup resistors aren't install this
WATCHDOG_ENABLE = yes # Resets keyboard if matrix_scan isn't run every 250ms


ifndef QUANTUM_DIR
include ../../../../Makefile
endif

ifeq ($(strip $(ISSI_ENABLE)), yes)
TMK_COMMON_DEFS += -DISSI_ENABLE
endif
Expand Down
3 changes: 0 additions & 3 deletions keyboards/deltasplit75/keymaps/itsaferbie/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
AUDIO_ENABLE = no # Audio disabled while using RGB underlight.
EXTRAKEY_ENABLE = yes

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/eco/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/eco/keymaps/hexwire/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/eco/keymaps/that_canadian/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/ergodox_ez/keymaps/heartrobotninja/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ KEYMAP_BRANCH = $(shell \

OPT_DEFS += -DKEYMAP_VERSION=\"$(KEYMAP_VERSION)\\\#$(KEYMAP_BRANCH)\"

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/fourier/keymaps/valgrahf/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
4 changes: 0 additions & 4 deletions keyboards/gh60/keymaps/dbroqua/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: htt
# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes # Enable RGB Underglow

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

3 changes: 0 additions & 3 deletions keyboards/gh60/keymaps/dbroqua_7U/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: htt
# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable RGB Underglow

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
4 changes: 0 additions & 4 deletions keyboards/gh60/keymaps/robotmaxtron/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https:/
# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes # Enable RGB Underglow

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

3 changes: 0 additions & 3 deletions keyboards/gh60/keymaps/sethbc/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/gonnerd/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
1 change: 1 addition & 0 deletions keyboards/gonnerd/keymaps/gam3cat/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ FAUXCLICKY_ENABLE = no # Uses buzzer to emulate clicky switches. By defaul
API_SYSEX_ENABLE = no # This enables using the Quantum SYSEX API to send strings(+5390)
KEY_LOCK_ENABLE = no # This enables key lock(+260)
SPLIT_KEYBOARD = no # This enables split keyboard support and includes all necessary files located at quantum/split_common

3 changes: 0 additions & 3 deletions keyboards/gonnerd/keymaps/mauin/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/gonnerd/keymaps/tkl/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/hadron/ver2/keymaps/side_numpad/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ SWAP_HANDS_ENABLE = no # Enable one-hand typing
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
4 changes: 0 additions & 4 deletions keyboards/handwired/atreus50/keymaps/ajp10304/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif

AUDIO_ENABLE = no
MOUSEKEY_ENABLE = yes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/handwired/frenchdev/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,3 @@ AUDIO_ENABLE = no # Audio output on port C6
RGBLIGHT_ENABLE = no
API_SYSEX_ENABLE = no

#ifndef QUANTUM_DIR
# include ../../../Makefile
#endif
3 changes: 0 additions & 3 deletions keyboards/handwired/woodpad/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/handwired/woodpad/keymaps/drashna/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ MOUSEKEY_ENABLE = no

EXTRAFLAGS = -flto

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
4 changes: 0 additions & 4 deletions keyboards/helix/pico/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ endif
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
Expand Down
4 changes: 0 additions & 4 deletions keyboards/helix/pico/keymaps/mtei/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ endif
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
Expand Down
3 changes: 0 additions & 3 deletions keyboards/helix/rev1/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
4 changes: 0 additions & 4 deletions keyboards/helix/rev2/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ endif
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
Expand Down
4 changes: 0 additions & 4 deletions keyboards/helix/rev2/keymaps/edvorakjp/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ endif
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
Expand Down
4 changes: 0 additions & 4 deletions keyboards/helix/rev2/keymaps/five_rows/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ endif
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
Expand Down
4 changes: 0 additions & 4 deletions keyboards/helix/rev2/keymaps/five_rows_jis/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ endif
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
Expand Down
4 changes: 0 additions & 4 deletions keyboards/helix/rev2/keymaps/froggy/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ endif
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
Expand Down
4 changes: 0 additions & 4 deletions keyboards/helix/rev2/keymaps/led_test/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ SRC += led_test_init.c
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif

# Uncomment these for debugging
# $(info -- RGBLIGHT_ENABLE=$(RGBLIGHT_ENABLE))
# $(info -- OPT_DEFS=$(OPT_DEFS))
Expand Down
3 changes: 0 additions & 3 deletions keyboards/hhkb/keymaps/cinaeco/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/iris/keymaps/davidrambo/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ RGBLIGHT_ENABLE = no
BACKLIGHT_ENABLE = no
TAP_DANCE_ENABLE = yes

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/iris/keymaps/dvp-zjpxshade/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
RGBLIGHT_ENABLE = yes
BACKLIGHT_ENABLE = yes

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
3 changes: 0 additions & 3 deletions keyboards/iris/keymaps/hag/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
RGBLIGHT_ENABLE = yes
BACKLIGHT_ENABLE = yes

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
Loading

0 comments on commit 7f4f0f7

Please sign in to comment.