qmk-dactyl-manuform-a/keyboards/helix/rev3_4rows
MakotoKurauchi 0831a3181a
[Keymap] Helix default keymap oled update (#11152)
* update keyboards/helix/rev2/local_features.mk - Improved parsing of the `HELIX =` option

* add 'is_mac_mode()' into keyboards/helix/rev2/rev2.c

* update helix/rev2/keymaps/default/keymap.c: use rgblight query functions

* Makes the OLED driver used by the helix:default keymap switchable.

* use TOP/drivers/oled/oled_driver.c
  `make  helix:default`
  or
  `make OLED_SELECT=core  helix:default`
* use helix/local_drivers/ssd1306.c
  `make OLED_SELECT=local  helix:default`

* Separated the OLED related code from keymap.c and moved it to oled_display.c.

* Change the 'led_test' keymap to follow the changes in the 'default' keymap.

* update helix/rev2/keymaps/default/oled_display.c

* add '#define OLED_UPDATE_INTERVAL 50' into keyboards/helix/rev2/config.h

* Support for OLED_UPDATE_INTERVAL, even for older types of OLED tasks

* add readme.md for helix/rev2

* Apply drashna's suggestions to rev2.c.

* Apply drashna's suggestions to rev3_4rows.c, rev3_5rows.c.

Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
2020-12-15 20:14:14 +09:00
..
keymaps [Keyboard] Add Helix rev3 (#10297) 2020-10-12 11:37:31 +09:00
config.h Fix config for Helix rev3 4rows (#10641) 2020-10-15 05:16:17 +09:00
info.json Fix configurator layout helix/rev3_4rows (#10618) 2020-10-13 00:30:55 +11:00
oled_display.c [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
rev3_4rows.c [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09:00
rev3_4rows.h [Keyboard] Add Helix rev3 (#10297) 2020-10-12 11:37:31 +09:00
rules.mk 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00

readme.md

Helix rev3 4rows

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_4rows:default:flash

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