qmk_sweep_skeletyl/keyboards/helix/rev2
Takeshi ISHII 4a66bdf294
Fix helix/rev2 not working properly when using split_common. (#16512)
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
```
2022-03-03 20:23:49 +00:00
..
back
custom Fix helix/rev2 not working properly when using split_common. (#16512) 2022-03-03 20:23:49 +00:00
keymaps Change 'helix/rev2:default' setting to use split_common (#16432) 2022-03-02 20:15:10 +09:00
qmk_conf
sc
under
.noci
config.h Change 'helix/rev2:default' setting to use split_common (#16432) 2022-03-02 20:15:10 +09:00
info.json
local_features.mk Fix helix/rev2 not working properly when using split_common. (#16512) 2022-03-03 20:23:49 +00:00
override_helix_options.mk Fix mistakes in the include path in helix/rev2/local_features.mk. (#16507) 2022-03-03 14:27:21 +00:00
post_config.h
post_rules.mk
readme.md
rev2.c Change 'helix/rev2:default' setting to use split_common (#16432) 2022-03-02 20:15:10 +09:00
rev2.h Change 'helix/rev2:default' setting to use split_common (#16432) 2022-03-02 20:15:10 +09:00
rules.mk Change 'helix/rev2:default' setting to use split_common (#16432) 2022-03-02 20:15:10 +09:00
serial_config_simpleapi.h

Helix rev2

A compact split ortholinear keyboard.

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.