]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
fix section in porting guide that refered to Makefile instead of rules.mk
authorBalz Guenat <balz.guenat@gmail.com>
Thu, 3 Aug 2017 01:58:01 +0000 (03:58 +0200)
committerJack Humbert <jack.humb@gmail.com>
Thu, 3 Aug 2017 02:00:49 +0000 (22:00 -0400)
docs/porting_your_keyboard_to_qmk.md

index 05787042fd76bb3c8abca1498b687c1948123084..5a5025c3580d0a3a1fbc033d8e45007e5f02909c 100644 (file)
@@ -20,7 +20,7 @@ For the `DIODE_DIRECTION`, most hand-wiring guides will instruct you to wire the
 
 `BACKLIGHT_LEVELS` is how many levels exist for your backlight - max is 15, and they are computed automatically from this number.
 
-## `/keyboards/<keyboard>/Makefile`
+## `/keyboards/<keyboard>/rules.mk`
 
 The values at the top likely won't need to be changed, since most boards use the `atmega32u4` chip. The `BOOTLOADER_SIZE` will need to be adjusted based on your MCU type. It's defaulted to the Teensy, since that's the most common controller. Below is quoted from the `Makefile`.