Closed meriops closed 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?
ez.c
It will be fixed by this pull request https://github.com/qmk/qmk_firmware/pull/1331
And #1331 has been merged!
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?