qmk_firmware/keyboards/helix/rev2
Takeshi ISHII 49dc332a04
[Keymap] cleanup keyboards/helix/{rev2|rev3_5rows}/keymaps/five_rows (#12259)
* cleanup keyboards/helix/{rev2|rev3_5rows}/keymaps/five_rows

* Made the layout data easier to read.
  * helix/rev2/keymaps/five_rows/keymap.c
  * helix/rev3_5rows/keymaps/five_rows/keymap.c

* The following two were made the same.
  * keymaps/five_rows/config.h
  * keymaps/five_rows/oled_display.c

The binary of the compilation result has not changed.

* update keyboards/helix/rev2/keymaps/five_rows/rules.mk

KEYBOARD_LOCAL_FEATURES_MK was moved to the end.

* add '#define DISABLE_SYNC_TIMER' into helix/rev3_5rows/keymaps/five_rows/config.h

The sync timer features worsen the matrix scan rate of the Helix keyboard. I'm not sure if it makes sense to have sync timer features enabled on the Helix keyboard. So in my keymap I disable this.
2021-04-04 04:42:29 +09:00
..
back Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
keymaps [Keymap] cleanup keyboards/helix/{rev2|rev3_5rows}/keymaps/five_rows (#12259) 2021-04-04 04:42:29 +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 Remove DESCRIPTION, H-J (#11616) 2021-01-20 00:38:12 +11:00
info.json Fix error_log complaint about Helix boards (#9528) 2020-06-25 22:11:39 +01:00
local_features.mk [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09:00
matrix.c Remove legacy print backward compatiblitly (#11805) 2021-02-06 16:56:13 +00:00
post_config.h [Keyboard] Helix add split common option (#7718) 2020-03-10 01:33:46 -07:00
readme.md [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09:00
rev2.c [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09:00
rev2.h [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09:00
rules.mk [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09:00
serial_config_simpleapi.h Keyboard: Helix serial improvements (#3608) 2018-08-10 08:22:09 -07:00
split_scomm.c Normalise include statements in keyboard code (#11185) 2020-12-16 14:27:23 +11:00
split_scomm.h Keyboard: Helix serial improvements (#3608) 2018-08-10 08:22:09 -07:00
split_util.c [Keyboard] Helix add split common option (#7718) 2020-03-10 01:33:46 -07:00
split_util.h [Keyboard] Helix add split common option (#7718) 2020-03-10 01:33:46 -07: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.