qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.23k stars 39.27k forks source link

error from make ergodox-ez-default-teensy #1417

Closed meriops closed 7 years ago

meriops commented 7 years ago

When building the default keymap for the ergodox ez, the compiler complains about incrementing a boolean expression on line 60 of ez.c. Is that a problem with a gcc flag to modify somewhere or is it a problem in the code itself?

fredizzimo commented 7 years ago

It will be fixed by this pull request https://github.com/qmk/qmk_firmware/pull/1331

ezuk commented 7 years ago

And #1331 has been merged!