diff options
author | Balz Guenat <balz.guenat@gmail.com> | 2017-08-03 03:58:01 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-03 04:00:49 +0200 |
commit | 07ba06d0b6e516bcfa4cbccbed9cfd8dc131072a (patch) | |
tree | 59fe34d95089a59fa4e615fd995c81d274147bba /docs | |
parent | b6280f979ca26e5d2c4685eb8d102ae532735642 (diff) | |
download | qmk_firmware-07ba06d0b6e516bcfa4cbccbed9cfd8dc131072a.tar.gz qmk_firmware-07ba06d0b6e516bcfa4cbccbed9cfd8dc131072a.tar.xz |
fix section in porting guide that refered to Makefile instead of rules.mk
Diffstat (limited to 'docs')
-rw-r--r-- | docs/porting_your_keyboard_to_qmk.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting_your_keyboard_to_qmk.md b/docs/porting_your_keyboard_to_qmk.md index 05787042f..5a5025c35 100644 --- a/docs/porting_your_keyboard_to_qmk.md +++ b/docs/porting_your_keyboard_to_qmk.md @@ -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`. |