qmk_userspace/keyboards/helix
Sergey Vlasov 3759632625 helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608)
The code for Helix rev3 boards could not be built with, e.g.,
`CONVERT_TO=rp2040_ce` due to invalid `#include <stdio.h>` in the
keyboard level `config.h` (apparently the AVR version of that file
contains guards against usage in assembly code, which was hiding the
bug).  Move `#include <stdio.h>` to the C sources which need it.
2023-07-27 16:28:16 +01:00
..
rev3_4rows/keymaps/via helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608) 2023-07-27 16:28:16 +01:00
rev3_5rows/keymaps/via helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608) 2023-07-27 16:28:16 +01:00