qmk-keychron-q3-colemak-dh/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 Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
keymaps Change 'helix/rev2:default' setting to use split_common (#16432) 2022-03-02 20:15:10 +09:00
qmk_conf Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
sc Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
under Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h Change 'helix/rev2:default' setting to use split_common (#16432) 2022-03-02 20:15:10 +09:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
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 [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) 2021-11-29 08:22:10 -08: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 [Keyboard] Helix add split common option (#7718) 2020-03-10 01:33:46 -07:00
post_rules.mk [Keyboard] Helix use post_rules.mk (#14216) 2021-08-31 16:58:07 +09:00
readme.md [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09:00
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 Change keyboard level include guards to pragma once (#14248) 2021-09-01 19:03:14 +10:00
split_scomm.c Normalise include statements in keyboard code (#11185) 2020-12-16 14:27:23 +11:00
split_scomm.h Change keyboard level include guards to pragma once (#14248) 2021-09-01 19:03:14 +10:00
split_util.c [Keyboard] Helix add split common option (#7718) 2020-03-10 01:33:46 -07:00
split_util.h Bodge for helix build failures (#16376) 2022-02-16 17:46:48 +00:00

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.