1
0
Fork 0
qmk_firmware/keyboards/helix
Takeshi ISHII a91f439aec Helix-serial.c configuration improvement (#4370)
The new simple API can be selected.

Previous version, can select two way.
  * use old API (compatible with let's split serial.c)
  * use new API (multi-type transaction)

This version, can select three way.
  * use old API (compatible with let's split serial.c)
  * use new API (single-type transaction)
  * use new API (multi-type transaction)

There is no change in the code generated by this change.
2018-11-06 12:02:30 -08:00
..
common Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
pico Remove all of the deprecated RGB defines 2018-10-22 14:55:57 -04:00
rev1 Remove all of the deprecated RGB defines 2018-10-22 14:55:57 -04:00
rev2 Helix serial.c re-adjust compiler depend value of delay (#4269) 2018-10-28 10:12:44 -07:00
config.h Keyboard: Helix five_rows keymap reduced size (#4082) 2018-10-05 14:51:34 -07:00
helix.c Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
helix.h Keyboard: Add HelixPico keyboard (#3502) 2018-07-26 14:26:02 -07:00
i2c.c Fix Helix i2c wrong bit rate (#3207) 2018-06-21 10:44:33 -07:00
i2c.h Fix Helix i2c wrong bit rate (#3207) 2018-06-21 10:44:33 -07:00
info.json Helix fix configrator problem (#3270) 2018-06-30 18:08:52 -07:00
pro_micro.h Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
readme.md Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
rules.mk Replace outdated RGB/Audio information 2018-10-22 14:55:05 -04:00
serial.c Helix-serial.c configuration improvement (#4370) 2018-11-06 12:02:30 -08:00
serial.h Helix-serial.c configuration improvement (#4370) 2018-11-06 12:02:30 -08:00
ssd1306.c Fix Helix i2c wrong bit rate (#3207) 2018-06-21 10:44:33 -07:00
ssd1306.h Helix config refine (#3374) 2018-07-12 10:23:30 -07:00

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.