qmk_firmware/keyboards/helix/rev3_5rows
Takeshi ISHII 85a0c494ff
[Keymap] Update Helix:five_rows OLED code (#14427)
* Stop using snprintf() in keymaps/five_rows/oled_display.c.

The binary size becomes 1350 bytes smaller.

make HELIX=verbose,core-oled helix/rev2/sc:five_rows
(104 bytes over) -> (95%, 1256 bytes free)

make helix/rev3_5rows:five_rows
(528 bytes over) -> (97%, 830 bytes free)

* add matrix scan rate display to OLED for keymaps/five_rows

* add matrix_output_unselect_delay.c to helix keymaps/five_rows

* add GPLv2 header

* apply review comment
2021-09-16 18:47:47 +09:00
..
keymaps [Keymap] Update Helix:five_rows OLED code (#14427) 2021-09-16 18:47:47 +09:00
config.h Remove MIDI Configuration boilerplate (#11151) 2021-08-16 06:51:13 +10:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
oled_display.c [Keyboard] Increase the way to add oled code for helix/rev3. (#14426) 2021-09-16 18:46:51 +09:00
readme.md [Keyboard] Add Helix rev3 (#10297) 2020-10-12 11:37:31 +09:00
rev3_5rows.c [Keyboard] Increase the way to add oled code for helix/rev3. (#14426) 2021-09-16 18:46:51 +09:00
rev3_5rows.h [Keyboard] Add Helix rev3 (#10297) 2020-10-12 11:37:31 +09:00
rules.mk [Core] Refactor OLED to allow easy addition of other types (#13454) 2021-08-24 16:28:26 +10:00

Helix rev3 5rows

A compact split ortholinear keyboard.

  • Keyboard Maintainer: yushakobo
  • Hardware Supported: Helix rev3 PCBs, Pro Micro
  • Hardware Availability: (Under preparation)

Make example for this keyboard (after setting up your build environment):

make helix/rev3_5rows:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.