keychron_qmk_firmware/keyboards/helix/rev2
Takeshi ISHII 75b40dc7a5
Fix mistakes in the include path in helix/rev2/local_features.mk. (#16507)
```diff
  --- a/keyboards/helix/rev2/local_features.mk
  +++ b/keyboards/helix/rev2/local_features.mk
  @@ -6,7 +6,7 @@
   #

   KEYBOARD_LOCAL_FEATURES_MK :=
  --include $(strip $(HELIX_TOP_DIR)/pico/override_helix_options.mk) ## File ded  icated to maintenance
  +-include $(strip $(HELIX_TOP_DIR)/rev2/override_helix_options.mk) ## File dedicated to maintenance
  ```
2022-03-03 14:27:21 +00:00
..
back
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 mistakes in the include path in helix/rev2/local_features.mk. (#16507) 2022-03-03 14:27:21 +00:00
matrix.c
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
split_scomm.c
split_scomm.h
split_util.c
split_util.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.