4a66bdf294
When helix/rev2 was using split_common, it didn't work properly and I couldn't type on the right hand side. The cause is that the following code, added in 0.16.0 to `quantum/keyboard.c`, does not include `quantum/split_common/split_util.h` but instead includes `keyboards/helix/rev2/split_util.h`. Therefore, `split_pre_init()/split_post_init()` in `quantum/split_common/split_util.c` was not called. ```c #ifdef SPLIT_KEYBOARD # include "split_util.h" #endif ``` |
||
---|---|---|
.. | ||
common | ||
local_drivers | ||
pico | ||
rev2 | ||
rev3_4rows | ||
rev3_5rows | ||
.noci | ||
config.h | ||
helix.c | ||
helix.h | ||
readme.md | ||
rules.mk |
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.