You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/keyboards/helix
comaid 2b7decbaeb Fix up screen off timer of helix (#4347)
* Fix up screen off timer of helix

* Fix Up ScreenOffInterval exceeded uint16_t

* Fix Up never waking up once screen off if in case of matrix are not dirty

* Changing referenIng incorrect constant name

* OLED_ENABLED => SSD1306OLED

* Improve internal processing of process_record_kb()

* Use the return value of process_record_gfx()

* Move a include statement into #ifdef block

Move   #include "ssd1306.h` statement into #ifdef block

* Move process_record_kbI()

Move process_record_kb() from helix.c to rev1.c/rev2.c/pico.c

* Move process_record_kb()
7 years ago
..
common
pico Fix up screen off timer of helix (#4347) 7 years ago
rev1 Fix up screen off timer of helix (#4347) 7 years ago
rev2 Fix up screen off timer of helix (#4347) 7 years ago
config.h Keyboard: Helix five_rows keymap reduced size (#4082) 7 years ago
helix.c
helix.h
i2c.c
i2c.h
info.json
pro_micro.h
readme.md
rules.mk Replace outdated RGB/Audio information 7 years ago
serial.c Helix-serial.c configuration improvement (#4370) 7 years ago
serial.h Helix-serial.c configuration improvement (#4370) 7 years ago
ssd1306.c Fix up screen off timer of helix (#4347) 7 years ago
ssd1306.h Fix up screen off timer of helix (#4347) 7 years ago

readme.md

Helix

Helix

A compact split ortholinear keyboard.

Keyboard Maintainer: Makoto Kurauchi @pluis9
Hardware Supported: Helix PCB Alpha, Beta, Pro Micro
Hardware Availability: PCB & Case Data, Yushakobo Shop

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

make helix:default

See build environment setup then the make instructions for more information.