diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-28 23:08:34 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-09 18:34:59 +0300 |
| commit | bb86be1f1f3927a7ce339cb9439c97914af24754 (patch) | |
| tree | 49490ae8c2508ff0fd202258a046218469b3c0fe | |
| parent | aee9b10e92a597984ba9693b2dfcf597ca380a70 (diff) | |
| download | qmk_firmware-bb86be1f1f3927a7ce339cb9439c97914af24754.tar.gz qmk_firmware-bb86be1f1f3927a7ce339cb9439c97914af24754.zip | |
Remove unneeded makefile include
| -rw-r--r-- | keyboards/ergodox/ez/rules.mk | 4 | ||||
| -rw-r--r-- | keyboards/ergodox/infinity/rules.mk | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/ergodox/ez/rules.mk b/keyboards/ergodox/ez/rules.mk index 64b2db815..6cd1c0c4f 100644 --- a/keyboards/ergodox/ez/rules.mk +++ b/keyboards/ergodox/ez/rules.mk | |||
| @@ -74,7 +74,3 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
| 74 | SLEEP_LED_ENABLE = no | 74 | SLEEP_LED_ENABLE = no |
| 75 | API_SYSEX_ENABLE ?= no | 75 | API_SYSEX_ENABLE ?= no |
| 76 | RGBLIGHT_ENABLE ?= yes | 76 | RGBLIGHT_ENABLE ?= yes |
| 77 | |||
| 78 | ifndef QUANTUM_DIR | ||
| 79 | include ../../../Makefile | ||
| 80 | endif | ||
diff --git a/keyboards/ergodox/infinity/rules.mk b/keyboards/ergodox/infinity/rules.mk index 1b011cd58..d51574aca 100644 --- a/keyboards/ergodox/infinity/rules.mk +++ b/keyboards/ergodox/infinity/rules.mk | |||
| @@ -66,10 +66,6 @@ LCD_BACKLIGHT_ENABLE ?= yes | |||
| 66 | MIDI_ENABLE = no | 66 | MIDI_ENABLE = no |
| 67 | RGBLIGHT_ENABLE = no | 67 | RGBLIGHT_ENABLE = no |
| 68 | 68 | ||
| 69 | ifndef QUANTUM_DIR | ||
| 70 | include ../../../Makefile | ||
| 71 | endif | ||
| 72 | |||
| 73 | ifdef LCD_ENABLE | 69 | ifdef LCD_ENABLE |
| 74 | include $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk | 70 | include $(SUBPROJECT_PATH)/drivers/gdisp/st7565ergodox/driver.mk |
| 75 | endif | 71 | endif |
