Skip to content

Iris rev4: The firmware is too large #25

Answered by manna-harbour
johnspade asked this question in Q&A
Discussion options

You must be logged in to vote

@nooges Iris rev4 has the console enabled by default. This isn't needed in normal use and adds 3722 bytes to the firmware size.

https://github.com/qmk/qmk_firmware/blob/3817ff7cc00910c0bd6f638064580a70f9b156c1/keyboards/keebio/iris/rev4/rules.mk#L22

You can either comment out that line, or disable the console at build time like this:

make keebio/iris/rev4:manna-harbour_miryoku CONSOLE_ENABLE=no

I'm adding a test to build all supported keyboards with miryoku, so I'll add some custom rules to make sure they all build by default.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by manna-harbour
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #25 on October 29, 2021 11:35.