ruiqimao / keyboard-pcb-guide

Guide on how to design keyboard PCBs with KiCad
4.31k stars 306 forks source link

Allow JSON Code from keyboard-layout-editor #12

Open h3oCharles opened 5 years ago

h3oCharles commented 5 years ago

When someone wants to make their own layout and don't want to spend time making the pcb itself, how about using JSON from keyboard-layout-editor to make a pcb automatically?

https://github.com/ijprest/keyboard-layout-editor

Finchiedev commented 5 years ago

Try Kalerator, it's really the only option out there (at least that I can find)

nnmsIsaac commented 5 years ago

Try Kalerator, it's really the only option out there (at least that I can find)

I tried Kalerator, but when generating the schematic file, it seems to export to a file format (.schematic.scr) that cannot be opened with KiCad.

Finchiedev commented 5 years ago

It's meant to be used with Eagle software, sorry for the confusion

Finchiedev commented 5 years ago

I can't find anything for KiCAD

josuegaleas commented 5 years ago

KiCad 5.0 allows you to import Eagle projects, maybe try that?

Tedfs3 commented 5 years ago

When someone wants to make their own layout and don't want to spend time making the pcb itself, how about using JSON from keyboard-layout-editor to make a pcb automatically?

https://github.com/ijprest/keyboard-layout-editor

Generating a PCB automatically from KLE seems like a rather large request. There are too many variables in play for PCB design that are not addressed by the KLE interface. I'm just learning myself but have figure out that using the Raw Data from KLE and and pasting it into Keyboard Firmware Builder will give you an idea how everything should be wired together.