├── .gitignore ├── Case ├── helix-beta-acril-4row.pdf ├── helix-beta-acril-5row.pdf └── helix-beta-stainless-5row.pdf ├── Doc ├── buildguide_en.md ├── buildguide_jp.md ├── firmware_en.md ├── firmware_jp.md ├── usage_en.md └── usage_jp.md ├── FontConverter ├── hex2img.py └── img2hex.py ├── Hex ├── helix_rev2_default.hex ├── helix_rev2_default_4rows_oled_backlight.hex ├── helix_rev2_default_4rows_oled_underglow.hex ├── helix_rev2_default_oled_backlight.hex └── helix_rev2_default_oled_underglow.hex ├── LICENSE ├── PCB └── beta │ ├── gerber │ ├── helix-B.Cu.gbr │ ├── helix-B.Mask.gbr │ ├── helix-B.SilkS.gbr │ ├── helix-Edge.Cuts.gbr │ ├── helix-F.Cu.gbr │ ├── helix-F.Mask.gbr │ ├── helix-F.SilkS.gbr │ ├── helix-NPTH.drl │ └── helix.drl │ ├── helix-cache.lib │ ├── helix.cmp │ ├── helix.kicad_pcb │ ├── helix.net │ ├── helix.pro │ ├── helix.sch │ └── helix.xml └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/.gitignore -------------------------------------------------------------------------------- /Case/helix-beta-acril-4row.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Case/helix-beta-acril-4row.pdf -------------------------------------------------------------------------------- /Case/helix-beta-acril-5row.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Case/helix-beta-acril-5row.pdf -------------------------------------------------------------------------------- /Case/helix-beta-stainless-5row.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Case/helix-beta-stainless-5row.pdf -------------------------------------------------------------------------------- /Doc/buildguide_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Doc/buildguide_en.md -------------------------------------------------------------------------------- /Doc/buildguide_jp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Doc/buildguide_jp.md -------------------------------------------------------------------------------- /Doc/firmware_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Doc/firmware_en.md -------------------------------------------------------------------------------- /Doc/firmware_jp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Doc/firmware_jp.md -------------------------------------------------------------------------------- /Doc/usage_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Doc/usage_en.md -------------------------------------------------------------------------------- /Doc/usage_jp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Doc/usage_jp.md -------------------------------------------------------------------------------- /FontConverter/hex2img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/FontConverter/hex2img.py -------------------------------------------------------------------------------- /FontConverter/img2hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/FontConverter/img2hex.py -------------------------------------------------------------------------------- /Hex/helix_rev2_default.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Hex/helix_rev2_default.hex -------------------------------------------------------------------------------- /Hex/helix_rev2_default_4rows_oled_backlight.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Hex/helix_rev2_default_4rows_oled_backlight.hex -------------------------------------------------------------------------------- /Hex/helix_rev2_default_4rows_oled_underglow.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Hex/helix_rev2_default_4rows_oled_underglow.hex -------------------------------------------------------------------------------- /Hex/helix_rev2_default_oled_backlight.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Hex/helix_rev2_default_oled_backlight.hex -------------------------------------------------------------------------------- /Hex/helix_rev2_default_oled_underglow.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/Hex/helix_rev2_default_oled_underglow.hex -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/LICENSE -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-B.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix-B.Cu.gbr -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-B.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix-B.Mask.gbr -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-B.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix-B.SilkS.gbr -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-Edge.Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix-Edge.Cuts.gbr -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-F.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix-F.Cu.gbr -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-F.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix-F.Mask.gbr -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-F.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix-F.SilkS.gbr -------------------------------------------------------------------------------- /PCB/beta/gerber/helix-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix-NPTH.drl -------------------------------------------------------------------------------- /PCB/beta/gerber/helix.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/gerber/helix.drl -------------------------------------------------------------------------------- /PCB/beta/helix-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/helix-cache.lib -------------------------------------------------------------------------------- /PCB/beta/helix.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/helix.cmp -------------------------------------------------------------------------------- /PCB/beta/helix.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/helix.kicad_pcb -------------------------------------------------------------------------------- /PCB/beta/helix.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/helix.net -------------------------------------------------------------------------------- /PCB/beta/helix.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/helix.pro -------------------------------------------------------------------------------- /PCB/beta/helix.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/helix.sch -------------------------------------------------------------------------------- /PCB/beta/helix.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/PCB/beta/helix.xml -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MakotoKurauchi/helix/HEAD/readme.md --------------------------------------------------------------------------------