diff options
Diffstat (limited to 'keyboards/jj50')
-rw-r--r-- | keyboards/jj50/README.md | 2 | ||||
-rw-r--r-- | keyboards/jj50/rules.mk | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/jj50/README.md b/keyboards/jj50/README.md index 2f04f036be..397889535e 100644 --- a/keyboards/jj50/README.md +++ b/keyboards/jj50/README.md @@ -25,7 +25,7 @@ $ make jj50:default:program ``` It should detect the keyboard and set it to bootloader mode automatically, prior to flashing firmware. -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/jj50/rules.mk b/keyboards/jj50/rules.mk index 4cc9018593..1a18ec4fe4 100644 --- a/keyboards/jj50/rules.mk +++ b/keyboards/jj50/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 |