1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/helix
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
..
common Clean up includes for glcdfont headers (#7745) 2020-03-01 17:56:50 +11:00
local_drivers Change keyboard level include guards to pragma once (#14248) 2021-09-01 19:03:14 +10:00
pico Helix/pico move to split_common (#16418) 2022-02-21 08:30:49 -08:00
rev2 Fix mistakes in the include path in helix/rev2/local_features.mk. (#16507) 2022-03-03 14:27:21 +00:00
rev3_4rows Remove unnecessary backslash-escapes in default keymaps (#15472) 2021-12-14 12:41:16 +00:00
rev3_5rows Remove unnecessary backslash-escapes in default keymaps (#15472) 2021-12-14 12:41:16 +00:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h [Keyboard] Cleanup helix rules options (#6952) 2019-10-16 11:01:49 -07:00
helix.c
helix.h [Keyboard] Add Helix rev3 (#10297) 2020-10-12 11:37:31 +09:00
readme.md [Keyboard] Add Helix rev3 (#10297) 2020-10-12 11:37:31 +09:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +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.