Skip to content

Instantly share code, notes, and snippets.

View xorian's full-sized avatar

Ken Schalk xorian

View GitHub Profile
@atx
atx / makekeyboardpcb.py
Created July 22, 2018 10:54
Script which eats JSONs from http://www.keyboard-layout-editor.com/ and spits out a KiCad PCB
#! /usr/bin/env python2
from __future__ import print_function, with_statement, division, generators
import argparse
import collections
import json
import pcbnew