summaryrefslogtreecommitdiffstats
path: root/keyboards/ymd75
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ymd75')
-rw-r--r--keyboards/ymd75/README.md2
-rw-r--r--keyboards/ymd75/rules.mk4
2 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/ymd75/README.md b/keyboards/ymd75/README.md
index 6b1bce6a5..eed6ce13e 100644
--- a/keyboards/ymd75/README.md
+++ b/keyboards/ymd75/README.md
@@ -25,7 +25,7 @@ $ make ymd75:default:program
It should detect the keyboard and set it to bootloader mode automatically, prior to flashing firmware.
I've found that I need to remove the previous build/file before making a new one as it doesn't overwrite it; but this might just be my personal experience.
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
+See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
Note that this is a complete replacement for the firmware, so you won't be
using Bootmapper Client to change any keyboard settings, since not all the
diff --git a/keyboards/ymd75/rules.mk b/keyboards/ymd75/rules.mk
index c9baf1316..9697a76f1 100644
--- a/keyboards/ymd75/rules.mk
+++ b/keyboards/ymd75/rules.mk
@@ -57,10 +57,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
CUSTOM_MATRIX = yes
SRC = matrix.c i2c.c backlight.c
-ifndef QUANTUM_DIR
- include ../../../../Makefile
-endif
-
# programming options
PROGRAM_CMD = ./keyboards/ps2avrGB/program $(TARGET).hex