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 ``` |
||
---|---|---|
.. | ||
back | ||
custom | ||
keymaps | ||
qmk_conf | ||
sc | ||
under | ||
.noci | ||
config.h | ||
info.json | ||
local_features.mk | ||
override_helix_options.mk | ||
post_config.h | ||
post_rules.mk | ||
readme.md | ||
rev2.c | ||
rev2.h | ||
rules.mk | ||
serial_config_simpleapi.h |
Helix rev2
A compact split ortholinear keyboard.
- Keyboard Maintainer: yushakobo
- Hardware Supported: Helix rev2 PCBs, Pro Micro
- Hardware Availability: PCB & Case Data
Make example for this keyboard (after setting up your build environment):
make helix/rev2:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.