summaryrefslogtreecommitdiffstats
path: root/docs/porting_your_keyboard_to_qmk.md
diff options
context:
space:
mode:
authorFabian Topfstedt <topfstedt@schneevonmorgen.com>2017-08-03 19:44:58 +0200
committerFabian Topfstedt <topfstedt@schneevonmorgen.com>2017-08-03 19:44:58 +0200
commit3c2343664c303a4bbf632804ef5de84dec9e5787 (patch)
treeb08bb4f08d0d4c159e80390a151c9923fb60c6c5 /docs/porting_your_keyboard_to_qmk.md
parent015bf30d9b827692f387a09e1c24549e2a25c863 (diff)
parent83b35bf6f68d16910b2acfaffa21c82f4ffbfd3a (diff)
downloadqmk_firmware-3c2343664c303a4bbf632804ef5de84dec9e5787.tar.gz
qmk_firmware-3c2343664c303a4bbf632804ef5de84dec9e5787.tar.xz
Merge https://github.com/qmk/qmk_firmware
Diffstat (limited to 'docs/porting_your_keyboard_to_qmk.md')
-rw-r--r--docs/porting_your_keyboard_to_qmk.md2
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`.