qmk-dactyl-manuform-a/keyboards/helix/rev2
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
..
back 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
keymaps [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09:00
qmk_conf 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
sc 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
under 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
config.h [Keymap] Helix default keymap oled update (#11152) 2020-12-15 20:14:14 +09: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 pro_micro.h (#8374) 2020-03-14 15:31:15 +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 Helix serial.c re-adjust compiler depend value of delay (#4269) 2018-10-28 10:12:44 -07: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

readme.md

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.