qmk_sweep_skeletyl/keyboards/helix
Sergey Vlasov 4f09525248
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
..
common Clean up includes for glcdfont headers (#7745) 2020-03-01 17:56:50 +11:00
pico Remove FLIP_HALF layouts and move to data driven (#20588) 2023-04-30 01:51:45 +10:00
rev2 Helix rev2: remove 4 rows option (#20667) 2023-05-04 10:14:08 +10:00
rev3_4rows helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608) 2023-07-27 16:28:16 +01:00
rev3_5rows helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608) 2023-07-27 16:28:16 +01:00
readme.md [Keyboard] Add Helix rev3 (#10297) 2020-10-12 11:37:31 +09:00
rules.mk Clean up remaining rules.mk MCU/BOOTLOADERs (#19778) 2023-02-17 14:15:06 +11:00

Helix

Helix

A compact split ortholinear keyboard.

Keyboard Maintainer: Makoto Kurauchi @pluis9 yushakobo Hardware Supported: Helix PCB Alpha, Beta, Rev3, Pro Micro
Hardware Availability: PCB & Case Data, Yushakobo Shop, Little Keyboards

How to build

See build environment setup then the make instructions for more information.